Skip to content

Commit

Permalink
adding new base repos to vcs yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Nov 20, 2023
1 parent b276eee commit 6b1323c
Showing 1 changed file with 57 additions and 5 deletions.
62 changes: 57 additions & 5 deletions ubuntu_2204/base_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,34 @@ repositories:
type: git
url: [email protected]:warthog-cpr/warthog_simulator.git
version: melodic-devel
extra/common_msgs:
type: git
url: [email protected]:ros/common_msgs.git
version: noetic-devel
extra/geometry:
type: git
url: [email protected]:ros-o/geometry.git
version: obese-devel
extra/laser_geometry:
type: git
url: [email protected]:ros-o/laser_geometry.git
version: obese-devel
extra/navigation_msgs:
type: git
url: [email protected]:ros-planning/navigation_msgs.git
version: ros1
extra/pcl_msgs:
type: git
url: [email protected]:ros-perception/pcl_msgs.git
version: noetic-devel
extra/perception_pcl:
type: git
url: [email protected]:ros-o/perception_pcl.git
version: obese-devel
extra/vision_opencv:
type: git
url: [email protected]:ros-perception/vision_opencv.git
version: noetic
greenzie/boustrophedon_planner:
type: git
url: [email protected]:lucasw/boustrophedon_planner
Expand Down Expand Up @@ -59,10 +87,18 @@ repositories:
type: git
url: [email protected]:lucasw/ros1_lifecycle
version: misc_fixes
lucasw/ros_example:
type: git
url: [email protected]:lucasw/ros_example
version: main
lucasw/ros_system_monitor:
type: git
url: [email protected]:lucasw/ros_system_monitor
version: chrony_monitor
lucasw/rqt_file_dialog:
type: git
url: [email protected]:lucasw/rqt_file_dialog
version: master
lucasw/rqt_tf_echo:
type: git
url: [email protected]:lucasw/rqt_tf_echo.git
Expand Down Expand Up @@ -123,10 +159,14 @@ repositories:
type: git
url: [email protected]:lucasw/vimjay
version: eliminate_build_warnings
opencv_apps:
type: git
url: [email protected]:ros-perception/opencv_apps.git
version: indigo
other/PlotJuggler:
type: git
url: [email protected]:facontidavide/PlotJuggler.git
version: main
url: [email protected]:lucasw/plotjuggler
version: memeless
other/anybotics/elevation_mapping:
type: git
url: [email protected]:ANYbotics/elevation_mapping.git
Expand Down Expand Up @@ -281,12 +321,16 @@ repositories:
version: boost_placeholders
other/plotjuggler-ros-plugins:
type: git
url: [email protected]:lucasw/plotjuggler-ros-plugins
version: depend_pal_statistics_msgs
url: [email protected]:PlotJuggler/plotjuggler-ros-plugins.git
version: development
other/plotjuggler_msgs:
type: git
url: [email protected]:PlotJuggler/plotjuggler_msgs.git
version: main
other/point_cloud_converter:
type: git
url: [email protected]:pal-robotics-forks/point_cloud_converter.git
version: hydro-devel
other/ros_control_boilerplate:
type: git
url: [email protected]:lucasw/ros_control_boilerplate
Expand Down Expand Up @@ -343,6 +387,14 @@ repositories:
type: git
url: [email protected]:turtlebot/turtlebot
version: melodic
# other/vdb_mapping:
# type: git
# url: [email protected]:lucasw/vdb_mapping
# version: min_range
# other/vdb_mapping_ros:
# type: git
# url: [email protected]:lucasw/vdb_mapping_ros
# version: rolling_window
other/wu_ros_tools:
type: git
url: [email protected]:lucasw/wu_ros_tools
Expand Down Expand Up @@ -538,7 +590,7 @@ repositories:
ros/rviz:
type: git
url: [email protected]:lucasw/rviz.git
version: cleanup_deprecated
version: misc_fixes
ros/teleop_twist_joy:
type: git
url: [email protected]:lucasw/teleop_twist_joy
Expand Down

0 comments on commit 6b1323c

Please sign in to comment.