Skip to content

Commit

Permalink
[Mini Quadrotor] refactor the rosbag scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Moju Zhao committed Apr 13, 2024
1 parent fee334c commit 4961c1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions robots/mini_quadrotor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ install(DIRECTORY config launch
USE_SOURCE_PERMISSIONS
)

install(DIRECTORY bin
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
USE_SOURCE_PERMISSIONS
)

mujoco_model_convert(
${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/config/mujoco_model.yaml)
Expand Down
3 changes: 0 additions & 3 deletions robots/mini_quadrotor/bin/rosbag_livox_record.sh

This file was deleted.

3 changes: 0 additions & 3 deletions robots/mini_quadrotor/bin/rosbag_play.sh

This file was deleted.

2 changes: 1 addition & 1 deletion robots/mini_quadrotor/bin/rosbag_record.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

rosrun aerial_robot_base rosbag_control_data.sh ${1:-quadrotor} ${@:2}
rosrun aerial_robot_base rosbag_control_data.sh ${1:-quadrotor} quadrotor/livox/lidar quadrotor/livox/imu quadrotor/Odometry quadrotor/Odometry_precede ${@:2}

0 comments on commit 4961c1b

Please sign in to comment.