File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 21
21
submodules : recursive
22
22
- name : Dependencies
23
23
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
27
27
- name : Install Ouroboros
28
28
run : pwd && ls && cd src/ouroboros_repo && pwd && pip install .
29
29
34
34
rosdep update
35
35
rosdep install --from-paths src --ignore-src -r -s # do a dry-run first
36
36
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
41
37
- name : catkin build
42
38
shell : bash
43
39
run : |
You can’t perform that action at this time.
0 commit comments