Skip to content

Commit 4f4d389

Browse files
committed
bring back the test on default branch, add bedge (FR)
1 parent 8c98452 commit 4f4d389

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ros-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test legged control
22

33
on:
44
push:
5-
branches: [ ubuntu24-ci ]
5+
branches: [ ros-one-devel ]
66
pull_request:
77
branches: [ ros-one-devel ]
88

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build legged_control](https://github.com/idra-lab/legged_control/actions/workflows/ros-build-test.yml/badge.svg)](https://github.com/idra-lab/legged_control/actions/workflows/ros-build-test.yml)
2+
13
# legged_control
24

35
Code targeting [ROS One](https://ros.packages.techfak.net/) on Ubuntu 24.04
@@ -68,7 +70,7 @@ its dependencies following the step below.
6870

6971
2. Install extra dependencies:
7072
```
71-
sudo apt install liburdfdom-dev liboctomap-dev libassimp-dev wget rsync curl ros-one-controller-interface ros-one-realtime-tools ros-one-joint-state-controller ros-one-imu-sensor-controller
73+
sudo apt install liburdfdom-dev liboctomap-dev libassimp-dev wget rsync curl liblcm-dev
7274
```
7375
3. Clone OCS2 and the robotic assets.
7476
```

0 commit comments

Comments
 (0)