Skip to content

Commit

Permalink
Create gnss_interface_node.md
Browse files Browse the repository at this point in the history
added the overview and the in and out section with the messages and datatypes
  • Loading branch information
Neil-Agrawal authored Oct 25, 2023
1 parent 00a7e7a commit aed9601
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/Perception/gnss_interface_node.md
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

0 comments on commit aed9601

Please sign in to comment.