Skip to content

Commit 5d9c8ed

Browse files
authored
Support for video embedding (#550)
* Support for video embedding * Remove video dependency in favor of raw html * Loop=true * Update default text
1 parent 2dc53dd commit 5d9c8ed

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

File renamed without changes.

doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,12 @@ Moving Joints or in Null Space
134134
++++++++++++++++++++++++++++++
135135
You can use the **Joints** tab to move single joints and the redundant joints of 7-DOF robots. Try moving the "null space exploration" slider as shown in the animation below.
136136

137-
.. image:: rviz_joints_nullspace.webm
138-
:width: 700px
137+
.. raw:: html
138+
139+
<video width="700px" nocontrols="true" autoplay="true" loop="true">
140+
<source src="../../_static/rviz_joints_nullspace.webm" type="video/webm">
141+
The joints moving while the end effector stays still
142+
</video>
139143

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

0 commit comments

Comments
 (0)