Skip to Content
ROS Programming: Building Powerful Robots
book

ROS Programming: Building Powerful Robots

by Anil Mahtani, Luis Sanchez, Enrique Fernandez, Aaron Martinez, Lentin Joseph
March 2018
Intermediate to advanced content levelIntermediate to advanced
1396 pages
42h 14m
English
Packt Publishing
Content preview from ROS Programming: Building Powerful Robots

Using robot localization to fuse sensor data in your robot

Now, we have our robot and we have different sources that can be used to localize the robot such as the wheel encoders and the 9DoF Razor IMU. We are going to install a new package to combine the data from these sensors to improve our robot position estimation. The package robot_localization use an Extended Kalman Filter (EKF) to calculate the new estimation using data from multiple sensors.

To install this package, we will type the following command in a terminal:

    $ sudo apt-get install ros-kinetic-robot-localization
  

Once we have installed this package, the next step is learning how to use it. So, we are going to explore inside the package, a launch file named ekf_template.launch ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming Robots with ROS

Programming Robots with ROS

Morgan Quigley, Brian Gerkey, William D. Smart
Machine Learning Design Patterns

Machine Learning Design Patterns

Valliappa Lakshmanan, Sara Robinson, Michael Munn

Publisher Resources

ISBN: 9781788627436Supplemental Content