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

Feat/ground truth node #62

Closed MKerner3 closed 2 years ago

MKerner3 commented 2 years ago

Description

This PR does the following:

Fixes #4

Testing Steps

Test Case 1

  1. colcon build
  2. . install/setup.bash
  3. ros2 launch urc_gazebo simulation.launch.py
  4. Open new terminal, ros2 topic list or just ros2 topic echo /ground_truth

Expectation: /odometry/filtered , /ground_truth/state_raw and /ground_truth topics appear /ground_truth successfully echoes published data

Self Checklist