ADVRHumanoids / CartesianInterface

Package for generic cartesian control of floating base robots. It includes a ROS-based front end, as well as a programmatic API that can be used inside a real-time loop.
GNU General Public License v3.0
20 stars 1 forks source link

getConstraintsList #90

Open EnricoMingo opened 1 month ago

EnricoMingo commented 1 month ago

Only getTaskList is available from the API. It is possible to get the type but when a task is used as a constraint it is difficult to understand which one is effectively used by the user to control the robot, i.e. tasks that the joystick should use. A getConstraintList may solve this issue.