diff --git a/rb_ws/src/buggy/CMakeLists.txt b/rb_ws/src/buggy/CMakeLists.txt index a8a5142..97cccb3 100644 --- a/rb_ws/src/buggy/CMakeLists.txt +++ b/rb_ws/src/buggy/CMakeLists.txt @@ -31,6 +31,7 @@ install(PROGRAMS scripts/controller/controller_node.py scripts/path_planner/path_planner.py scripts/simulator/engine.py + scripts/simulator/velocity_updater.py scripts/watchdog/watchdog_node.py scripts/buggy_state_converter.py scripts/serial/ros_to_bnyahaj.py diff --git a/rb_ws/src/buggy/launch/sim_2d_single_velocity.xml b/rb_ws/src/buggy/launch/sim_2d_single_velocity.xml index b24a3b3..edbdf92 100644 --- a/rb_ws/src/buggy/launch/sim_2d_single_velocity.xml +++ b/rb_ws/src/buggy/launch/sim_2d_single_velocity.xml @@ -1,26 +1,18 @@ - - + - - - + + + + + - - - - - \ No newline at end of file diff --git a/rb_ws/src/buggy/setup.py b/rb_ws/src/buggy/setup.py index 435bf8b..613c390 100644 --- a/rb_ws/src/buggy/setup.py +++ b/rb_ws/src/buggy/setup.py @@ -26,7 +26,6 @@ 'console_scripts': [ 'hello_world = buggy.hello_world:main', 'sim_single = buggy.simulator.engine:main', - # 'velocity_ui = buggy.simulator.velocity_ui:main', 'velocity_updater = buggy.simulator.velocity_updater:main', 'watchdog = buggy.watchdog.watchdog_node:main' ],