Recent Posts

ROS Control, An overview

24 minute read

ROS Control combines a set of packages that include controller interfaces, controller managers, transmissions and hardware_interfaces.

SLAM using Grid-based FastSLAM

8 minute read

For Simultaneous Localization and Mapping a lot of algorithms exist. This post shows the basics of SLAM and how Grid-based FastSLAM works using ROS.

ROS Kalman Filter for Sensor Fusion

13 minute read

The Kalman filter is used for state estimation and sensor fusion. This post shows how sensor fusion is done using the Kalman filter and ROS.