-
Notifications
You must be signed in to change notification settings - Fork 25
/
2015-11-18.rosinstall
118 lines (96 loc) · 7.8 KB
/
2015-11-18.rosinstall
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# GRID ROS INSTALL FILE
# This file is designed to install the necessary files and dependencies
# for my research project.
#
# sudo apt-get install libtar-dev libprotoc-dev protobuf-compiler google-mock libgsl0-dev ros-indigo-desktop-full ros-indigo-xdot ros-indigo-orocos-* ros-indigo-eigen-* ros-indigo-moveit-ros ros-indigo-rosjava ros-indigo-spacenav-node ros-indigo-razer-hydra ros-indigo-controller-manager ros-indigo-control-toolbox ros-indigo-transmission-interface ros-indigo-joint-limits-interface ros-indigo-controller-manager ros-indigo-controller-manager-msgs ros-indigo-rtt-* ros-indigo-orocos-kdl ros-indigo-orogen ros-indigo-orocos-kinematics-dynamics ros-indigo-orogen
# sudo apt-get install python-pip python-sklearn
# sudo pip install dtw pypr
#
# Other deps built from source outside of catkin:
# - libccd [email protected]:danfis/libccd.git
# - gcgit op [email protected]:jhu-asco/gcop.git
#
# As of 2015-11-18 it should be updated for Ubuntu 14.04 and ROS Indigo.
###############################################################################
# Common #
# These are common packages used in all ascent workspaces.
###############################################################################
#- git: {version: 0.4-devel, local-name: cmake_modules, uri: '[email protected]:ros/cmake_modules.git'}
- git: {version: master, local-name: rqt_dot, uri: '[email protected]:jbohren/rqt_dot.git'}
#- git: {version: master, local-name: orocos_toolchain, uri: '[email protected]:jhu-lcsr-forks/orocos_toolchain.git'}
#- git: {version: master, local-name: orocos_kinematics_dynamics, uri: '[email protected]:jhu-lcsr-forks/orocos_kinematics_dynamics.git'}
- git: {version: hydro-devel, local-name: rtt_ros_integration, uri: '[email protected]:jhu-lcsr-forks/rtt_ros_integration.git'}
- git: {version: devel, local-name: cartesian_trajectory_msgs, uri: '[email protected]:jhu-lcsr/cartesian_trajectory_msgs.git'}
- git: {version: master, local-name: lcsr_tf_tools, uri: '[email protected]:jhu-lcsr/lcsr_tf_tools.git'}
- git: {version: devel, local-name: lcsr_telemanip, uri: '[email protected]:jhu-lcsr/lcsr_telemanip.git'}
- git: {version: devel, local-name: lcsr_camera_models, uri: '[email protected]:jhu-lcsr/lcsr_camera_models.git'}
- git: {version: devel, local-name: lcsr_robot_models, uri: '[email protected]:jhu-lcsr/lcsr_robot_models.git'}
- git: {version: devel, local-name: lcsr_barrett, uri: '[email protected]:jhu-lcsr/lcsr_barrett.git'}
- git: {version: master, local-name: lcsr_nettools, uri: '[email protected]:jhu-lcsr/lcsr_nettools.git'}
- git: {version: devel, local-name: barrett_model, uri: '[email protected]:jhu-lcsr/barrett_model.git'}
- git: {version: devel, local-name: oro_barrett_msgs, uri: '[email protected]:jhu-lcsr/orocos_barrett_msgs.git'}
- git: {version: devel, local-name: orocos_barrett_utils, uri: '[email protected]:jhu-lcsr/orocos_barrett_utils.git'}
- git: {version: master, local-name: ascent, uri: '[email protected]:ascent/ascent.git'}
################################################################################
# Slave #
# These are packages needed to run the slave controllers.
################################################################################
- git: {version: devel, local-name: conman, uri: '[email protected]:jbohren/conman.git'}
- git: {version: master, local-name: reflexxes_type2, uri: '[email protected]:jhu-lcsr/reflexxes_type2.git'}
- git: {version: devel, local-name: lcsr_controllers, uri: '[email protected]:jhu-lcsr/lcsr_controllers.git'}
- git: {version: devel, local-name: lcsr_ros_orocos_tools, uri: '[email protected]:jhu-lcsr/lcsr_ros_orocos_tools.git'}
- git: {version: master, local-name: lcsr_rtt_components, uri: '[email protected]:jhu-lcsr/lcsr_rtt_components.git'}
- git: {version: devel, local-name: orocos_barrett_components, uri: '[email protected]:jhu-lcsr/orocos_barrett_components.git'}
################################################################################c
# Perception #
# These packages are used for planning.
################################################################################
- git: {version: master, local-name: fcl, uri: '[email protected]:jhu-lcsr-forks/fcl.git'}
- git: {version: devel, local-name: barrett_moveit, uri: '[email protected]:jhu-lcsr/barrett_moveit.git'}
###############################################################################
# Sim #
# These are packages only needed in simulation.
###############################################################################
- hg: {version: "sdf_1.4", local-name: sdformat, uri: 'ssh://[email protected]/jbohren/sdformat'}
- hg: {version: disable-moi-rescaling, local-name: gazebo, uri: 'ssh://[email protected]/jbohren/gazebo'}
- git: {version: master, local-name: rtt_gazebo, uri: '[email protected]:jhu-lcsr/rtt_gazebo.git'}
- git: {version: devel, local-name: lcsr_assembly, uri: '[email protected]:jhu-lcsr/lcsr_assembly.git'}
- git: {version: hydro-devel, local-name: gazebo_ros_pkgs, uri: '[email protected]:jhu-lcsr-forks/gazebo_ros_pkgs.git'}
###############################################################################
# Perception #
# These packages are used for perception.
###############################################################################
# object detection
- git: {version: master, local-name: mvp_objrec, uri: '[email protected]:tum-mvp/mvp_objrec.git'}
- git: {version: master, local-name: ObjRecRANSAC, uri: '[email protected]:tum-mvp/ObjRecRANSAC.git'}
- git: {version: assimp3, local-name: realtime_urdf_filter, uri: '[email protected]:cpaxton/realtime_urdf_filter.git'}
- git: {version: master, local-name: lcsr_perception, uri: '[email protected]:jhu-lcsr/lcsr_perception.git'}
# calibration
#- git: {version: master, local-name: aruco_ros, uri: '[email protected]:jhu-lcsr-forks/aruco_ros.git'}
#- git: {version: hydro-devel, local-name: pal_vision_segmentation, uri: '[email protected]:pal-robotics/pal_vision_segmentation.git'}
#- git: {version: hydro-devel, local-name: visp_hand2eye_calibration, uri: '[email protected]:lagadic/visp_hand2eye_calibration.git'}
#- git: {version: devel, local-name: aruco_hand_eye, uri: '[email protected]:jhu-lcsr/aruco_hand_eye.git'}
###############################################################################
# Master #
# These are packages used for a machine which is going to be used by the
# operator for visualization.
###############################################################################
- git: {version: stereo-fixes, local-name: rviz, uri: '[email protected]:jhu-lcsr-forks/rviz.git'}
- git: {version: master, local-name: rviz_virtual_shadow, uri: '[email protected]:jhu-lcsr/rviz_virtual_shadow.git'}
##############################################################################
# CoSTAR #
# These are the CoSTAR packages for research on other things
##############################################################################
- git: {version: master, local-name: predicator, uri: '[email protected]:nri/predicator.git'}
- git: {version: master, local-name: instructor, uri: '[email protected]:nri/instructor.git'}
- git: {version: master, local-name: librarian, uri: '[email protected]:nri/librarian.git'}
- git: {version: master, local-name: beetree, uri: '[email protected]:futureneer/beetree.git'}
- git: {version: master, local-name: dmp, uri: '[email protected]:cpaxton/dmp.git'}
- git: {version: master, local-name: two_arm_collaboration, uri: '[email protected]:nri/two_arm_collaboration.git'}
- git: {version: master, local-name: germ, uri: '[email protected]:cpaxton/germ.git'}
- git: {version: master, local-name: geometer, uri: '[email protected]:jbohren/geometer.git'}
# ----------------------------- Planning ------------------------------------
# These packages are used for planning.
- git: {version: master, local-name: grid, uri: '[email protected]:cpaxton3/grid.git'}
- git: {version: master, local-name: grid_plan, uri: '[email protected]:cpaxton3/grid_plan.git'}
- git: {version: hydro, local-name: hrl_kdl, uri: '[email protected]:cpaxton/hrl-kdl.git'}