Skip to content

Commit c24fff3

Browse files
author
Emiliano Borghi
committed
Clean up launch
1 parent 71213f2 commit c24fff3

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

navigation/ca_localization/launch/localize.launch

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,20 @@
1414
<rosparam command="load" file="$(find ca_localization)/config/ekf_localization.yaml"/>
1515
<rosparam command="load" file="$(find ca_localization)/config/ekf_odom.yaml"/>
1616
<rosparam command="load" file="$(find ca_localization)/config/ekf_imu.yaml"/>
17-
<!-- <rosparam command="load" file="$(find ca_localization)/config/ekf_scan_matcher.yaml"/> -->
18-
<!-- <rosparam command="load" file="$(find ca_localization)/config/ekf_angle.yaml"/> -->
19-
20-
<!--
21-
The filter accepts an arbitrary number of inputs from each input message type
22-
(nav_msgs/Odometry, geometry_msgs/PoseWithCovarianceStamped,
23-
geometry_msgs/TwistWithCovarianceStamped, sensor_msgs/Imu). To add an input,
24-
simply append the next number in the sequence to its "base" name, e.g., odom0, odom1,
25-
twist0, twist1, imu0, imu1, imu2, etc. The value should be the topic name.
26-
These parameters obviously have no default values, and must be specified.
27-
-->
28-
<param name="odom0" value="odom"/>
29-
<param name="imu0" value="imu/data"/>
3017

3118
<remap from="odometry/filtered" to="odom_combined"/>
32-
33-
<param name="odom_frame" value="odom"/>
34-
<param name="base_link_frame" value="base_footprint"/>
35-
<param name="world_frame" value="odom"/>
3619
</node>
3720

38-
<!-- <node if="$(arg use_nodelets)"
21+
<node if="$(arg use_nodelets)"
3922
pkg="nodelet" type="nodelet" name="ekf_se" output="screen"
4023
args="load RobotLocalization/EkfNodelet $(arg nodelet_manager)">
4124
<rosparam command="load" file="$(find ca_localization)/config/ekf_localization.yaml"/>
25+
4226
<rosparam command="load" file="$(find ca_localization)/config/ekf_odom.yaml"/>
43-
<rosparam command="load" file="$(find ca_localization)/config/ekf_angle.yaml"/>
4427
<rosparam command="load" file="$(find ca_localization)/config/ekf_imu.yaml"/>
45-
</node> -->
28+
29+
<remap from="odometry/filtered" to="odom_combined"/>
30+
</node>
4631

4732
<!-- RViz -->
4833
<arg name="rviz" default="false"/>

0 commit comments

Comments
 (0)