personalrobotics / pymoveit2

Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CollisionObjects: Allow import of URDFs and update file location finder #1

Open egordon opened 1 year ago

egordon commented 1 year ago

Currently, the only available functions for handling CollisionObjects are add_collision_mesh(<path to mesh>) and remove_collision_mesh(<id>)

This interface needs to be expanded:

egordon commented 1 year ago

Update: add 2 functions: