Skip to content

Commit

Permalink
TEMP: configure required upstream and downstream dependencies
Browse files Browse the repository at this point in the history
- moveit/srdfdom#97
  extending the syntax of SRDF to specify these defaults (and exceptions)

- frankaemika/franka_ros#188
- moveit#2938
  allowing collision checking to be disabled by default for specific links
  • Loading branch information
rhaschke committed Nov 8, 2021
1 parent 60b8d19 commit c898c9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/downstream.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
local-name: moveit_tutorials
uri: https://github.com/ros-planning/moveit_tutorials.git
version: master
- git:
local-name: franka_ros
uri: https://github.com/rhaschke/franka_ros
version: develop
- git:
local-name: panda_moveit_config
uri: https://github.com/ros-planning/panda_moveit_config.git
version: melodic-devel
uri: https://github.com/rhaschke/panda_moveit_config.git
version: rework-coarse-hand-collisions
4 changes: 4 additions & 0 deletions .github/workflows/upstream.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
local-name: geometric_shapes
uri: https://github.com/ros-planning/geometric_shapes.git
version: noetic-devel
- git:
local-name: srdfdom
uri: https://github.com/ubi-agni/srdfdom
version: rework-acm-defaults

0 comments on commit c898c9c

Please sign in to comment.