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

[bt] Create nodes to send status light commands #194

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 urc_bringup bringup_simulation.launch.py

Expectation: Should start the simulation behavior tree, which will start sending out status light commands when it starts path planning

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