Skip to content

Commit

Permalink
TEMP: configure required upstream and downstream dependencies, drop R…
Browse files Browse the repository at this point in the history
…oboStack workflows

- 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

- RoboStack workflow doesn't use upstream config and thus fails
  • Loading branch information
rhaschke committed Dec 28, 2021
1 parent 03f6a9b commit 112f1c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 106 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
104 changes: 0 additions & 104 deletions .github/workflows/robostack.yaml

This file was deleted.

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 112f1c5

Please sign in to comment.