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

Update tutorials, add default velocity/acceleration scaling factors #468

Merged
merged 9 commits into from
Mar 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
22 changes: 20 additions & 2 deletions doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ Note what happens when you try to move an end-effector out of its reachable work
.. image:: rviz_plugin_invalid.png
:width: 700px

Moving Joints or in Null Space
++++++++++++++++++++++++++++++++++
You can use the **Joints** tab to control single joints and to move the redundant joints of 7-DOF robots. Try moving the "null space exploration" slider as shown in the animation below.
felixvd marked this conversation as resolved.
Show resolved Hide resolved

.. image:: rviz_joints_nullspace.webm
v4hn marked this conversation as resolved.
Show resolved Hide resolved
:width: 700px

Step 4: Use Motion Planning with the Panda
-------------------------------------------

Expand All @@ -152,7 +159,7 @@ Step 4: Use Motion Planning with the Panda
Introspecting Trajectory Waypoints
++++++++++++++++++++++++++++++++++

You can visually introspect trajectory point by point on RViz.
You can visually introspect trajectories point by point in RViz.

* From "`Panels`" menu, select "`MotionPlanning - Slider`". You'll see a new Slider panel on RViz.

Expand All @@ -165,6 +172,17 @@ NOTE: Once you placed your EEF to a new goal, be sure to run `Plan` before runni
.. image:: rviz_plugin_slider.png
:width: 700px

Plan Cartesian motions
++++++++++++++++++++++++++++++++++


If the "Use Cartesian Path" checkbox is activated, the plan will be
felixvd marked this conversation as resolved.
Show resolved Hide resolved

.. image:: rviz_plan_free.png
:width: 700px

.. image:: rviz_plan_cartesian.png
:width: 700px

Next Steps
----------
Expand All @@ -175,7 +193,7 @@ Many of the tutorials use ``moveit_visual_tools`` to step through a demo. Before

From "`Panels`" menu, select "`RvizVisualToolsGui`". You'll see the new panel added to RViz.

.. image:: rviz_pannels.png
.. image:: rviz_panels.png
:width: 700px

Saving Your Configuration
Expand Down
Binary file not shown.
Binary file added doc/quickstart_in_rviz/rviz_plan_cartesian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/quickstart_in_rviz/rviz_plan_free.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.