123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446 |
- %YAML 1.1
- # ROS distribution file
- # see REP 143: http://ros.org/reps/rep-0143.html
- ---
- release_platforms:
- ubuntu:
- - bionic
- repositories:
- ament_cmake:
- doc:
- type: git
- url: https://github.com/ament/ament_cmake.git
- version: bouncy
- release:
- packages:
- - ament_cmake
- - ament_cmake_auto
- - ament_cmake_core
- - ament_cmake_export_definitions
- - ament_cmake_export_dependencies
- - ament_cmake_export_include_directories
- - ament_cmake_export_interfaces
- - ament_cmake_export_libraries
- - ament_cmake_export_link_flags
- - ament_cmake_gmock
- - ament_cmake_gtest
- - ament_cmake_include_directories
- - ament_cmake_libraries
- - ament_cmake_nose
- - ament_cmake_pytest
- - ament_cmake_python
- - ament_cmake_target_dependencies
- - ament_cmake_test
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ament_cmake-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ament/ament_cmake.git
- version: bouncy
- status: developed
- ament_cmake_ros:
- doc:
- type: git
- url: https://github.com/ros2/ament_cmake_ros.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ament_cmake_ros-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/ament_cmake_ros.git
- version: bouncy
- status: developed
- ament_index:
- doc:
- type: git
- url: https://github.com/ament/ament_index.git
- version: bouncy
- release:
- packages:
- - ament_index_cpp
- - ament_index_python
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ament_index-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ament/ament_index.git
- version: bouncy
- status: developed
- ament_lint:
- doc:
- type: git
- url: https://github.com/ament/ament_lint.git
- version: bouncy
- release:
- packages:
- - ament_clang_format
- - ament_cmake_clang_format
- - ament_cmake_copyright
- - ament_cmake_cppcheck
- - ament_cmake_cpplint
- - ament_cmake_flake8
- - ament_cmake_lint_cmake
- - ament_cmake_pclint
- - ament_cmake_pep257
- - ament_cmake_pep8
- - ament_cmake_pyflakes
- - ament_cmake_uncrustify
- - ament_copyright
- - ament_cppcheck
- - ament_cpplint
- - ament_flake8
- - ament_lint_auto
- - ament_lint_cmake
- - ament_lint_common
- - ament_pclint
- - ament_pep257
- - ament_pep8
- - ament_pyflakes
- - ament_uncrustify
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ament_lint-release.git
- version: 0.5.2-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ament/ament_lint.git
- version: bouncy
- status: developed
- ament_package:
- doc:
- type: git
- url: https://github.com/ament/ament_package.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ament_package-release.git
- version: 0.5.2-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ament/ament_package.git
- version: bouncy
- status: developed
- ament_tools:
- doc:
- type: git
- url: https://github.com/ament/ament_tools.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ament_tools-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ament/ament_tools.git
- version: bouncy
- status: end-of-life
- status_description: The build tool has been replaced by colcon
- angles:
- doc:
- type: git
- url: https://github.com/ros/angles.git
- version: ros2
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/angles-release.git
- version: 1.12.0-0
- source:
- type: git
- url: https://github.com/ros/angles.git
- version: ros2
- status: maintained
- cartographer:
- doc:
- type: git
- url: https://github.com/ros2/cartographer.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/cartographer-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/cartographer.git
- version: bouncy
- status: developed
- cartographer_ros:
- doc:
- type: git
- url: https://github.com/ros2/cartographer_ros.git
- version: bouncy
- release:
- packages:
- - cartographer_ros
- - cartographer_ros_msgs
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/cartographer_ros-release.git
- version: 2.1.1-1
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/cartographer_ros.git
- version: bouncy
- status: developed
- class_loader:
- doc:
- type: git
- url: https://github.com/ros/class_loader.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/class_loader-release.git
- version: 1.1.0-0
- source:
- type: git
- url: https://github.com/ros/class_loader.git
- version: bouncy
- status: maintained
- common_interfaces:
- doc:
- type: git
- url: https://github.com/ros2/common_interfaces.git
- version: bouncy
- release:
- packages:
- - actionlib_msgs
- - common_interfaces
- - diagnostic_msgs
- - geometry_msgs
- - nav_msgs
- - sensor_msgs
- - shape_msgs
- - std_msgs
- - std_srvs
- - stereo_msgs
- - trajectory_msgs
- - visualization_msgs
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/common_interfaces-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/common_interfaces.git
- version: bouncy
- status: developed
- console_bridge:
- doc:
- type: git
- url: https://github.com/ros/console_bridge.git
- version: master
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/console_bridge-release.git
- version: 0.4.0-0
- source:
- test_commits: false
- type: git
- url: https://github.com/ros/console_bridge.git
- version: master
- status: maintained
- control_msgs:
- doc:
- type: git
- url: https://github.com/ros-controls/control_msgs.git
- version: bouncy-devel
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros-gbp/control_msgs-release.git
- version: 2.0.0-0
- source:
- type: git
- url: https://github.com/ros-controls/control_msgs.git
- version: bouncy-devel
- status: maintained
- demos:
- doc:
- type: git
- url: https://github.com/ros2/demos.git
- version: bouncy
- release:
- packages:
- - composition
- - demo_nodes_cpp
- - demo_nodes_cpp_native
- - demo_nodes_py
- - dummy_map_server
- - dummy_robot_bringup
- - dummy_sensors
- - image_tools
- - intra_process_demo
- - lifecycle
- - logging_demo
- - pendulum_control
- - pendulum_msgs
- - topic_monitor
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/demos-release.git
- version: 0.5.1-1
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/demos.git
- version: bouncy
- status: maintained
- depthimage_to_laserscan:
- doc:
- type: git
- url: https://github.com/ros2/depthimage_to_laserscan.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/depthimage_to_laserscan-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/depthimage_to_laserscan.git
- version: bouncy
- status: developed
- ecl_core:
- doc:
- type: git
- url: https://github.com/stonier/ecl_core.git
- version: release/1.0-bouncy
- release:
- packages:
- - ecl_command_line
- - ecl_concepts
- - ecl_containers
- - ecl_converters
- - ecl_core_apps
- - ecl_devices
- - ecl_eigen
- - ecl_exceptions
- - ecl_filesystem
- - ecl_formatters
- - ecl_geometry
- - ecl_ipc
- - ecl_linear_algebra
- - ecl_manipulators
- - ecl_math
- - ecl_mobile_robot
- - ecl_mpl
- - ecl_sigslots
- - ecl_statistics
- - ecl_streams
- - ecl_threads
- - ecl_time
- - ecl_type_traits
- - ecl_utilities
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/yujinrobot-release/ecl_core-release.git
- version: 1.0.0-0
- source:
- type: git
- url: https://github.com/stonier/ecl_core.git
- version: release/1.0-bouncy
- status: maintained
- ecl_lite:
- doc:
- type: git
- url: https://github.com/stonier/ecl_lite.git
- version: release/1.0-bouncy
- release:
- packages:
- - ecl_config
- - ecl_console
- - ecl_converters_lite
- - ecl_errors
- - ecl_io
- - ecl_sigslots_lite
- - ecl_time_lite
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/yujinrobot-release/ecl_lite-release.git
- version: 1.0.0-0
- source:
- type: git
- url: https://github.com/stonier/ecl_lite.git
- version: release/1.0-bouncy
- status: maintained
- ecl_tools:
- doc:
- type: git
- url: https://github.com/stonier/ecl_tools.git
- version: release/1.0-bouncy
- release:
- packages:
- - ecl_build
- - ecl_license
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/yujinrobot-release/ecl_tools-release.git
- version: 1.0.0-0
- source:
- type: git
- url: https://github.com/stonier/ecl_tools.git
- version: release/1.0-bouncy
- status: maintained
- example_interfaces:
- doc:
- type: git
- url: https://github.com/ros2/example_interfaces.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/example_interfaces-release.git
- version: 0.5.0-1
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/example_interfaces.git
- version: bouncy
- status: developed
- examples:
- doc:
- type: git
- url: https://github.com/ros2/examples.git
- version: bouncy
- release:
- packages:
- - examples_rclcpp_minimal_client
- - examples_rclcpp_minimal_composition
- - examples_rclcpp_minimal_publisher
- - examples_rclcpp_minimal_service
- - examples_rclcpp_minimal_subscriber
- - examples_rclcpp_minimal_timer
- - examples_rclpy_executors
- - examples_rclpy_minimal_client
- - examples_rclpy_minimal_publisher
- - examples_rclpy_minimal_service
- - examples_rclpy_minimal_subscriber
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/examples-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/examples.git
- version: bouncy
- status: developed
- fastcdr:
- doc:
- type: git
- url: https://github.com/eProsima/Fast-CDR.git
- version: master
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/fastcdr-release.git
- version: 1.0.7-0
- source:
- test_commits: false
- type: git
- url: https://github.com/eProsima/Fast-CDR.git
- version: master
- status: developed
- fastrtps:
- doc:
- type: git
- url: https://github.com/eProsima/Fast-RTPS.git
- version: master
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/fastrtps-release.git
- version: 1.6.0-5
- source:
- test_commits: false
- type: git
- url: https://github.com/eProsima/Fast-RTPS.git
- version: master
- status: developed
- geometry2:
- doc:
- type: git
- url: https://github.com/ros2/geometry2.git
- version: bouncy
- release:
- packages:
- - tf2
- - tf2_eigen
- - tf2_geometry_msgs
- - tf2_msgs
- - tf2_ros
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/geometry2-release.git
- version: 0.9.1-1
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/geometry2.git
- version: bouncy
- status: developed
- googletest:
- release:
- packages:
- - gmock_vendor
- - gtest_vendor
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/googletest-release.git
- version: 1.8.0-0
- source:
- type: git
- url: https://github.com/ament/googletest.git
- version: ros2
- status: developed
- joystick_drivers:
- doc:
- type: git
- url: https://github.com/ros2/joystick_drivers.git
- version: bouncy
- release:
- packages:
- - joy
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/joystick_drivers-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/joystick_drivers.git
- version: bouncy
- status: developed
- kdl_parser:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/kdl_parser-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros/kdl_parser.git
- version: bouncy
- status: maintained
- laser_geometry:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/laser_geometry-release.git
- version: 2.0.0-0
- source:
- type: git
- url: https://github.com/ros-perception/laser_geometry.git
- version: ros2
- status: maintained
- launch:
- doc:
- type: git
- url: https://github.com/ros2/launch.git
- version: bouncy
- release:
- packages:
- - launch
- - launch_ros
- - launch_testing
- - ros2launch
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/launch-release.git
- version: 0.6.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/launch.git
- version: bouncy
- status: maintained
- libyaml_vendor:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/libyaml_vendor-release.git
- version: 1.0.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/libyaml_vendor.git
- version: bouncy
- status: maintained
- navigation:
- doc:
- type: git
- url: https://github.com/ros2/navigation.git
- version: bouncy
- release:
- packages:
- - amcl
- - map_server
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/navigation-release.git
- version: 3.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/navigation.git
- version: bouncy
- status: developed
- navigation_msgs:
- release:
- packages:
- - map_msgs
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/navigation_msgs-release.git
- version: 2.0.0-1
- source:
- type: git
- url: https://github.com/ros-planning/navigation_msgs.git
- version: ros2
- status: maintained
- orocos_kinematics_dynamics:
- doc:
- type: git
- url: https://github.com/ros2/orocos_kinematics_dynamics.git
- version: bouncy
- release:
- packages:
- - orocos_kdl
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release.git
- version: 3.0.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/orocos_kinematics_dynamics.git
- version: bouncy
- status: developed
- osrf_pycommon:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/osrf_pycommon-release.git
- version: 0.1.5-0
- source:
- type: git
- url: https://github.com/osrf/osrf_pycommon.git
- version: master
- status: maintained
- osrf_testing_tools_cpp:
- release:
- packages:
- - osrf_testing_tools_cpp
- - test_osrf_testing_tools_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/osrf_testings_tools_cpp-release.git
- version: 1.0.0-0
- source:
- type: git
- url: https://github.com/osrf/osrf_testing_tools_cpp.git
- version: master
- status: maintained
- pcl_conversions:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/pcl_conversions-release.git
- version: 2.0.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/pcl_conversions.git
- version: bouncy
- status: maintained
- pluginlib:
- doc:
- type: git
- url: https://github.com/ros/pluginlib.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/pluginlib-release.git
- version: 2.1.1-0
- source:
- type: git
- url: https://github.com/ros/pluginlib.git
- version: bouncy
- status: developed
- poco_vendor:
- doc:
- type: git
- url: https://github.com/ros2/poco_vendor.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/poco_vendor-release.git
- version: 1.1.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/poco_vendor.git
- version: bouncy
- status: developed
- py_trees:
- doc:
- type: git
- url: https://github.com/stonier/py_trees.git
- version: release/0.8.x
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/stonier/py_trees-release.git
- version: 0.8.2-0
- source:
- type: git
- url: https://github.com/stonier/py_trees.git
- version: release/0.8.x
- status: developed
- py_trees_msgs:
- doc:
- type: git
- url: https://github.com/stonier/py_trees_msgs.git
- version: release/0.4.x
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/stonier/py_trees_msgs-release.git
- version: 0.4.1-0
- status: developed
- rcl:
- doc:
- type: git
- url: https://github.com/ros2/rcl.git
- version: bouncy
- release:
- packages:
- - rcl
- - rcl_lifecycle
- - rcl_yaml_param_parser
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rcl-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rcl.git
- version: bouncy
- status: maintained
- rcl_interfaces:
- doc:
- type: git
- url: https://github.com/ros2/rcl_interfaces.git
- version: bouncy
- release:
- packages:
- - builtin_interfaces
- - lifecycle_msgs
- - rcl_interfaces
- - rosgraph_msgs
- - test_msgs
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rcl_interfaces-release.git
- version: 0.5.0-3
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rcl_interfaces.git
- version: bouncy
- status: maintained
- rclcpp:
- doc:
- type: git
- url: https://github.com/ros2/rclcpp.git
- version: bouncy
- release:
- packages:
- - rclcpp
- - rclcpp_lifecycle
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rclcpp-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rclcpp.git
- version: bouncy
- status: maintained
- rclpy:
- doc:
- type: git
- url: https://github.com/ros2/rclpy.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rclpy-release.git
- version: 0.5.4-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rclpy.git
- version: bouncy
- status: maintained
- rcutils:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rcutils-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rcutils.git
- version: bouncy
- status: maintained
- realtime_support:
- doc:
- type: git
- url: https://github.com/ros2/realtime_support.git
- version: bouncy
- release:
- packages:
- - rttest
- - tlsf_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/realtime_support-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/realtime_support.git
- version: bouncy
- status: maintained
- resource_retriever:
- doc:
- type: git
- url: https://github.com/ros/resource_retriever.git
- version: ros2
- release:
- packages:
- - libcurl_vendor
- - resource_retriever
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/resource_retriever-release.git
- version: 2.1.0-0
- source:
- type: git
- url: https://github.com/ros/resource_retriever.git
- version: ros2
- status: maintained
- rmw:
- doc:
- type: git
- url: https://github.com/ros2/rmw.git
- version: bouncy
- release:
- packages:
- - rmw
- - rmw_implementation_cmake
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rmw-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rmw.git
- version: bouncy
- status: maintained
- rmw_connext:
- doc:
- type: git
- url: https://github.com/ros2/rmw_connext.git
- version: bouncy
- release:
- packages:
- - rmw_connext_cpp
- - rmw_connext_shared_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rmw_connext-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rmw_connext.git
- version: bouncy
- status: developed
- rmw_fastrtps:
- doc:
- type: git
- url: https://github.com/ros2/rmw_fastrtps.git
- version: bouncy
- release:
- packages:
- - fastrtps_cmake_module
- - rmw_fastrtps_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rmw_fastrtps-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rmw_fastrtps.git
- version: bouncy
- status: developed
- rmw_implementation:
- doc:
- type: git
- url: https://github.com/ros2/rmw_implementation.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rmw_implementation-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rmw_implementation.git
- version: bouncy
- status: developed
- rmw_opensplice:
- doc:
- type: git
- url: https://github.com/ros2/rmw_opensplice.git
- version: bouncy
- release:
- packages:
- - rmw_opensplice_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rmw_opensplice-release.git
- version: 0.5.2-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rmw_opensplice.git
- version: bouncy
- status: developed
- robot_state_publisher:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/robot_state_publisher-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/robot_state_publisher.git
- version: bouncy
- status: maintained
- ros1_bridge:
- doc:
- type: git
- url: https://github.com/ros2/ros1_bridge.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ros1_bridge-release.git
- version: 0.5.1-0
- source:
- test_commits: false
- type: git
- url: https://github.com/ros2/ros1_bridge.git
- version: bouncy
- status: developed
- ros2cli:
- doc:
- type: git
- url: https://github.com/ros2/ros2cli.git
- version: bouncy
- release:
- packages:
- - ros2cli
- - ros2lifecycle
- - ros2msg
- - ros2node
- - ros2param
- - ros2pkg
- - ros2run
- - ros2service
- - ros2srv
- - ros2topic
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ros2cli-release.git
- version: 0.5.4-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/ros2cli.git
- version: bouncy
- status: developed
- ros_astra_camera:
- doc:
- type: git
- url: https://github.com/ros2/ros_astra_camera.git
- version: bouncy
- release:
- packages:
- - astra_camera
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ros_astra_camera-release.git
- version: 2.1.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/ros_astra_camera.git
- version: bouncy
- status: developed
- ros_environment:
- doc:
- type: git
- url: https://github.com/ros/ros_environment.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ros_environment-release.git
- version: 2.1.1-0
- source:
- type: git
- url: https://github.com/ros/ros_environment.git
- version: bouncy
- status: developed
- ros_workspace:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/ros_workspace-release.git
- version: 0.5.1-0
- source:
- type: git
- url: https://github.com/ros2/ros_workspace.git
- version: bouncy
- status: developed
- rosidl:
- doc:
- type: git
- url: https://github.com/ros2/rosidl.git
- version: bouncy
- release:
- packages:
- - rosidl_cmake
- - rosidl_generator_c
- - rosidl_generator_cpp
- - rosidl_parser
- - rosidl_typesupport_interface
- - rosidl_typesupport_introspection_c
- - rosidl_typesupport_introspection_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl.git
- version: bouncy
- status: developed
- rosidl_dds:
- doc:
- type: git
- url: https://github.com/ros2/rosidl_dds.git
- version: bouncy
- release:
- packages:
- - rosidl_generator_dds_idl
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl_dds-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl_dds.git
- version: bouncy
- status: developed
- rosidl_defaults:
- doc:
- type: git
- url: https://github.com/ros2/rosidl_defaults.git
- version: bouncy
- release:
- packages:
- - rosidl_default_generators
- - rosidl_default_runtime
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl_defaults-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl_defaults.git
- version: bouncy
- status: developed
- rosidl_python:
- doc:
- type: git
- url: https://github.com/ros2/rosidl_python.git
- version: bouncy
- release:
- packages:
- - python_cmake_module
- - rosidl_generator_py
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl_python-release.git
- version: 0.5.2-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl_python.git
- version: bouncy
- status: developed
- rosidl_typesupport:
- doc:
- type: git
- url: https://github.com/ros2/rosidl_typesupport.git
- version: bouncy
- release:
- packages:
- - rosidl_typesupport_c
- - rosidl_typesupport_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl_typesupport-release.git
- version: 0.5.0-2
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl_typesupport.git
- version: bouncy
- status: developed
- rosidl_typesupport_connext:
- doc:
- type: git
- url: https://github.com/ros2/rosidl_typesupport_connext.git
- version: bouncy
- release:
- packages:
- - connext_cmake_module
- - rosidl_typesupport_connext_c
- - rosidl_typesupport_connext_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl_typesupport_connext-release.git
- version: 0.5.3-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl_typesupport_connext.git
- version: bouncy
- status: developed
- rosidl_typesupport_opensplice:
- doc:
- type: git
- url: https://github.com/ros2/rosidl_typesupport_opensplice.git
- version: bouncy
- release:
- packages:
- - opensplice_cmake_module
- - rosidl_typesupport_opensplice_c
- - rosidl_typesupport_opensplice_cpp
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rosidl_typesupport_opensplice.git
- version: bouncy
- status: developed
- rviz:
- release:
- packages:
- - rviz2
- - rviz_assimp_vendor
- - rviz_common
- - rviz_default_plugins
- - rviz_ogre_vendor
- - rviz_rendering
- - rviz_rendering_tests
- - rviz_visual_testing_framework
- - rviz_yaml_cpp_vendor
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/rviz-release.git
- version: 4.0.2-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/rviz.git
- version: bouncy
- status: maintained
- sophus:
- doc:
- type: git
- url: https://github.com/stonier/sophus.git
- version: release/1.0-bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/yujinrobot-release/sophus-release.git
- version: 1.0.2-0
- source:
- type: git
- url: https://github.com/stonier/sophus.git
- version: release/1.0-bouncy
- status: maintained
- sros2:
- doc:
- type: git
- url: https://github.com/ros2/sros2.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/sros2-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/sros2.git
- version: bouncy
- status: developed
- teleop_twist_joy:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/teleop_twist_joy-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/teleop_twist_joy.git
- version: bouncy
- status: maintained
- teleop_twist_keyboard:
- doc:
- type: git
- url: https://github.com/ros2/teleop_twist_keyboard.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/teleop_twist_keyboard-release.git
- version: 2.1.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/teleop_twist_keyboard.git
- version: bouncy
- status: maintained
- tinyxml2_vendor:
- doc:
- type: git
- url: https://github.com/ros2/tinyxml2_vendor.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/tinyxml2_vendor-release.git
- version: 0.4.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/tinyxml2_vendor.git
- version: bouncy
- status: maintained
- tinyxml_vendor:
- doc:
- type: git
- url: https://github.com/ros2/tinyxml_vendor.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/tinyxml_vendor-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/tinyxml_vendor.git
- version: bouncy
- status: maintained
- tlsf:
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/tlsf-release.git
- version: 0.5.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/tlsf.git
- version: bouncy
- status: maintained
- turtlebot2_demo:
- doc:
- type: git
- url: https://github.com/ros2/turtlebot2_demo.git
- version: bouncy
- release:
- packages:
- - depthimage_to_pointcloud2
- - turtlebot2_amcl
- - turtlebot2_cartographer
- - turtlebot2_demo
- - turtlebot2_drivers
- - turtlebot2_follower
- - turtlebot2_teleop
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/turtlebot2_demo-release.git
- version: 0.5.1-0
- source:
- test_commits: false
- type: git
- url: https://github.com/ros2/turtlebot2_demo.git
- version: bouncy
- status: developed
- uncrustify:
- doc:
- type: git
- url: https://github.com/ament/uncrustify.git
- version: bouncy
- release:
- packages:
- - uncrustify_vendor
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/uncrustify-release.git
- version: 0.66.1-1
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ament/uncrustify.git
- version: bouncy
- status: maintained
- urdf:
- doc:
- type: git
- url: https://github.com/ros2/urdf.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/urdf-release.git
- version: 2.1.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/urdf.git
- version: bouncy
- status: maintained
- urdfdom:
- doc:
- type: git
- url: https://github.com/ros2/urdfdom.git
- version: bouncy
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/urdfdom-release.git
- version: 2.0.0-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/urdfdom.git
- version: bouncy
- status: maintained
- urdfdom_headers:
- doc:
- type: git
- url: https://github.com/ros/urdfdom_headers.git
- version: master
- release:
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/urdfdom_headers-release.git
- version: 1.0.0-1
- source:
- test_commits: false
- type: git
- url: https://github.com/ros/urdfdom_headers.git
- version: master
- status: maintained
- variants:
- doc:
- type: git
- url: https://github.com/ros2/variants.git
- version: bouncy
- release:
- packages:
- - desktop
- - ros_base
- - ros_core
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/variants-release.git
- version: 0.5.1-0
- source:
- test_pull_requests: true
- type: git
- url: https://github.com/ros2/variants.git
- version: bouncy
- status: developed
- vision_opencv:
- doc:
- type: git
- url: https://github.com/ros-perception/vision_opencv.git
- version: ros2
- release:
- packages:
- - cv_bridge
- - image_geometry
- - vision_opencv
- tags:
- release: release/bouncy/{package}/{version}
- url: https://github.com/ros2-gbp/vision_opencv-release.git
- version: 2.0.5-0
- source:
- type: git
- url: https://github.com/ros-perception/vision_opencv.git
- version: ros2
- status: developed
- type: distribution
- version: 2
|