forked from jsk-ros-pkg/jsk_robot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.rosinstall.noetic
68 lines (68 loc) · 2.67 KB
/
.travis.rosinstall.noetic
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#roseus is not released on melodic
- git:
local-name: euslisp-release
uri: https://github.com/tork-a/euslisp-release
version: release/melodic/euslisp
- git:
local-name: jskeus-release
uri: https://github.com/tork-a/jskeus-release
version: release/melodic/jskeus
- git:
local-name: jsk_roseus
uri: https://github.com/jsk-ros-pkg/jsk_roseus
# find_package(collada_urdf) failed due to wrong collada_urdfConfig.cmake
# - https://github.com/ros/collada_urdf/issues/43
# - https://github.com/ros/collada_urdf/pull/44
- git:
local-name: collada_urdf
uri: https://github.com/werner291/collada_urdf.git
version: patch-1
# compile euscollada for installed collada_urdf
- tar:
local-name: euscollada
uri: https://github.com/tork-a/jsk_model_tools-release/archive/refs/tags/rpm/ros-melodic-euscollada-0.4.3-0_28.tar.gz
# jsk_robot_startup LightweightLogger requires mongodb_store
# use package.xml format 3 to install python3-pymongo, see https://github.com/strands-project/mongodb_store/pull/269
- git:
local-name: strands-project/mongodb_store
uri: https://github.com/k-okada/mongodb_store.git
version: add_package_3
#
- git:
uri: http://github.com/RethinkRobotics/baxter_common.git
local-name: RethinkRobotics/baxter_common
version: kinetic-devel
- git:
# https://github.com/RethinkRobotics/baxter_simulator/pull/130
# https://github.com/RethinkRobotics/baxter_simulator/pull/132
uri: https://github.com/k-okada/baxter_simulator.git
local-name: RethinkRobotics/baxter_simulator
version: fix_noetic
# need to support Python3 / https://github.com/RethinkRobotics/baxter_interface/pull/86
- git:
uri: https://github.com/k-okada/baxter_interface.git
local-name: baxter_interface
version: development
- git:
uri: https://github.com/RethinkRobotics/baxter_tools.git
local-name: baxter_tools
version: development
- git:
uri: https://github.com/ros-planning/moveit_robots.git
local-name: ros-planning/moveit_robots
version: kinetic-devel
- git: # wait for melodic release https://github.com/ros-naoqi/pepper_robot/issues/50
uri: https://github.com/ros-naoqi/pepper_robot.git
local-name: pepper_robot
- git: # https://github.com/ros-naoqi/nao_robot/issues/40
uri: https://github.com/ros-naoqi/nao_robot.git
local-name: nao_robot
- git: # use naoqi_pose, wait for melodic release https://github.com/ros-naoqi/naoqi_bridge/issues/94
uri: https://github.com/ros-naoqi/naoqi_bridge-release.git
local-name: naoqi_pose
version: release/kinetic/naoqi_pose
# for drc_task_common in jsk_demos
# jsk_control is not released in noetic
- git:
local-name: jsk_control
uri: https://github.com/jsk-ros-pkg/jsk_control