Skip to content

Commit

Permalink
move smoother tools to debug_tools
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Jul 22, 2022
1 parent ef3a045 commit eeb6e81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions planning/motion_velocity_smoother/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ ament_auto_package(
launch
config
)

install(PROGRAMS
scripts/trajectory_visualizer.py
scripts/closest_velocity_checker.py
DESTINATION lib/${PROJECT_NAME}
)
6 changes: 6 additions & 0 deletions planning/planning_debug_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ ament_auto_package(
INSTALL_TO_SHARE
launch
)

install(PROGRAMS
scripts/trajectory_visualizer.py
scripts/closest_velocity_checker.py
DESTINATION lib/${PROJECT_NAME}
)

0 comments on commit eeb6e81

Please sign in to comment.