-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the overview and the in and out section with the messages and datatypes
- Loading branch information
1 parent
00a7e7a
commit aed9601
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: default | ||
title: Node Template | ||
nav_order: 1 | ||
parent: Perception | ||
--- | ||
|
||
# gnss_interface_node | ||
{: .no_toc } | ||
|
||
*Maintained by Nova* | ||
|
||
## Overview | ||
The `GnssInterfaceNode` is a ROS 2 node responsible for interfacing with a GNSS (Global Navigation Satellite System) receiver in a robotic or autonomous system. It reads GNSS data, processes it, and publishes critical information in the form of ROS messages. These messages include vehicle speed, diagnostic status, odometry (position and velocity), and GNSS position data (latitude, longitude, and altitude). The node ensures that the GNSS data is accurately integrated into the ROS 2 ecosystem, enabling other components and nodes to utilize this information for navigation and situational awareness. | ||
|
||
--- | ||
|
||
### In: | ||
- **clock_sub** [*Clock*](https://docs.ros2.org/galactic/api/rosgraph_msgs/msg/Clock.html) | ||
|
||
### Out: | ||
- **speed_pub** [*CarlaSpeedometer*](https://github.com/Nova-UTD/navigator/blob/dev/src/msg/navigator_msgs/msg/CarlaSpeedometer.msg) | ||
- **status_pub** [*DiagnosticStatus*](https://docs.ros2.org/galactic/api/diagnostic_msgs/msg/DiagnosticStatus.html) | ||
- **odom_pub** [*Odometry*](https://docs.ros2.org/foxy/api/nav_msgs/msg/Odometry.html) | ||
- **navsat_pub** [*NavSatFix*](https://docs.ros2.org/latest/api/sensor_msgs/msg/NavSatFix.html) | ||
|
||
--- | ||
|
||
### Individual Function 1 | ||
blabla bla bla blabla blablabla blabla bla bla blabla blablablablabla bla bla blabla blablabla | ||
blabla bla bla blabla blablabla blabla bla bla blabla blablabla | ||
|
||
### Individual Function 2 | ||
blabla bla bla blabla blablabla blabla bla bla blabla blablablablabla bla bla blabla blablabla | ||
blabla bla bla blabla blablabla blabla bla bla blabla blablabla |