We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a189651 commit 63c847bCopy full SHA for 63c847b
1 file changed
doc/interactivity/src/interactive_robot.cpp
@@ -271,6 +271,7 @@ bool InteractiveRobot::setGroupPose(const Eigen::Isometry3d& pose)
271
{
272
desired_group_end_link_pose_ = pose;
273
scheduleUpdate();
274
+ return true;
275
}
276
277
/* publish robot pose to rviz */
0 commit comments