Skip to content

Commit

Permalink
Updated README to include all supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Sep 23, 2024
1 parent 4e7a2b4 commit 10d307a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"/opt/ros/rolling/local/lib/python3.12/dist-packages/",
"${workspaceFolder}/install/"
],
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/waterlinked_dvl/bin/python",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/auv_controllers/bin/python",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ benchmarking against other commonly-used control algorithms.
## Installation

auv_controllers is currently supported on Linux and is available for the ROS 2
Iron distribution. To install auv_controllers, first clone this project to the
`src` directory of your ROS workspace:
Rolling, Jazzy, Iron, and Humble distributions. To install auv_controllers,
first clone this project to the `src` directory of your ROS workspace:

```bash
git clone [email protected]:Robotic-Decision-Making-Lab/auv_controllers.git
Expand Down

0 comments on commit 10d307a

Please sign in to comment.