Skip to content

Commit

Permalink
[Mini Quadrotor][Livox&FastLio] add the launch files about livox mid3…
Browse files Browse the repository at this point in the history
…60 and fast lio into sensors.launch.xml and also update the topic names
  • Loading branch information
tongtybj authored and Moju Zhao committed Apr 12, 2024
1 parent b6b9e8b commit fee334c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion robots/mini_quadrotor/bin/rosbag_livox_record.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

rosrun mini_quadrotor rosbag_record.sh ${1:-quadrotor} /livox/lidar /livox/imu /Odometry /Odometry_precede ${@:2}
rosrun mini_quadrotor rosbag_record.sh ${1:-quadrotor} quadrotor/livox/lidar quadrotor/livox/imu quadrotor/Odometry quadrotor/Odometry_precede ${@:2}
10 changes: 5 additions & 5 deletions robots/mini_quadrotor/launch/includes/sensors.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<!-- mocap -->
<include file="$(find aerial_robot_base)/launch/external_module/mocap.launch" />

<!-- livox mid360 -->
<!-- <include file="$(find livox_ros_driver2)/launch_ROS1/msg_MID360.launch" /> -->
<!-- <include file="$(find fast_lio)/launch/mapping_avia.launch" > -->
<!-- <arg name="rviz" value="false" /> -->
<!-- </include> -->
<!-- livox mid360 & fast lio -->
<include file="$(find livox_ros_driver2)/launch_ROS1/msg_MID360.launch" />
<include file="$(find fast_lio)/launch/mapping_mid360.launch" >
<arg name="rviz" value="false" />
</include>

</group>
</group>
Expand Down

0 comments on commit fee334c

Please sign in to comment.