Skip to content

A simple library for moving the Franka robot in cartesian space

License

Notifications You must be signed in to change notification settings

resibots/cartesian_franka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cartesian_franka

A simple library for moving the Franka robot in cartesian space

## Install - libfranka:

cd libfranka
mkdir build; cd build; cmake .. -DCMAKE_INSTALL_PREFIX=$HOME -DCMAKE_BUILD_TYPE=Release
make -j9
make install

- pybind:

pip install pybind11

- cartesian_franka

cd cartesian_franka
./waf configure --libfranka=$HOME --python
./waf

Do not forget to have $HOME/lib in your LD_LIBRARY_PATH:

export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH

About

A simple library for moving the Franka robot in cartesian space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published