Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu committed Oct 26, 2020
1 parent 7898fb1 commit a7c6000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ This repository is currently built automatically by two systems. Travis builds t
## Build Locally

If you want to test the tutorials by generating the html pages locally on your machine, you will first need to install the `rosdoc_lite` package, and then you can use the ``build_locally`` script.
It has been tested on Ubuntu 16.04 with ROS Kinetic pre-installed. Run in the root of the moveit_tutorials package:
Run in the root of the moveit_tutorials package:

export ROS_DISTRO=kinetic # 16.04
export ROS_DISTRO=melodic # 18.04
export ROS_DISTRO=noetic # 20.04

sudo apt install ros-$ROS_DISTRO-rosdoc-lite
source /opt/ros/$ROS_DISTRO/setup.bash
./build_locally.sh

Expand Down
2 changes: 1 addition & 1 deletion doc/trac_ik/trac_ik_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As of v1.5.1, **trac_ik** is part of the ROS Kinetic/Melodic binaries: ::

sudo apt-get install ros-melodic-trac-ik-kinematics-plugin

Noetic Tracked (tracced?) here: https://bitbucket.org/traclabs/trac_ik/issues/67/ros-noetic-support
Binaries for Noetic are not yet available. You can track the progress [with this ticket](https://bitbucket.org/traclabs/trac_ik/issues/67/ros-noetic-support).

Usage
-----
Expand Down

0 comments on commit a7c6000

Please sign in to comment.