From bdd8181502272ed0e4a4e4194593edce0a4e67db Mon Sep 17 00:00:00 2001 From: JoyceZhu2486 Date: Tue, 21 Jan 2025 17:35:07 -0500 Subject: [PATCH] include velocity updater in CMakeList.txt --- rb_ws/src/buggy/CMakeLists.txt | 1 + .../buggy/launch/sim_2d_single_velocity.xml | 20 ++++++------------- rb_ws/src/buggy/setup.py | 1 - 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/rb_ws/src/buggy/CMakeLists.txt b/rb_ws/src/buggy/CMakeLists.txt index a8a51421..97cccb36 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 b24a3b38..edbdf92f 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 435bf8be..613c3900 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' ],