File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
16
16
matrix :
17
17
ros_distribution :
18
18
- humble
19
- - iron
19
+ - jazzy
20
20
- rolling
21
21
include :
22
22
# Humble Hawksbill (May 2022 - May 2027)
23
23
- docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
24
24
ros_distribution : humble
25
25
ros_version : 2
26
- - docker_image : rostooling/setup-ros-docker:ubuntu-jammy -ros-iron -ros-base-latest
27
- ros_distribution : iron
26
+ - docker_image : rostooling/setup-ros-docker:ubuntu-noble -ros-jazzy -ros-base-latest
27
+ ros_distribution : jazzy
28
28
ros_version : 2
29
29
# Rolling Ridley (June 2020 - Present)
30
- - docker_image : rostooling/setup-ros-docker:ubuntu-jammy -ros-rolling-ros-base-latest
30
+ - docker_image : rostooling/setup-ros-docker:ubuntu-noble -ros-rolling-ros-base-latest
31
31
ros_distribution : rolling
32
32
ros_version : 2
33
33
container :
37
37
uses : actions/checkout@v2
38
38
with :
39
39
submodules : recursive
40
- - name : Setup Rust
41
- uses : actions-rs/toolchain@v1
42
- with :
43
- toolchain : 1.79.0
44
- profile : minimal
45
- override : true
46
40
- name : build and test
47
41
uses : ros-tooling/action-ros-ci@master
48
42
with :
49
43
target-ros2-distro : ${{ matrix.ros_distribution }}
50
44
vcs-repo-file-url : " "
51
- skip-tests : true
45
+ skip-tests : true
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ RUN pip install 'numpy<2.0.0'
20
20
WORKDIR /ros2_ws
21
21
22
22
# Clone the repository with submodules
23
- # RUN git clone --recurse-submodules https://github.com/abizovnuralem/go2_ros2_sdk src
24
- ADD . /ros2_ws/src
23
+ COPY . /ros2_ws/src
25
24
26
25
# Install Python requirements (with numpy constraint)
27
26
RUN cd src && pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ services:
18
18
privileged : true # Required for hardware access
19
19
devices :
20
20
- /dev/input:/dev/input # For joystick access
21
- restart : unless-stopped
21
+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments