Skip to content

Commit 602976b

Browse files
authored
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
1 parent 23bcea8 commit 602976b

File tree

6 files changed

+14
-85
lines changed

6 files changed

+14
-85
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ jobs:
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

micro_ros_msgs/CMakeLists.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

micro_ros_msgs/msg/Entity.msg

Lines changed: 0 additions & 8 deletions
This file was deleted.

micro_ros_msgs/msg/Graph.msg

Lines changed: 0 additions & 1 deletion
This file was deleted.

micro_ros_msgs/msg/Node.msg

Lines changed: 0 additions & 3 deletions
This file was deleted.

micro_ros_msgs/package.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)