All Projects → MAPIRlab → Rf2o_laser_odometry

MAPIRlab / Rf2o_laser_odometry

Licence: gpl-3.0
Estimation of 2D odometry based on planar laser scans. Useful for mobile robots with innacurate base odometry. For full description of the algorithm, please refer to: Planar Odometry from a Radial Laser Scanner. A Range Flow-based Approach. ICRA 2016 Available at: http://mapir.isa.uma.es/mapirwebsite/index.php/mapir-downloads/papers/217

Projects that are alternatives of or similar to Rf2o laser odometry

Camlasercalibratool
Extrinsic Calibration of a Camera and 2d Laser
Stars: ✭ 277 (+45.03%)
Mutual labels:  robotics, laser
Rigidbodydynamics.jl
Julia implementation of various rigid body dynamics and kinematics algorithms
Stars: ✭ 184 (-3.66%)
Mutual labels:  robotics
P
The P programming language.
Stars: ✭ 2,309 (+1108.9%)
Mutual labels:  robotics
Px4 Sitl gazebo
Set of plugins, models and worlds to use with OSRF Gazebo Simulator in SITL and HITL.
Stars: ✭ 182 (-4.71%)
Mutual labels:  robotics
Xpp
Visualization of Motions for Legged Robots in ros-rviz
Stars: ✭ 177 (-7.33%)
Mutual labels:  robotics
Openocl
Open Optimal Control Library for Matlab. Trajectory Optimization and non-linear Model Predictive Control (MPC) toolbox.
Stars: ✭ 185 (-3.14%)
Mutual labels:  robotics
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+6443.46%)
Mutual labels:  robotics
Opensimplelidar
Open Source scanning laser rangefinder
Stars: ✭ 2,206 (+1054.97%)
Mutual labels:  laser
Kinematics
🤖 JavaScript 6DOF robot kinematics library
Stars: ✭ 187 (-2.09%)
Mutual labels:  robotics
Fiesta
Fast Incremental Euclidean Distance Fields for Online Motion Planning of Aerial Robots
Stars: ✭ 182 (-4.71%)
Mutual labels:  robotics
Zenoh
zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
Stars: ✭ 182 (-4.71%)
Mutual labels:  robotics
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (-8.9%)
Mutual labels:  robotics
Awesome Robotics
A list of awesome Robotics resources
Stars: ✭ 2,534 (+1226.7%)
Mutual labels:  robotics
Opencog
A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
Stars: ✭ 2,132 (+1016.23%)
Mutual labels:  robotics
Raspi
Base functionality for working with a Raspberry Pi from Node.js
Stars: ✭ 187 (-2.09%)
Mutual labels:  robotics
Gym Pybullet Drones
PyBullet Gym environments for single and multi-agent reinforcement learning of quadcopter control
Stars: ✭ 168 (-12.04%)
Mutual labels:  robotics
Robot Gui
A three.js based 3D robot interface.
Stars: ✭ 181 (-5.24%)
Mutual labels:  robotics
Robopy
Robopy is a python port for Robotics Toolbox in Matlab created by Peter Corke
Stars: ✭ 186 (-2.62%)
Mutual labels:  robotics
Rrt
C++ RRT (Rapidly-exploring Random Tree) Implementation
Stars: ✭ 190 (-0.52%)
Mutual labels:  robotics
Musicbeam
MusicBeam is a multi plattform software to use a projector as a rgb laser.
Stars: ✭ 186 (-2.62%)
Mutual labels:  laser

rf2o_laser_odometry

Estimation of 2D odometry based on planar laser scans. Useful for mobile robots with innacurate base odometry.

RF2O is a fast and precise method to estimate the planar motion of a lidar from consecutive range scans. For every scanned point we formulate the range flow constraint equation in terms of the sensor velocity, and minimize a robust function of the resulting geometric constraints to obtain the motion estimate. Conversely to traditional approaches, this method does not search for correspondences but performs dense scan alignment based on the scan gradients, in the fashion of dense 3D visual odometry.

Its very low computational cost (0.9 milliseconds on a single CPU core) together whit its high precission, makes RF2O a suitable method for those robotic applications that require planar odometry.

For full description of the algorithm, please refer to: Planar Odometry from a Radial Laser Scanner. A Range Flow-based Approach. ICRA 2016 Available at: http://mapir.isa.uma.es/work/rf2o

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].