Launch position simulator.

This commit is contained in:
James Pace 2026-03-07 16:31:27 -05:00
parent b2e862d4ac
commit 0113cd4a12
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<launch>
<node pkg="am_i_up" exec="server" name="am_i_up"/>
<node pkg="data_simulator" exec="image_publisher" name="image_publisher" />
<node pkg="data_simulator" exec="position_publisher" name="position_publisher" />
</launch>