Skip to content

Commit b0ba2a9

Browse files
sea-bassnbbrooks
andauthored
Update TRAC-IK and Isaac Sim docs (#1052)
* Install TRAC-IK from binaries * These links still are bad, but they may redirect * Missed some. Phones are hard. * Why do I do this * Remove newline --------- Co-authored-by: Nathan Brooks <nathanbrooks@picknik.ai>
1 parent 10c0f54 commit b0ba2a9

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

doc/how_to_guides/isaac_panda/isaac_panda_tutorial.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
How To Command Simulated Isaac Robot
22
====================================
33

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>`_.
77

88
This tutorial has the following assumptions on system configuration:
99

@@ -57,19 +57,19 @@ updated to load the ``TopicBasedSystem`` plugin when the flag ``ros2_control_har
5757
</xacro:if>
5858
5959
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>`_
6161
to publish and subscribe to the ROS topics used to control the robot.
6262
The OmniGraph also contains nodes to publish RGB and Depth images from the camera mounted on the hand of the Panda.
6363
The RGB image is published to the topic ``/rgb``, the camera info to ``/camera_info``, and the depth image to ``/depth``.
6464
The frame ID of the camera frame is ``/sim_camera``.
6565
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>`_
6767
on Omniverse.
6868

6969
Computer Setup
7070
--------------
7171

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>`_.
7373

7474
2. Perform a shallow clone of the MoveIt 2 Tutorials repo.
7575

doc/how_to_guides/trac_ik/trac_ik_tutorial.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ Currently, mimic joints are *not* supported.
1818
Install
1919
-------
2020

21-
The ``rolling-devel`` branch of the TRAC-IK repository has the latest ROS 2 implementation.
22-
For now, the repository must be built from source in your ROS 2 workspace, for example ``~/moveit2_ws``. ::
21+
The ``rolling`` branch of the TRAC-IK repository has the latest ROS 2 implementation, but it is also available as binaries.
22+
23+
If you instead want to build from source, go to your ROS 2 workspace, for example ``~/moveit2_ws``. ::
2324

2425
cd ~/moveit2_ws/src
25-
git clone -b rolling-devel https://bitbucket.org/traclabs/trac_ik.git
26+
git clone -b rolling https://bitbucket.org/traclabs/trac_ik.git
2627

2728
Usage
2829
-----

0 commit comments

Comments
 (0)