Skip to content

Commit

Permalink
Replace panda_moveit_config -> moveit_resources_panda_moveit_config (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Sep 25, 2023
1 parent 072b0a9 commit 3a3358b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/examples/setup_assistant/setup_assistant_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ To build only the generated ``panda_moveit_config`` package and run the demo, fo

Start the MoveIt demo to interactively plan and execute motions for the robot in RViz. ::

ros2 launch panda_moveit_config demo.launch.py
ros2 launch moveit_resources_panda_moveit_config demo.launch.py

Check out this `brief YouTube video <https://youtu.be/f__udZlnTdM>`_ for an example of how to
command the robot to move to the pre-defined ``ready`` pose and execute ``open`` and ``close`` motions on the hand.
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to_guides/stomp_planner/stomp_planner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Running the Demo
----------------
If you have the ``panda_moveit_config`` from the `ros-planning/moveit_resources <https://github.com/ros-planning/moveit_resources>`_ repository you should be able to simply launch the demo setup and start planning with STOMP in RViZ ::

ros2 launch panda_moveit_config demo.launch.py
ros2 launch moveit_resources_panda_moveit_config demo.launch.py

STOMP Parameters
----------------
Expand Down

0 comments on commit 3a3358b

Please sign in to comment.