We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb71b8 commit 886aad2Copy full SHA for 886aad2
2 files changed
.github/workflows/copilot-setup-steps.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: install workspace dependencies
35
run: |
36
sudo apt-get update
37
- sudo apt-get install -y ros-humble-ros-base
+ sudo apt-get install -y build-essential cmake ros-humble-ros-base
38
source /opt/ros/humble/setup.bash
39
rosdep update --rosdistro humble
40
rosdep install --from-paths ${GITHUB_WORKSPACE}/src --ignore-src -r -y
.github/workflows/ros-ci.yml
@@ -53,6 +53,10 @@ jobs:
53
path: src/livox_ros_driver2
54
- name: setup ROS environment
55
uses: ros-tooling/setup-ros@v0.7
56
+ - name: install build dependencies
57
+ run: |
58
+ apt-get update
59
+ apt-get install -y build-essential cmake
60
- name: install Livox SDK2
61
62
REPO_DIR="/tmp/livox_sdk2_repo"
0 commit comments