|
14 | 14 | <rosparam command="load" file="$(find ca_localization)/config/ekf_localization.yaml"/> |
15 | 15 | <rosparam command="load" file="$(find ca_localization)/config/ekf_odom.yaml"/> |
16 | 16 | <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"/> |
30 | 17 |
|
31 | 18 | <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"/> |
36 | 19 | </node> |
37 | 20 |
|
38 | | - <!-- <node if="$(arg use_nodelets)" |
| 21 | + <node if="$(arg use_nodelets)" |
39 | 22 | pkg="nodelet" type="nodelet" name="ekf_se" output="screen" |
40 | 23 | args="load RobotLocalization/EkfNodelet $(arg nodelet_manager)"> |
41 | 24 | <rosparam command="load" file="$(find ca_localization)/config/ekf_localization.yaml"/> |
| 25 | + |
42 | 26 | <rosparam command="load" file="$(find ca_localization)/config/ekf_odom.yaml"/> |
43 | | - <rosparam command="load" file="$(find ca_localization)/config/ekf_angle.yaml"/> |
44 | 27 | <rosparam command="load" file="$(find ca_localization)/config/ekf_imu.yaml"/> |
45 | | - </node> --> |
| 28 | + |
| 29 | + <remap from="odometry/filtered" to="odom_combined"/> |
| 30 | + </node> |
46 | 31 |
|
47 | 32 | <!-- RViz --> |
48 | 33 | <arg name="rviz" default="false"/> |
|
0 commit comments