Skip to content

gepopa10/forward-kinematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forward-kinematics

Diagram

To build locally

mkdir build && cd build cmake .. && make && ./main_app

Run tests

ctest

Run with Docker

  • Prerequisite: Install Docker

sudo docker build -t forward_kinematics .

sudo docker run --rm forward_kinematics

Components Diagram

Improvements

kinematic_chain should be more generic to represent any robot. This can be achieved with DH parameters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published