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

Nav2 Configuration #125

Closed davidcalderon03 closed 1 year ago

davidcalderon03 commented 1 year ago

Description

This PR does the following:

Fixes #{{ https://github.com/RoboJackets/urc-rover/issues/119 }}

Testing Steps (if relevant)

Test Case 1

  1. colcon build
  2. . install.setup.bash
  3. ros2 launch urc_gazebo simulation.launch.py
  4. In RViz, add the topics of depth_camera/points, and /scan to make sure everything is good

Expectation: The thing which does the thing does the thing

Design Presentation (only required for major additions)

Post the link to your presentation here and be sure to update the presentation document if this PR results in a significant addition to the stack

Self Checklist