Skip to content

Add world_frame argument to launch files for customization #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: feature/noetic_fixes
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kimera_semantics_ros/launch/kimera_semantics.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- 2. Or, if you want to use simulator's ground-truth: `left_cam`
-->
<arg name="sensor_frame" default="left_cam"/>
<arg name="world_frame" default="world"/>

<!-- If you want to play directly from a rosbag -->
<arg name="play_bag" default="false"/>
Expand Down Expand Up @@ -105,6 +106,7 @@
<param name="use_freespace_pointcloud" value="$(arg use_freespace_pointcloud)" />
<remap from="freespace_pointcloud" to="$(arg freespace_pointcloud)"/>

<param name="world_frame" value="$(arg world_frame)"/>
<param name="sensor_frame" value="$(arg sensor_frame)"/>
<param name="use_tf_transforms" value="true" />

Expand Down
1 change: 1 addition & 0 deletions kimera_semantics_ros/launch/kimera_semantics_euroc.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<!-- We use VIO's estimated base_link: `left_cam_base_link` -->
<arg name="sensor_frame" default="cam0"/>
<arg name="world_frame" default="world"/>

<!-- If you want to play directly from a rosbag -->
<arg name="play_bag" default="false"/>
Expand Down