Skip to content

Commit

Permalink
Modified ndt_matching.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
yukikitsukawa committed Dec 3, 2015
1 parent 5d3363a commit 50624b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<node pkg="tf" type="static_transform_publisher" name="velodyne_to_base_link" args="-1.17 0 -2.0 0 0 0 /velodyne /base_link 10" if="$(arg use_velodyne)"/>
<node pkg="tf" type="static_transform_publisher" name="hokuyo_to_base_link" args="0 0 -1.0 0 0 0 /3d_urg /base_link 10" unless="$(arg use_velodyne)"/>

<include file="$(find model_publisher)/launch/prius_model.launch"/>
<include file="$(find model_publisher)/launch/vehicle_model.launch"/>

<!-- rosrun ndt_localizer ndt_matching _sensor:="velodyne" -->
<node pkg="ndt_localizer" type="ndt_matching" name="ndt_matching" output="log">
Expand Down

0 comments on commit 50624b7

Please sign in to comment.