ros-controls/ros2_controllers
View on GitHubEnable synchronized execution of trajector, gripper movements, and GPIOs activation
Open
#150 opened on Feb 23, 2021
enhancementhelp wantedpersistentstale
Repository metrics
- Stars
- (810 stars)
- PR merge metrics
- (PR metrics pending)
Description
It is interesting to synchronize the robot's GPIOs and gripper with the trajectory execution for many industrial scenarios. When the latter is possible doable with JointTrajectoryController, the use-case with GPIOs message and controller extension is needed.
It would be good to have examples of both use-cases.