ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

We developed a Docker image that is slightly simpler to use (then OpenRave's one) and it also generates Python library:
https://github.com/cyberbotics/pyikfast

To generate *.cpp files one command is enough:
docker run -v [folder_with_robot.urdf]:/output cyberbotics/pyikfast [base_link] [effector]

The command above will also generate a Python library, so you can install as:
pip3 install [folder_with_robot.urdf]

We developed a Docker image that is slightly simpler to use (then OpenRave's one) and it also generates Python library:
https://github.com/cyberbotics/pyikfast

To generate *.cpp files one command is enough:

 docker run -v [folder_with_robot.urdf]:/output cyberbotics/pyikfast [base_link] [effector]

The command above will also generate a Python library, so you can install as:

 pip3 install [folder_with_robot.urdf]

We developed a Docker image that is slightly simpler to use (then (than OpenRave's one) and it also generates a Python library:
https://github.com/cyberbotics/pyikfast

To generate *.cpp files one command is enough:

docker run -v [folder_with_robot.urdf]:/output cyberbotics/pyikfast [base_link] [effector]

The command above will also generate a Python library, so you can install it as:

pip3 install [folder_with_robot.urdf]

We developed a Docker image that is slightly simpler to use (than OpenRave's one) and it also generates a Python library:
https://github.com/cyberbotics/pyikfast

To generate *.cpp files one a single command is enough:

docker run -v [folder_with_robot.urdf]:/output cyberbotics/pyikfast [base_link] [effector]

The command above will also generate a Python library, so you can install it as:

pip3 install [folder_with_robot.urdf]