-
Notifications
You must be signed in to change notification settings - Fork 55
/
dependencies.repos
39 lines (36 loc) · 1.19 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
37
38
39
repositories:
# TurtleBot3 Repo
# TODO: Remote once this PR is in the binary release:
# https://github.com/ROBOTIS-GIT/turtlebot3/pull/916
turtlebot3:
type: git
url: https://github.com/ROBOTIS-GIT/turtlebot3.git
version: humble-devel
# 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