an openRAVE plugin to load a given URDF file.
- loads a given URDF file into openRAVE as
OpenRAVE::RobotBase
. - however, please ensure that the URDF has only one robot.
- loads static meshes too.
- exploits builtin openRAVE helpers for Collada export.
the plugin uses a Franka Robot for demonstration purposes.
- clone the repository.
- build the plugin.
$ cd <path/to/repo/on/local/machine> $ make $ python3 test_plugin.py
the plugin needs the following to be installed on your machine.