Value: true
Value: true
Enabled: true
- Keep: 42
- Name: Ekf Odom
- Position Tolerance: 0.30000001192092896
- Shape:
- Alpha: 1
- Axes Length: 1
- Axes Radius: 0.10000000149011612
- Color: 255; 25; 0
- Head Length: 0.30000001192092896
- Head Radius: 0.10000000149011612
- Shaft Length: 1
- Shaft Radius: 0.05000000074505806
- Value: Arrow
- Topic:
- Depth: 10
- Durability Policy: Volatile
- Filter size: 10
- History Policy: Keep Last
- Reliability Policy: Reliable
- Value: /odometry/filtered
- Value: true
- - Angle Tolerance: 0.10000000149011612
- Class: rviz_default_plugins/Odometry
- Covariance:
- Orientation:
- Alpha: 0.5
- Color: 255; 255; 127
- Color Style: Unique
- Frame: Local
- Offset: 1
- Scale: 1
- Value: true
- Position:
- Alpha: 0.30000001192092896
- Color: 204; 51; 204
- Scale: 1
- Value: true
- Value: true
- Enabled: true
Keep: 100
- Name: Visual Odom
+ Name: Odometry
Position Tolerance: 0.10000000149011612
Shape:
Alpha: 1
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
- Value: /rtabmap/icp_viodom
+ Value: /odom
Value: true
- Alpha: 0.699999988079071
Class: rviz_default_plugins/Map
Value: true
Visibility:
Camera Depth: false
- Ekf Odom: false
Global Costmap: false
Global Plan: false
Grid: true
Local Costmap: false
Local Plan: false
Map: true
+ Odometry: true
PointCloud2: false
Pose Reference: false
Received Global Plan: false
TF: true
Transformed Global Plan: false
Value: true
- Visual Odom: true
Zoom Factor: 1
- Class: rviz_default_plugins/Camera
Enabled: true
Value: true
Visibility:
Camera Color: false
- Ekf Odom: false
Global Costmap: false
Global Plan: false
Grid: true
Local Costmap: false
Local Plan: false
Map: true
+ Odometry: true
PointCloud2: true
Pose Reference: false
Received Global Plan: false
TF: true
Transformed Global Plan: false
Value: true
- Visual Odom: true
Zoom Factor: 1
- Alpha: 1
Autocompute Intensity Bounds: true
<arg name="controller" default=""/>
<node pkg="robot_localization" exec="ekf_node" name="ekf_filter_node">
+ <remap from="odometry/filtered" to="odom"/>
<param name="use_sim_time" value="$(var use_sim_time)"/>
<param name="odom0" value="$(var controller)/odom"/>
<param from="$(find-pkg-share twil_2dnav)/config/ekf_params.yaml"/>
<launch>
<node pkg="robot_localization" exec="ekf_node" name="ekf_filter_node">
+ <remap from="odometry/filtered" to="odom"/>
<param name="use_sim_time" value="$(var use_sim_time)"/>
<param name="odom0" value="/fake_odom"/>
<param from="$(find-pkg-share twil_2dnav)/config/ekf_params.yaml"/>
<remap from="rgb/camera_info" to="/camera/color/camera_info"/>
<remap from="rgb/image" to="/camera/color/image_raw"/>
- <remap from="odom" to="/rtabmap/icp_viodom" />
<!-- <param name="scan_normal_k" type="int" value="10"/>
<param name="subscribe_scan_cloud" type="bool" value="true"/>