|
1 | 1 | How To Command Simulated Isaac Robot |
2 | 2 | ==================================== |
3 | 3 |
|
4 | | -This tutorial requires a machine with ``Isaac Sim 4.5`` (recommended) or higher installed. |
5 | | -For Isaac Sim requirements and installation please see the `Omniverse documentation <https://docs.isaacsim.omniverse.nvidia.com/5.1.0/installation/requirements.html>`_. |
6 | | -To configure Isaac Sim to work with ROS 2 please see `this guide <https://docs.isaacsim.omniverse.nvidia.com/5.1.0/installation/install_ros.html#>`_. |
| 4 | +This tutorial requires a machine with ``Isaac Sim 4.5`` (recommended) or ``Isaac Sim 4.2`` installed. |
| 5 | +For Isaac Sim requirements and installation please see the `Omniverse documentation <https://docs.isaacsim.omniverse.nvidia.com/latest/index.html>`_. |
| 6 | +To configure Isaac Sim to work with ROS 2 please see `this guide <https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_ros.html#running-native-ros>`_. |
7 | 7 |
|
8 | 8 | This tutorial has the following assumptions on system configuration: |
9 | 9 |
|
@@ -57,19 +57,19 @@ updated to load the ``TopicBasedSystem`` plugin when the flag ``ros2_control_har |
57 | 57 | </xacro:if> |
58 | 58 |
|
59 | 59 | In this tutorial we have included a Python script that loads a Panda robot |
60 | | -and builds an `OmniGraph <https://docs.isaacsim.omniverse.nvidia.com/5.1.0/introduction/quickstart_isaacsim_robot.html>`_ |
| 60 | +and builds an `OmniGraph <https://docs.omniverse.nvidia.com/extensions/latest/ext_omnigraph/tutorials/gentle_intro.html>`_ |
61 | 61 | to publish and subscribe to the ROS topics used to control the robot. |
62 | 62 | The OmniGraph also contains nodes to publish RGB and Depth images from the camera mounted on the hand of the Panda. |
63 | 63 | The RGB image is published to the topic ``/rgb``, the camera info to ``/camera_info``, and the depth image to ``/depth``. |
64 | 64 | The frame ID of the camera frame is ``/sim_camera``. |
65 | 65 | To learn about configuring your Isaac Sim robot to communicate with ROS 2 please see the |
66 | | -`Joint Control tutorial https://docs.isaacsim.omniverse.nvidia.com/latest/ros2_tutorials/tutorial_ros2_manipulation.html>`_ |
| 66 | +`Joint Control tutorial <https://docs.isaacsim.omniverse.nvidia.com/latest/ros2_tutorials/tutorial_ros2_manipulation.html>`_ |
67 | 67 | on Omniverse. |
68 | 68 |
|
69 | 69 | Computer Setup |
70 | 70 | -------------- |
71 | 71 |
|
72 | | -1. Install `Isaac Sim <https://docs.isaacsim.omniverse.nvidia.com/5.1.0/installation/quick-install.html>`_. |
| 72 | +1. Install `Isaac Sim <https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_workstation.html>`_. |
73 | 73 |
|
74 | 74 | 2. Perform a shallow clone of the MoveIt 2 Tutorials repo. |
75 | 75 |
|
|
0 commit comments