Skip to content

Commit 5d655d6

Browse files
committed
almost working?
1 parent e292ff9 commit 5d655d6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci-action-ros.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
submodules: recursive
2222
- name: Dependencies
2323
run: |
24-
sudo apt install -y libeigen3-dev pkg-config #python3-catkin-tools python3-empy
25-
sudo apt install -y python3-pip && sudo pip install --upgrade pip
26-
sudo python3 -m pip install catkin_tools empy
24+
sudo apt install -y libeigen3-dev pkg-config ros-noetic-cv-bridge python3-pip
25+
sudo pip install --upgrade pip
26+
sudo python3 -m pip install catkin_tools empy catkin_pkg
2727
- name: Install Ouroboros
2828
run: pwd && ls && cd src/ouroboros_repo && pwd && pip install .
2929

@@ -34,10 +34,6 @@ jobs:
3434
rosdep update
3535
rosdep install --from-paths src --ignore-src -r -s # do a dry-run first
3636
rosdep install --from-paths src --ignore-src -r -y
37-
#sudo ln -s /usr/bin/empy3 /usr/bin/empy
38-
pip install catkin_pkg
39-
python3 --version
40-
env | grep python
4137
- name: catkin build
4238
shell: bash
4339
run: |

0 commit comments

Comments
 (0)