micro_ros_msgs has its own repository now (#40)

* micro_ros_msgs has its own repository now

* Update CI

* Update CI

* Fix CI order

* Error in YAML file

* Source ROS2

* Add rosdep update

* Fix
This commit is contained in:
Jose Antonio Moral
2020-12-01 11:58:57 +01:00
committed by GitHub
parent 23bcea8efb
commit 602976b45f
6 changed files with 15 additions and 86 deletions
+15 -9
View File
@@ -9,18 +9,24 @@ jobs:
microros_agent_ci:
runs-on: ubuntu-20.04
container: ros:foxy
steps:
- uses: actions/checkout@v2
with:
path: src/micro_ros_agent
container: microros/base:foxy
steps:
- name: Download dependencies
run: |
git clone -b foxy https://github.com/eProsima/Micro-XRCE-DDS-Agent src/microxrcedds_agent
cd /uros_ws
. /opt/ros/foxy/setup.sh
. install/local_setup.sh
rosdep update
ros2 run micro_ros_setup create_agent_ws.sh
- uses: actions/checkout@v2
with:
path: src/uros/micro-ROS-Agent
- name: Build
run: |
cd /uros_ws
. /opt/ros/foxy/setup.sh
colcon build
. install/local_setup.sh
ros2 run micro_ros_setup build_agent.sh