Skip to content

Commit

Permalink
Cleanup script dir and READMEs setup paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolecheetham committed Oct 25, 2024
1 parent c0baeae commit fd6a8c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drake_ament_cmake_installed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Drake [binary packages](https://drake.mit.edu/from_binary.html).
To use `ament_cmake` and `colcon` from the ROS 2 Humble package archive, install
the required packages and configure your environment as follows:
```
sudo ../scripts/setup/linux/ubuntu/jammy/binary_install_prereqs --ros-humble
sudo setup/install_prereqs --ros-humble
source /opt/ros/humble/setup.bash
```

Expand Down
2 changes: 1 addition & 1 deletion drake_bazel_download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For an introduction to Bazel, refer to
First, install the required Ubuntu packages:

```
sudo ../scripts/setup/linux/ubuntu/jammy/binary_install_prereqs
sudo setup/install_prereqs
```

Then, to build and test all apps:
Expand Down
2 changes: 1 addition & 1 deletion drake_bazel_external/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For an introduction to Bazel, refer to
First, install the required Ubuntu packages:

```
sudo ../scripts/setup/linux/ubuntu/jammy/install_prereqs
sudo setup/install_prereqs
```

Then, to build and test all apps:
Expand Down
4 changes: 2 additions & 2 deletions drake_catkin_installed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Drake [binary packages](https://drake.mit.edu/from_binary.html).
If you wish use `catkin` from the Ubuntu package archive, without ROS Humble,
install the required packages as follows:
```
sudo ../scripts/setup/linux/ubuntu/jammy/binary_install_prereqs
sudo setup/install_prereqs
```

If you wish use `catkin` from ROS Humble package archive, install the required
packages and configure your environment as follows:
```
sudo ../scripts/setup/linux/ubuntu/jammy/binary_install_prereqs --ros-humble
sudo setup/install_prereqs --ros-humble
source /opt/ros/humble/setup.bash
```

Expand Down
2 changes: 1 addition & 1 deletion drake_cmake_installed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These instructions are only supported for Ubuntu 22.04 (Jammy).
# Install Prerequisites
###############################################################
# Various system dependencies
sudo ../scripts/setup/linux/ubuntu/jammy/binary_install_prereqs
sudo setup/install_prereqs

# (Optionally) Install GTest
# You could also explicitly pull gtest into the CMake build directly:
Expand Down
1 change: 0 additions & 1 deletion scripts/setup/README.md

This file was deleted.

0 comments on commit fd6a8c2

Please sign in to comment.