Skip to content

Commit 6f48658

Browse files
committed
Fix panda_moveit_config link
1 parent 9e2075c commit 6f48658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/moveit_cpp/src/moveit_cpp_tutorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ int main(int argc, char** argv)
207207
// We can set the goal of the plan using the name of a group states
208208
// for panda robot we have one named robot state for "panda_arm" planning group called "ready"
209209
// see `panda_arm.xacro
210-
// <https://github.com/ros-planning/panda_moveit_config/blob/melodic-devel/config/panda_arm.xacro#L13>`_
210+
// <https://github.com/ros-planning/panda_moveit_config/blob/noetic-devel/config/arm.xacro#L13>`_
211211

212212
/* // Set the start state of the plan from a named robot state */
213213
/* planning_components->setStartState("ready"); // Not implemented yet */

0 commit comments

Comments
 (0)