roboticslab-uc3m / kinematics-dynamics

Kinematics and dynamics solvers and controllers.

Home Page:https://robots.uc3m.es/kinematics-dynamics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teo-main Homepage

Kinematics and dynamics solvers and controllers.

Link to Doxygen generated documentation: https://robots.uc3m.es/kinematics-dynamics/

kinematics-dynamics image

Installation

Installation instructions for installing from source can be found here.

Contributing

Posting Issues

  1. Read CONTRIBUTING.md
  2. Post an issue / Feature request / Specific documentation request

Fork & Pull Request

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature) off the master branch, following the Forking Git workflow
  3. Commit your changes
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Citation

If you found this project useful, please consider citing the following works:

Bartek Lukawski, Ignacio Montesino Valle, Juan G. Victores, Alberto Jardón, and Carlos Balaguer. An inverse kinematics problem solver based on screw theory for manipulator arms. In XLIII Jornadas de Automática, pages 864–869. Universidade da Coruña, 2022.

@inproceedings{lukawski2022jjaa,
    author    = {{\L}ukawski, Bartek and Montesino Valle, Ignacio and Victores, Juan G. and Jardón, Alberto and Balaguer, Carlos},
    title     = {An inverse kinematics problem solver based on screw theory for manipulator arms},
    booktitle = {XLIII Jornadas de Automática},
    year      = {2022},
    pages     = {864--869},
    publisher = {Universidade da Coruña},
    doi       = {10.17979/spudc.9788497498418.0864},
}

Edwin Daniel Oña, Bartek Lukawski, Alberto Jardón, and Carlos Balaguer. A modular framework to facilitate the control of an assistive robotic arm using visual servoing and proximity sensing. In IEEE Int. Conf. on Autonomous Robot Systems and Competitions (ICARSC), pages 28–33, 2020.

@inproceedings{eona2020icarsc,
    author    = {{O\~na}, Edwin Daniel and {\L}ukawski, Bartek and Jardón, Alberto and Balaguer, Carlos},
    title     = {A modular framework to facilitate the control of an assistive robotic arm using visual servoing and proximity sensing},
    booktitle = {IEEE Int. Conf. on Autonomous Robot Systems and Competitions (ICARSC)},
    year      = {2020},
    pages     = {28--33},
    doi       = {10.1109/ICARSC49921.2020.9096146},
}

Bartek Lukawski, Juan G. Victores, and Carlos Balaguer. A generic controller for teleoperation on robotic manipulators using low-cost devices. In XLIV Jornadas de Automática, pages 785–788. Universidade da Coruña, 2023.

@inproceedings{lukawski2023jjaa,
    author    = {{\L}ukawski, Bartek and Victores, Juan G. and Balaguer, Carlos},
    title     = {A generic controller for teleoperation on robotic manipulators using low-cost devices},
    booktitle = {XLIV Jornadas de Automática},
    year      = {2023},
    pages     = {785--788},
    publisher = {Universidade da Coruña},
    doi       = {10.17979/spudc.9788497498609.785},
}

Status

CI (Linux)

Coverage Status

Issues

Similar and Related Projects

Quaternions

Fast Solvers

IK-Solvers

Kinematics and Dynamics

Path-Planning, Trajectory generation and optimization

Humanoid-oriented

About

Kinematics and dynamics solvers and controllers.

https://robots.uc3m.es/kinematics-dynamics/

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 90.7%Language:CMake 6.7%Language:Python 2.4%Language:SWIG 0.3%