Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed collision contact tutorial failing build due to image location… #94

Merged
merged 3 commits into from
Aug 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/collision_contact_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ When Rviz starts up you will have to add some displays to see the objects your c

You should now see the PR2 robot with 2 interactive markers which you can drag around.

.. image:: /ros_visualization/collision_contact_tutorial_screen.png
.. image:: collision_contact_tutorial_screen.png

Interacting
^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This set of advanced tutorials is meant for developers who are using MoveIt!’s
doc/pr2_tutorials/planning/src/doc/planning_scene_ros_api_tutorial
doc/pr2_tutorials/planning/src/doc/motion_planning_api_tutorial
doc/pr2_tutorials/planning/src/doc/planning_pipeline_tutorial
doc/collision_contact_tutorial
doc/time_parameterization_tutorial
doc/fake_controller_manager_tutorial
doc/ros_visualization/joystick.rst
Expand Down