Skip to content

Commit

Permalink
Remove ROS 2 Iron support (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 28, 2024
1 parent 1b5d87a commit ad8c139
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
ros2-test:
strategy:
matrix:
ros_distro: [humble, iron, jazzy, rolling]
ros_distro: [humble, jazzy, rolling]

name: ros-${{ matrix.ros_distro }}-test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Setup

This package is being tested with:

* Python 3.10 / Ubuntu 22.04 (optionally with ROS 2 Humble or Iron)
* Python 3.10 / Ubuntu 22.04 (optionally with ROS 2 Humble)
* Python 3.12 / Ubuntu 24.04 (optionally with ROS 2 Jazzy or Rolling)

pip install (Limited)
Expand Down
2 changes: 1 addition & 1 deletion setup/setup_pyrobosim.bash
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ then

rm -rf ${ROS_WORKSPACE}/build ${ROS_WORKSPACE}/install ${ROS_WORKSPACE}/log

read -p "What ROS distro are you using? (humble, iron, jazzy, rolling) : " ROS_DISTRO
read -p "What ROS distro are you using? (humble, jazzy, rolling) : " ROS_DISTRO
echo ""
echo "Installing additional packages for ROS ${ROS_DISTRO,,} setup"
echo "PYROBOSIM_ROS_WORKSPACE=${ROS_WORKSPACE}" >> ${ENV_FILE}
Expand Down

0 comments on commit ad8c139

Please sign in to comment.