Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
sync rc (#180)
Browse files Browse the repository at this point in the history
* Use multithread for map_container (#178)

* Change input/output directory of bagkeeper. (#179)

Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Co-authored-by: ito-san <57388357+ito-san@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 27, 2021
1 parent 11864c2 commit de291bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion map_launch/launch/map.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
LaunchConfiguration('map_path'), '/pointcloud_map.pcd'],
'path to pointcloud map file'),
add_launch_arg('use_intra_process', 'false', 'use ROS2 component container communication'),
add_launch_arg('use_multithread', 'false', 'use multithread'),
add_launch_arg('use_multithread', 'true', 'use multithread'),
add_launch_arg('elevation_map_param_file_path', PathJoinSubstitution(
[FindPackageShare('map_launch'), 'config', 'elevation_map_parameters.yaml'])),
add_launch_arg('elevation_map_directory', PathJoinSubstitution(
Expand Down
3 changes: 3 additions & 0 deletions system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<include file="$(find-pkg-share bagkeeper)/launch/bagkeeper.launch.xml">
<arg name="keep_duration_before_trigger_in_sec" value="45" />
<arg name="keep_duration_after_trigger_in_sec" value="15" />
<arg name="input_directory" value="/media/autoware/LOG" />
<arg name="output_directory" value="/media/autoware/ROSBAG" />
<arg name="must_be_mountpoint" value="/media/autoware/ROSBAG" />
</include>

<!-- Autoware Version Publisher-->
Expand Down

0 comments on commit de291bf

Please sign in to comment.