File tree Expand file tree Collapse file tree 6 files changed +14
-85
lines changed
Expand file tree Collapse file tree 6 files changed +14
-85
lines changed Original file line number Diff line number Diff line change 99
1010 microros_agent_ci :
1111 runs-on : ubuntu-20.04
12- container : ros :foxy
13-
12+ container : microros/base :foxy
13+
1414 steps :
15+ - name : Download dependencies
16+ run : |
17+ cd /uros_ws
18+ . /opt/ros/foxy/setup.sh
19+ . install/local_setup.sh
20+ rosdep update
21+ ros2 run micro_ros_setup create_agent_ws.sh
22+
1523 - uses : actions/checkout@v2
1624 with :
17- path : src/micro_ros_agent
25+ path : src/uros/micro-ROS-Agent
1826
19- - name : Download dependencies
20- run : |
21- git clone -b foxy https://github.com/eProsima/Micro-XRCE-DDS-Agent src/microxrcedds_agent
22-
2327 - name : Build
2428 run : |
29+ cd /uros_ws
2530 . /opt/ros/foxy/setup.sh
26- colcon build
31+ . install/local_setup.sh
32+ ros2 run micro_ros_setup build_agent.sh
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments