-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathros2.repos
25 lines (23 loc) · 775 Bytes
/
ros2.repos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# List of repositories to clone into the workspace
# See https://github.com/dirk-thomas/vcstool
# Alternatively use rosdep utility program to manage dependencies
############
repositories:
# PX4 Autopilot ROS2 dependencies
dep/px4/microxrcedds_agent:
type: git
url: https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
version: v2.4.2
dep/px4/px4_msgs:
type: git
url: https://github.com/PX4/px4_msgs.git
version: release/1.15
dep/px4/px4_ros2_interface_lib:
type: git
url: https://github.com/Auterion/px4-ros2-interface-lib
version: 1.3.0
# Additional requirements for developing with AutoAPMS framework
# dep/auto-apms:
# type: git
# url: https://github.com/robin-mueller/auto-apms.git
# version: origin/master