Skip to content

Commit c9b1963

Browse files
committed
Add callback to sendTrajectory
1 parent c160732 commit c9b1963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/controller_configuration/src/moveit_controller_manager_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ExampleControllerHandle : public moveit_controller_manager::MoveItControll
4949
{
5050
}
5151

52-
bool sendTrajectory(const moveit_msgs::RobotTrajectory& /*t*/) override
52+
bool sendTrajectory(const moveit_msgs::RobotTrajectory& /*t*/, const ExecutionCompleteCallback& /*cb*/) override
5353
{
5454
// do whatever is needed to actually execute this trajectory
5555
return true;

0 commit comments

Comments
 (0)