-
Notifications
You must be signed in to change notification settings - Fork 7
/
ada-feeding.ssh.rosinstall
36 lines (25 loc) · 1.91 KB
/
ada-feeding.ssh.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
# Main Feeding Repo
- git: {local-name: ada_feeding, uri: '[email protected]:personalrobotics/ada_feeding.git', version: 'ros2-devel'}
# ADA Hardware, Description, and MoveIt
- git: {local-name: ada_ros2, uri: '[email protected]:personalrobotics/ada_ros2.git', version: 'main'}
# Cartesian Controllers
- git: {local-name: cartesian_controllers, uri: '[email protected]:personalrobotics/cartesian_controllers.git', version: 'egordon/twist'}
# Feeding Web App
- git: {local-name: feeding_web_interface, uri: '[email protected]:personalrobotics/feeding_web_interface.git', version: 'main'}
# Wireless F/T ROS Interface
- git: {local-name: forque_sensor_hardware, uri: '[email protected]:personalrobotics/forque_sensor_hardware.git', version: 'main'}
# MoveIt2 moveit_servo fork
- git: {local-name: moveit2, uri: '[email protected]:personalrobotics/moveit2.git', version: 'amaln/main'}
# Pick IK fork for MoveIt (Servo)
- git: {local-name: pick_ik, uri: '[email protected]:personalrobotics/pick_ik.git', version: 'amaln/tip_frames_fix'}
# Force Gate and other Custom Controllers
- git: {local-name: pr_ros_controllers, uri: '[email protected]:personalrobotics/pr_ros_controllers.git', version: 'main'}
# MoveIt ROS Interface rospy client
- git: {local-name: pymoveit2, uri: '[email protected]:personalrobotics/pymoveit2.git', version: 'amaln/scale_collision_meshes'}
# py_trees behaviors for ROS
- git: {local-name: py_trees_ros, uri: '[email protected]:personalrobotics/py_trees_ros.git', version: 'amaln/service_client'}
- git: {local-name: py_trees_ros_interfaces, uri: '[email protected]:splintered-reality/py_trees_ros_interfaces.git', version: 'devel'}
# Correct version of ROS2 msg / numpy conversions (pip is incorrect)
- git: {local-name: ros2_numpy, uri: '[email protected]:Box-Robotics/ros2_numpy.git', version: 'humble'}
# Connecting the Feeding Web App to ROS
- git: {local-name: rosbridge_suite, uri: '[email protected]:personalrobotics/rosbridge_suite.git', version: 'act2'}