-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathdependencies.repos
36 lines (34 loc) · 1.15 KB
/
dependencies.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
26
27
28
29
30
31
32
33
34
35
36
repositories:
# Simulation and Nav2 support for TurtleBot robots
nav2_minimal_turtlebot_simulation:
type: git
url: https://github.com/ros-navigation/nav2_minimal_turtlebot_simulation.git
version: main
# py_trees and related packages for Python based behavior trees.
py_trees:
type: git
url: https://github.com/splintered-reality/py_trees.git
version: devel
py_trees_js:
type: git
url: https://github.com/splintered-reality/py_trees_js.git
version: devel
py_trees_ros:
type: git
url: https://github.com/splintered-reality/py_trees_ros.git
version: devel
py_trees_ros_interfaces:
type: git
url: https://github.com/splintered-reality/py_trees_ros_interfaces.git
version: devel
# NOTE: For now, using a personal fork to remove deprecation warnings:
# https://github.com/splintered-reality/py_trees_ros_viewer/pull/34
py_trees_ros_viewer:
type: git
url: https://github.com/sea-bass/py_trees_ros_viewer.git
version: devel
# BehaviorTree.CPP for C++ based behavior trees.
behaviortree_cpp:
type: git
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
version: master