AndrejOrsula / pymoveit2

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

Improvements for scene objects and gripper interface #34

Closed AndrejOrsula closed 9 months ago

AndrejOrsula commented 9 months ago

This PR adds additional functionality for scene objects

Furthermore, the new class GripperInterface provides a more generic interface that can handle grippers using both gripper commands and trajectory controllers.

Examples were updated accordingly.