RoboJackets / urc-software

Primary codebase for the RoboNav team's URC rover.
https://robojackets.org/teams/robonav/
MIT License
9 stars 2 forks source link

Added gyro data #189

Closed davidcalderon03 closed 6 months ago

davidcalderon03 commented 6 months ago

Description

This PR does the following:

Testing Steps (if relevant)

Test Case 1

  1. colcon build
  2. . install/setup.bash
  3. ros2 launch imu_driver imu_serial_driver.launch.py

Expectation: Should publish a sensor_msgs/msg/Imu message to /imu and a yaw (std_msgs/msg/Int32) message to /yaw.

Self Checklist