04 April 2023
Real-Time Robotics: The Extended Kalman Filter
In this last part, we’ll explain how an Extended Kalman Filter works, and which libraries allow you to implement one in robotics.
Read Real-Time Robotics: The Extended Kalman FilterOur OROCOS development work of the Real-Time Toolkit (RTT) gave us the leading expertise in Realtime Motion Control for both ROS and OROCOS. From grabbing satellites in zero-gravity to driving mobile robots, time-reliability is key!
04 April 2023
In this last part, we’ll explain how an Extended Kalman Filter works, and which libraries allow you to implement one in robotics.
Read Real-Time Robotics: The Extended Kalman Filter23 January 2023
In this Part 2 of our mini series, we'll explore the Kalman Filter and if it can be used to enhance sensor quality and build real-time robotics applications.
Read Real-Time Robotics: How a Kalman Filter Can (not) Help16 January 2023
Robotics systems rely heavily on sensors to provide accurate information about the environment and the robot itself. However, sensors are not perfect and often suffer from inaccuracies due to various factors. In this first Part, we dive into getting the basics right.
Read Real-Time Robotics: Before you start