Skip to content

Commit

Permalink
Merge pull request #1 from ricber/patch-2
Browse files Browse the repository at this point in the history
Update 01 - ROS and Sensor Fusion Tutorial.md
  • Loading branch information
methylDragon authored Mar 15, 2019
2 parents 1bd5055 + 92a1b94 commit 491012c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 01 - ROS and Sensor Fusion Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ So, naturally, you'd want to fuse data to cater to these two transforms!

**Fusing Sensors for the /map frame (map -> odom)**

> **For map -> odom** you need an ekf/ukf_localization_node with the node's **"world_frame" parameter set to the name of your map frame.**
> **For odom -> base_link** you need an ekf/ukf_localization_node with the node's **"world_frame" parameter set to the name of your map frame.**
>
> It fuses:
>
Expand All @@ -381,11 +381,11 @@ So, naturally, you'd want to fuse data to cater to these two transforms!
**Fusing Sensors for the /odom frame (odom -> base_link)**

> **For odom -> base_link** you need an ekf/ukf_localization_node with the node's **"world_frame" parameter set to the name of your odom frame.**
> **For map -> odom** you need an ekf/ukf_localization_node with the node's **"world_frame" parameter set to the name of your odom frame.**
>
> It fuses:
>
> - All continuous sensor data and algorithm outputs that aren't global pose estimates
> - All continuous sensor data and algorithm outputs that are global pose estimates
> - Global pose estimates, for example...
> - AMCL (or other localisation algorithms)
> - Absolute global pose data, for example...
Expand Down

0 comments on commit 491012c

Please sign in to comment.