mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user