AndrejOrsula / pymoveit2

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

Allow users to set various cartesian path service parameters #58

Closed amalnanavati closed 6 months ago

amalnanavati commented 6 months ago

Description

The PR adds various parameters that allow users to control the behavior of cartesian planning. This includes:

Note that unfortunately, MoveIt2’s ROS interface does not currently support revolute or prismatic jump thresholds.

Testing