gafro: Geometric Algebra for Robotics

Tobias Löw, Philip Abbet and Sylvain Calinon

arXiv:2310.19090, 2023

Website

Abstract

Geometry is a fundamental part of robotics and there have been various frameworks of representation over the years. Recently, geometric algebra has gained attention for its property of unifying many of those previous ideas into one algebra. While there are already efficient open-source implementations of geometric algebra available, none of them is targeted at robotics applications. We want to address this shortcoming with our library gafro. This article presents an overview of the implementation details as well as a tutorial of gafro, an efficient c++ library targeting robotics applications using geometric algebra. The library focuses on using conformal geometric algebra. Hence, various geometric primitives are available for computation as well as rigid body transformations. The modeling of robotic systems is also an important aspect of the library. It implements various algorithms for calculating the kinematics and dynamics of such systems as well as objectives for optimisation problems. The software stack is completed by python bindings in pygafro and a ROS interface in gafro_ros.

Reference

@misc{loew2023gafro,
      title={gafro: Geometric Algebra for Robotics}, 
      author={Tobias L\"ow and Philip Abbet and Sylvain Calinon},
      year={2023},
      eprint={2310.19090},
      archivePrefix={arXiv},
      primaryClass={cs.RO}
}