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

update sources.repos for jsk-ros-pkg #26

Open
wants to merge 10 commits into
base: build-for-jammy
Choose a base branch
from
14 changes: 7 additions & 7 deletions rosdep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ python-tabulate-pip:
# ubuntu:
# - catkin-tools

# these break in roseus in ubuntu jammy, so we have to rely on TORK's released catkin packages
#euslisp:
# ubuntu:
# - euslisp-dev
#jskeus:
# ubuntu:
# - jskeus-dev
# use system packages
euslisp:
ubuntu:
- euslisp-dev
jskeus:
ubuntu:
- jskeus-dev
62 changes: 47 additions & 15 deletions sources.repos
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ repositories:
type: git
url: https://github.com/AprilRobotics/apriltag_ros.git
version: master
ar_track_alvar:
type: git
url: https://github.com/ros-o/ar_track_alvar.git
version: obese-devel
audio_common:
type: git
url: https://github.com/ros-drivers/audio_common.git
Expand Down Expand Up @@ -95,6 +99,10 @@ repositories:
type: git
url: https://github.com/ros-o/camera_info_manager_py.git
version: obese-devel
camera_umd:
type: git
url: https://github.com/ros-drivers/camera_umd.git
version: master
catkin_virtualenv:
type: git
url: https://github.com/locusrobotics/catkin_virtualenv.git
Expand Down Expand Up @@ -175,10 +183,6 @@ repositories:
type: git
url: https://github.com/shadow-robot/ethercat_grant.git
version: noetic-devel
euslisp:
type: git
url: https://github.com/tork-a/euslisp-release.git
version: release/noetic/euslisp
executive_smach:
type: git
url: https://github.com/ros/executive_smach.git
Expand Down Expand Up @@ -317,28 +321,32 @@ repositories:
version: master
jsk_common:
type: git
url: https://github.com/ros-o/jsk_common.git
version: obese-devel
url: https://github.com/jsk-ros-pkg/jsk_common.git
version: master
jsk_common_msgs:
type: git
url: https://github.com/jsk-ros-pkg/jsk_common_msgs.git
version: master
jsk_model_tools:
type: git
url: https://github.com/jsk-ros-pkg/jsk_model_tools.git
version: master
jsk_pr2eus:
type: git
url: https://github.com/jsk-ros-pkg/jsk_pr2eus.git
version: master
jsk_recognition:
type: git
url: https://github.com/ros-o/jsk_recognition.git
version: obese-devel
url: https://github.com/jsk-ros-pkg/jsk_recognition.git
version: master
jsk_roseus:
type: git
url: https://github.com/jsk-ros-pkg/jsk_roseus.git
version: master
jsk_visualization:
type: git
url: https://github.com/ros-o/jsk_visualization.git
version: obese-devel
jskeus:
type: git
url: https://github.com/tork-a/jskeus-release.git
version: release/noetic/jskeus
url: https://github.com/jsk-ros-pkg/jsk_visualization.git
version: master
kdl_parser:
type: git
url: https://github.com/ros-o/kdl_parser.git
Expand Down Expand Up @@ -443,6 +451,10 @@ repositories:
type: git
url: https://github.com/JeroenDM/moveit_opw_kinematics_plugin.git
version: noetic-devel
moveit_pr2:
type: git
url: https://github.com/moveit/moveit_pr2.git
version: obese-devel
moveit_python:
type: git
url: https://github.com/mikeferguson/moveit_python.git
Expand Down Expand Up @@ -558,7 +570,7 @@ repositories:
plotjuggler:
type: git
url: https://github.com/facontidavide/PlotJuggler.git
version: main
version: b1ad0896844e848c2495e09a6e5c3548685adedd
plotjuggler_msgs:
type: git
url: https://github.com/facontidavide/plotjuggler_msgs.git
Expand All @@ -571,10 +583,18 @@ repositories:
type: git
url: https://github.com/ros-o/pluginlib.git
version: obese-devel
pr2_apps:
type: git
url: https://github.com/pr2/pr2_apps.git
version: melodic-devel
pr2_common:
type: git
url: https://github.com/pr2/pr2_common.git
version: melodic-devel
pr2_common_actions:
type: git
url: https://github.com/pr2/pr2_common_actions.git
version: kinetic-devel
pr2_controllers:
type: git
url: https://github.com/pr2/pr2_controllers.git
Expand All @@ -595,6 +615,10 @@ repositories:
type: git
url: https://github.com/pr2/pr2_mechanism_msgs.git
version: master
pr2_navigation:
type: git
url: https://github.com/pr2/pr2_navigation.git
version: kinetic-devel
pr2_power_drivers:
type: git
url: https://github.com/pr2/pr2_power_drivers.git
Expand All @@ -603,6 +627,10 @@ repositories:
type: git
url: https://github.com/pr2/pr2_robot.git
version: kinetic-devel
pr2_simulator:
type: git
url: https://github.com/PR2/pr2_simulator.git
version: kinetic-devel
prosilica_driver:
type: git
url: https://github.com/ros-o/prosilica_driver.git
Expand Down Expand Up @@ -1059,6 +1087,10 @@ repositories:
type: git
url: https://github.com/ros-drivers/wifi_ddwrt.git
version: noetic-devel
willow_maps:
type: git
url: https://github.com/pr2/willow_maps.git
version: kinetic-devel
wu_ros_tools:
type: git
url: https://github.com/DLu/wu_ros_tools.git
Expand Down