Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Universal Robots packages for linux64 #385

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ skip_existing:
# For sure it will be uncommented and built with next full rebuild. Full rebuilds happen occasionally (few times a year).
# The list of all maintained packages is at https://robostack.github.io/noetic.html .
packages_select_by_deps:
- universal-robots
- ur10-moveit-config
- ur10e-moveit-config
- ur16e-moveit-config
- ur3-moveit-config
- ur3e-moveit-config
- ur5-moveit-config
- ur5e-moveit-config
- ur-description
- ur-gazebo
- ur-kinematics
- ur-msgs
- cras_cpp_common # maintainer peci1
- cras_py_common # maintainer peci1
- cras_docs_common # maintainer peci1
Expand Down Expand Up @@ -248,7 +260,6 @@ packages_select_by_deps:
# - franka_example_controllers
# - franka_ros

# Not compatible with recent boost
# - naoqi-bridge-msgs
# - naoqi-driver
# - naoqi-libqi
Expand Down Expand Up @@ -1000,7 +1011,6 @@ packages_select_by_deps:
# - ros-type-introspection
# - rqt
# - rqt-controller-manager
- rqt-ez-publisher
# - rqt-joint-trajectory-controller
# - rx-service-tools
# - safety-limiter-msgs
Expand Down
Loading