Skip to content
Snippets Groups Projects
Commit c6a680aa authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

root bag path

parent e2e8fa92
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<!-- using "clock" option to use the simulated time. Rosbag launch as the first node --> <!-- using "clock" option to use the simulated time. Rosbag launch as the first node -->
<param name="use_sim_time" value="true" /> <param name="use_sim_time" value="true" />
<arg name="bag_path" default="/media/joanvallve/UESEBE/second_field_inta/selected"/> <arg name="bag_path" default="/media/joanvallve/UESEBE/second_field_inta"/>
<arg name="flight" default="atlantic_16" /> <arg name="flight" default="atlantic_16" />
<arg name="conf_gnss" default="1" /> <arg name="conf_gnss" default="1" />
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
args="-r $(arg speed) args="-r $(arg speed)
-s $(arg sec) -s $(arg sec)
--clock --clock
$(arg bag_path)/rpa_sensors_$(arg bag_suffix).bag"> $(arg bag_path)/sensors/rpa_sensors_$(arg bag_suffix).bag">
</node> </node>
<!--ROSBAG RECORD OUTPUT--> <!--ROSBAG RECORD OUTPUT-->
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
/tf /tf
/tf_static /tf_static
/alarm_data /alarm_data
-O $(arg bag_path)/rpa_output_$(arg bag_suffix)_conf$(arg conf_gnss).bag"> -O $(arg bag_path)/GAUSS_solution/rpa_output_$(arg bag_suffix)_conf$(arg conf_gnss).bag">
</node> </node>
</group> </group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment