Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions python.repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
repositories:
catkin-sphinx:
type: git
url: https://github.com/ros-infrastructure/catkin-sphinx.git
version: master
catkin_tools:
type: git
url: https://github.com/catkin/catkin_tools
Expand Down
17 changes: 17 additions & 0 deletions ros-one.repos
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ repositories:
type: git
url: https://github.com/ros-o/costmap_converter.git
version: obese-devel
cras_msgs:
type: git
url: https://github.com/ctu-vras/cras_msgs.git
version: master
criutils:
type: git
url: https://github.com/crigroup/criutils.git
Expand Down Expand Up @@ -658,6 +662,10 @@ repositories:
type: git
url: https://github.com/ros-o/pluginlib.git
version: obese-devel
point_cloud_transport:
type: git
url: https://github.com/ctu-vras/point_cloud_transport.git
version: master
pr2_common:
type: git
url: https://github.com/pr2/pr2_common.git
Expand Down Expand Up @@ -842,6 +850,10 @@ repositories:
type: git
url: https://github.com/ros-o/ros_type_introspection.git
version: master
ros-utils:
type: git
url: https://github.com/ctu-vras/ros-utils.git
version: master
rosauth:
type: git
url: https://github.com/GT-RAIL/rosauth.git
Expand Down Expand Up @@ -1046,6 +1058,10 @@ repositories:
type: git
url: https://github.com/ros-o/rviz_visual_tools.git
version: obese-devel
sensor_filters:
type: git
url: https://github.com/ctu-vras/sensor_filters.git
version: master
serial:
type: git
url: https://github.com/wjwwood/serial.git
Expand Down Expand Up @@ -1215,6 +1231,7 @@ sbuild_options:
known_failures:
"*/*":
- pr2_robot/imu_monitor
- ros-utils/tf_static_publisher
"*/jammy":
"*/noble":
- librealsense2
Expand Down
4 changes: 4 additions & 0 deletions rosdep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ python-serial: # needed for libuvc_camera
debian: [python3-serial]
ubuntu: [python3-serial]

python3-catkin-sphinx:
debian: [python3-catkin-sphinx]
ubuntu: [python3-catkin-sphinx]

orocos_kdl: # needed for robot_calibration, pr2_head_action, ...
debian: [liborocos-kdl-dev]
ubuntu: [liborocos-kdl-dev]
Loading