Skip to content

Commit

Permalink
does not estimate twist (autowarefoundation#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
  • Loading branch information
KYabuuchi committed Jun 6, 2023
1 parent af21760 commit 46947c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion localization/yabloc/yabloc_launch/config/default.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Visualization Manager:
Left: 800
Name: Twist/KalmanStatus
Top: 0
Topic: /localization/yabloc/twist/kalman/status
Topic: /localization/yabloc/twist/status
Value: true
Width: 400
- Background Alpha: 0
Expand Down
4 changes: 3 additions & 1 deletion localization/yabloc/yabloc_launch/launch/yabloc.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<!-- conditional branch for autoware integration -->
<let name="connect_base_link_to_particle_pose" value="true" if="$(var standalone)"/>
<let name="connect_base_link_to_particle_pose" value="false" unless="$(var standalone)"/>
<let name="estimate_twist_in_yabloc" value="true" if="$(var standalone)"/>
<let name="estimate_twist_in_yabloc" value="false" unless="$(var standalone)"/>
<let name="input_pose" value="/localization/yabloc/pf/pose" if="$(var standalone)"/>
<let name="input_pose" value="/localization/pose_twist_fusion_filter/pose" unless="$(var standalone)"/>

Expand Down Expand Up @@ -73,7 +75,7 @@
</group>

<!-- twist -->
<group>
<group if="$(var estimate_twist_in_yabloc)">
<push-ros-namespace namespace="twist"/>
<include file="$(find-pkg-share yabloc_launch)/launch/impl/twist.launch.xml"/>
</group>
Expand Down

0 comments on commit 46947c2

Please sign in to comment.