File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 USE_SOURCE_SMACH_ROS : true
3535 DOCKER_IMAGE : ubuntu:22.04
3636 ROS_REPOSITORY_URL : https://raw.githubusercontent.com/k-okada/ros-o-builder/jammy-one-unstable/repository
37+ - ROS_DISTRO : one
38+ PYTHON_EXECUTABLE : python3
39+ USE_SOURCE_SMACH_ROS : true
40+ DOCKER_IMAGE : ubuntu:24.04
41+ ROS_REPOSITORY_URL : https://ros.packages.techfak.net
3742
3843 container :
3944 image : ${{ matrix.DOCKER_IMAGE }}
4247
4348 steps :
4449 - name : Setup ROS-O deb repository
45- if : ${{ matrix.DOCKER_IMAGE == 'ubuntu:22.04' }}
50+ if : ${{ matrix.DOCKER_IMAGE == 'ubuntu:22.04' or matrix.DOCKER_IMAGE == 'ubuntu:24.04' }}
4651 run : apt update -y -qq && apt install -y -qq sudo
4752
4853 - name : Update apt packages
6873 apt install -qq -y ca-certificates
6974 echo "deb [trusted=yes] ${{ matrix.ROS_REPOSITORY_URL }}/ ./" | tee /etc/apt/sources.list.d/ros-o-builder.list
7075 apt update
71- DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -qq -y python3-rosdep2
76+ DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -qq -y python3-rosdep
7277 echo "yaml ${{ matrix.ROS_REPOSITORY_URL }}/local.yaml debian" | tee /etc/ros/rosdep/sources.list.d/1-ros-o-builder.list
7378 rosdep update
7479 #
You can’t perform that action at this time.
0 commit comments