From: Henrique Scharlau Coelho Date: Sat, 30 Dec 2023 17:57:20 +0000 (-0300) Subject: added odom and locallization to bag playback X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=12a5f85d6de92ebaf717f627ce125ae3d30565dc;p=twil.git added odom and locallization to bag playback --- diff --git a/twil_2dnav/config/bag.rviz b/twil_2dnav/config/bag_playback.rviz similarity index 100% rename from twil_2dnav/config/bag.rviz rename to twil_2dnav/config/bag_playback.rviz diff --git a/twil_2dnav/launch/bag_playback.launch.xml b/twil_2dnav/launch/bag_playback.launch.xml index 8aaa854..f50f507 100644 --- a/twil_2dnav/launch/bag_playback.launch.xml +++ b/twil_2dnav/launch/bag_playback.launch.xml @@ -1,7 +1,27 @@ - + + + - + + + + + + + + + + + + + + + + + + + diff --git a/twil_2dnav/launch/localization_static.launch.xml b/twil_2dnav/launch/localization_static.launch.xml index 73cafac..0071037 100644 --- a/twil_2dnav/launch/localization_static.launch.xml +++ b/twil_2dnav/launch/localization_static.launch.xml @@ -1,7 +1,7 @@ - diff --git a/twil_2dnav/launch/odom_rtabmap_viodom.launch.xml b/twil_2dnav/launch/odom_rtabmap_viodom.launch.xml index 8bceecb..5e16d64 100644 --- a/twil_2dnav/launch/odom_rtabmap_viodom.launch.xml +++ b/twil_2dnav/launch/odom_rtabmap_viodom.launch.xml @@ -5,7 +5,6 @@ - diff --git a/twil_2dnav/scripts/record_bag.sh b/twil_2dnav/scripts/record_bag.sh index 042af41..81f4cfc 100755 --- a/twil_2dnav/scripts/record_bag.sh +++ b/twil_2dnav/scripts/record_bag.sh @@ -11,7 +11,7 @@ output_bag_filename=$1 # Define the local variable with the desired topic names camera_topics="/camera/depth/image_scan /camera/depth/camera_info /camera/depth/points /camera/depth/image_raw /camera/color/camera_info /camera/color/image_raw" -robot_description_topics="/clock /tf /tf_static /robot_description /ground_truth" +robot_description_topics="/joint_states /ground_truth" sensor_topics="/odom /sensor/imu /fake_odom /twist_mrac_controller/odom" qos_overrides_file="qos_overrides.yaml"