Skip to content

Commit 63c847b

Browse files
committed
Add missing function return.
1 parent a189651 commit 63c847b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/interactivity/src/interactive_robot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ bool InteractiveRobot::setGroupPose(const Eigen::Isometry3d& pose)
271271
{
272272
desired_group_end_link_pose_ = pose;
273273
scheduleUpdate();
274+
return true;
274275
}
275276

276277
/* publish robot pose to rviz */

0 commit comments

Comments
 (0)