Skip to content

Commit 7d438fc

Browse files
committed
docs: note on sphere model creation
1 parent a343fec commit 7d438fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pip uninstall -y pyrender && pip install git+https://github.com/mmatl/pyrender.g
6262
- Segmentation faults and other C++ runtime errors may occur when multiple OMPL versions are present - typically when installed via both from Ubuntu and ROS. To temporarily resolve this, disable ROS workspace sourcing in your shell or remove either OMPL installation.
6363

6464
## How to add a new robot model
65+
**\* Feel free to open an issue and include your (public) URDF file/link! I might be able to create a custom sphere model for that.**
6566
- (step 1) Prepare a URDF file. Note that [robot_description](https://github.com/robot-descriptions/robot_descriptions.py) package might be useful.
6667
- (step 2) Implement a new class inheriting `RobotSpec` class in [python/plainmp/robot_spec.py](./python/plainmp/robot_spec.py).
6768
- (step 3) Write yaml file defining urdf location/collision information/control joints/end effector in (see [example yaml files](./python/plainmp/conf/)).

0 commit comments

Comments
 (0)