distribution.yaml 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446
  1. %YAML 1.1
  2. # ROS distribution file
  3. # see REP 143: http://ros.org/reps/rep-0143.html
  4. ---
  5. release_platforms:
  6. ubuntu:
  7. - bionic
  8. repositories:
  9. ament_cmake:
  10. doc:
  11. type: git
  12. url: https://github.com/ament/ament_cmake.git
  13. version: bouncy
  14. release:
  15. packages:
  16. - ament_cmake
  17. - ament_cmake_auto
  18. - ament_cmake_core
  19. - ament_cmake_export_definitions
  20. - ament_cmake_export_dependencies
  21. - ament_cmake_export_include_directories
  22. - ament_cmake_export_interfaces
  23. - ament_cmake_export_libraries
  24. - ament_cmake_export_link_flags
  25. - ament_cmake_gmock
  26. - ament_cmake_gtest
  27. - ament_cmake_include_directories
  28. - ament_cmake_libraries
  29. - ament_cmake_nose
  30. - ament_cmake_pytest
  31. - ament_cmake_python
  32. - ament_cmake_target_dependencies
  33. - ament_cmake_test
  34. tags:
  35. release: release/bouncy/{package}/{version}
  36. url: https://github.com/ros2-gbp/ament_cmake-release.git
  37. version: 0.5.1-0
  38. source:
  39. test_pull_requests: true
  40. type: git
  41. url: https://github.com/ament/ament_cmake.git
  42. version: bouncy
  43. status: developed
  44. ament_cmake_ros:
  45. doc:
  46. type: git
  47. url: https://github.com/ros2/ament_cmake_ros.git
  48. version: bouncy
  49. release:
  50. tags:
  51. release: release/bouncy/{package}/{version}
  52. url: https://github.com/ros2-gbp/ament_cmake_ros-release.git
  53. version: 0.5.0-0
  54. source:
  55. test_pull_requests: true
  56. type: git
  57. url: https://github.com/ros2/ament_cmake_ros.git
  58. version: bouncy
  59. status: developed
  60. ament_index:
  61. doc:
  62. type: git
  63. url: https://github.com/ament/ament_index.git
  64. version: bouncy
  65. release:
  66. packages:
  67. - ament_index_cpp
  68. - ament_index_python
  69. tags:
  70. release: release/bouncy/{package}/{version}
  71. url: https://github.com/ros2-gbp/ament_index-release.git
  72. version: 0.5.1-0
  73. source:
  74. test_pull_requests: true
  75. type: git
  76. url: https://github.com/ament/ament_index.git
  77. version: bouncy
  78. status: developed
  79. ament_lint:
  80. doc:
  81. type: git
  82. url: https://github.com/ament/ament_lint.git
  83. version: bouncy
  84. release:
  85. packages:
  86. - ament_clang_format
  87. - ament_cmake_clang_format
  88. - ament_cmake_copyright
  89. - ament_cmake_cppcheck
  90. - ament_cmake_cpplint
  91. - ament_cmake_flake8
  92. - ament_cmake_lint_cmake
  93. - ament_cmake_pclint
  94. - ament_cmake_pep257
  95. - ament_cmake_pep8
  96. - ament_cmake_pyflakes
  97. - ament_cmake_uncrustify
  98. - ament_copyright
  99. - ament_cppcheck
  100. - ament_cpplint
  101. - ament_flake8
  102. - ament_lint_auto
  103. - ament_lint_cmake
  104. - ament_lint_common
  105. - ament_pclint
  106. - ament_pep257
  107. - ament_pep8
  108. - ament_pyflakes
  109. - ament_uncrustify
  110. tags:
  111. release: release/bouncy/{package}/{version}
  112. url: https://github.com/ros2-gbp/ament_lint-release.git
  113. version: 0.5.2-0
  114. source:
  115. test_pull_requests: true
  116. type: git
  117. url: https://github.com/ament/ament_lint.git
  118. version: bouncy
  119. status: developed
  120. ament_package:
  121. doc:
  122. type: git
  123. url: https://github.com/ament/ament_package.git
  124. version: bouncy
  125. release:
  126. tags:
  127. release: release/bouncy/{package}/{version}
  128. url: https://github.com/ros2-gbp/ament_package-release.git
  129. version: 0.5.2-0
  130. source:
  131. test_pull_requests: true
  132. type: git
  133. url: https://github.com/ament/ament_package.git
  134. version: bouncy
  135. status: developed
  136. ament_tools:
  137. doc:
  138. type: git
  139. url: https://github.com/ament/ament_tools.git
  140. version: bouncy
  141. release:
  142. tags:
  143. release: release/bouncy/{package}/{version}
  144. url: https://github.com/ros2-gbp/ament_tools-release.git
  145. version: 0.5.0-0
  146. source:
  147. test_pull_requests: true
  148. type: git
  149. url: https://github.com/ament/ament_tools.git
  150. version: bouncy
  151. status: end-of-life
  152. status_description: The build tool has been replaced by colcon
  153. angles:
  154. doc:
  155. type: git
  156. url: https://github.com/ros/angles.git
  157. version: ros2
  158. release:
  159. tags:
  160. release: release/bouncy/{package}/{version}
  161. url: https://github.com/ros2-gbp/angles-release.git
  162. version: 1.12.0-0
  163. source:
  164. type: git
  165. url: https://github.com/ros/angles.git
  166. version: ros2
  167. status: maintained
  168. cartographer:
  169. doc:
  170. type: git
  171. url: https://github.com/ros2/cartographer.git
  172. version: bouncy
  173. release:
  174. tags:
  175. release: release/bouncy/{package}/{version}
  176. url: https://github.com/ros2-gbp/cartographer-release.git
  177. version: 2.1.0-0
  178. source:
  179. test_pull_requests: true
  180. type: git
  181. url: https://github.com/ros2/cartographer.git
  182. version: bouncy
  183. status: developed
  184. cartographer_ros:
  185. doc:
  186. type: git
  187. url: https://github.com/ros2/cartographer_ros.git
  188. version: bouncy
  189. release:
  190. packages:
  191. - cartographer_ros
  192. - cartographer_ros_msgs
  193. tags:
  194. release: release/bouncy/{package}/{version}
  195. url: https://github.com/ros2-gbp/cartographer_ros-release.git
  196. version: 2.1.1-1
  197. source:
  198. test_pull_requests: true
  199. type: git
  200. url: https://github.com/ros2/cartographer_ros.git
  201. version: bouncy
  202. status: developed
  203. class_loader:
  204. doc:
  205. type: git
  206. url: https://github.com/ros/class_loader.git
  207. version: bouncy
  208. release:
  209. tags:
  210. release: release/bouncy/{package}/{version}
  211. url: https://github.com/ros2-gbp/class_loader-release.git
  212. version: 1.1.0-0
  213. source:
  214. type: git
  215. url: https://github.com/ros/class_loader.git
  216. version: bouncy
  217. status: maintained
  218. common_interfaces:
  219. doc:
  220. type: git
  221. url: https://github.com/ros2/common_interfaces.git
  222. version: bouncy
  223. release:
  224. packages:
  225. - actionlib_msgs
  226. - common_interfaces
  227. - diagnostic_msgs
  228. - geometry_msgs
  229. - nav_msgs
  230. - sensor_msgs
  231. - shape_msgs
  232. - std_msgs
  233. - std_srvs
  234. - stereo_msgs
  235. - trajectory_msgs
  236. - visualization_msgs
  237. tags:
  238. release: release/bouncy/{package}/{version}
  239. url: https://github.com/ros2-gbp/common_interfaces-release.git
  240. version: 0.5.1-0
  241. source:
  242. test_pull_requests: true
  243. type: git
  244. url: https://github.com/ros2/common_interfaces.git
  245. version: bouncy
  246. status: developed
  247. console_bridge:
  248. doc:
  249. type: git
  250. url: https://github.com/ros/console_bridge.git
  251. version: master
  252. release:
  253. tags:
  254. release: release/bouncy/{package}/{version}
  255. url: https://github.com/ros2-gbp/console_bridge-release.git
  256. version: 0.4.0-0
  257. source:
  258. test_commits: false
  259. type: git
  260. url: https://github.com/ros/console_bridge.git
  261. version: master
  262. status: maintained
  263. control_msgs:
  264. doc:
  265. type: git
  266. url: https://github.com/ros-controls/control_msgs.git
  267. version: bouncy-devel
  268. release:
  269. tags:
  270. release: release/bouncy/{package}/{version}
  271. url: https://github.com/ros-gbp/control_msgs-release.git
  272. version: 2.0.0-0
  273. source:
  274. type: git
  275. url: https://github.com/ros-controls/control_msgs.git
  276. version: bouncy-devel
  277. status: maintained
  278. demos:
  279. doc:
  280. type: git
  281. url: https://github.com/ros2/demos.git
  282. version: bouncy
  283. release:
  284. packages:
  285. - composition
  286. - demo_nodes_cpp
  287. - demo_nodes_cpp_native
  288. - demo_nodes_py
  289. - dummy_map_server
  290. - dummy_robot_bringup
  291. - dummy_sensors
  292. - image_tools
  293. - intra_process_demo
  294. - lifecycle
  295. - logging_demo
  296. - pendulum_control
  297. - pendulum_msgs
  298. - topic_monitor
  299. tags:
  300. release: release/bouncy/{package}/{version}
  301. url: https://github.com/ros2-gbp/demos-release.git
  302. version: 0.5.1-1
  303. source:
  304. test_pull_requests: true
  305. type: git
  306. url: https://github.com/ros2/demos.git
  307. version: bouncy
  308. status: maintained
  309. depthimage_to_laserscan:
  310. doc:
  311. type: git
  312. url: https://github.com/ros2/depthimage_to_laserscan.git
  313. version: bouncy
  314. release:
  315. tags:
  316. release: release/bouncy/{package}/{version}
  317. url: https://github.com/ros2-gbp/depthimage_to_laserscan-release.git
  318. version: 2.1.0-0
  319. source:
  320. test_pull_requests: true
  321. type: git
  322. url: https://github.com/ros2/depthimage_to_laserscan.git
  323. version: bouncy
  324. status: developed
  325. ecl_core:
  326. doc:
  327. type: git
  328. url: https://github.com/stonier/ecl_core.git
  329. version: release/1.0-bouncy
  330. release:
  331. packages:
  332. - ecl_command_line
  333. - ecl_concepts
  334. - ecl_containers
  335. - ecl_converters
  336. - ecl_core_apps
  337. - ecl_devices
  338. - ecl_eigen
  339. - ecl_exceptions
  340. - ecl_filesystem
  341. - ecl_formatters
  342. - ecl_geometry
  343. - ecl_ipc
  344. - ecl_linear_algebra
  345. - ecl_manipulators
  346. - ecl_math
  347. - ecl_mobile_robot
  348. - ecl_mpl
  349. - ecl_sigslots
  350. - ecl_statistics
  351. - ecl_streams
  352. - ecl_threads
  353. - ecl_time
  354. - ecl_type_traits
  355. - ecl_utilities
  356. tags:
  357. release: release/bouncy/{package}/{version}
  358. url: https://github.com/yujinrobot-release/ecl_core-release.git
  359. version: 1.0.0-0
  360. source:
  361. type: git
  362. url: https://github.com/stonier/ecl_core.git
  363. version: release/1.0-bouncy
  364. status: maintained
  365. ecl_lite:
  366. doc:
  367. type: git
  368. url: https://github.com/stonier/ecl_lite.git
  369. version: release/1.0-bouncy
  370. release:
  371. packages:
  372. - ecl_config
  373. - ecl_console
  374. - ecl_converters_lite
  375. - ecl_errors
  376. - ecl_io
  377. - ecl_sigslots_lite
  378. - ecl_time_lite
  379. tags:
  380. release: release/bouncy/{package}/{version}
  381. url: https://github.com/yujinrobot-release/ecl_lite-release.git
  382. version: 1.0.0-0
  383. source:
  384. type: git
  385. url: https://github.com/stonier/ecl_lite.git
  386. version: release/1.0-bouncy
  387. status: maintained
  388. ecl_tools:
  389. doc:
  390. type: git
  391. url: https://github.com/stonier/ecl_tools.git
  392. version: release/1.0-bouncy
  393. release:
  394. packages:
  395. - ecl_build
  396. - ecl_license
  397. tags:
  398. release: release/bouncy/{package}/{version}
  399. url: https://github.com/yujinrobot-release/ecl_tools-release.git
  400. version: 1.0.0-0
  401. source:
  402. type: git
  403. url: https://github.com/stonier/ecl_tools.git
  404. version: release/1.0-bouncy
  405. status: maintained
  406. example_interfaces:
  407. doc:
  408. type: git
  409. url: https://github.com/ros2/example_interfaces.git
  410. version: bouncy
  411. release:
  412. tags:
  413. release: release/bouncy/{package}/{version}
  414. url: https://github.com/ros2-gbp/example_interfaces-release.git
  415. version: 0.5.0-1
  416. source:
  417. test_pull_requests: true
  418. type: git
  419. url: https://github.com/ros2/example_interfaces.git
  420. version: bouncy
  421. status: developed
  422. examples:
  423. doc:
  424. type: git
  425. url: https://github.com/ros2/examples.git
  426. version: bouncy
  427. release:
  428. packages:
  429. - examples_rclcpp_minimal_client
  430. - examples_rclcpp_minimal_composition
  431. - examples_rclcpp_minimal_publisher
  432. - examples_rclcpp_minimal_service
  433. - examples_rclcpp_minimal_subscriber
  434. - examples_rclcpp_minimal_timer
  435. - examples_rclpy_executors
  436. - examples_rclpy_minimal_client
  437. - examples_rclpy_minimal_publisher
  438. - examples_rclpy_minimal_service
  439. - examples_rclpy_minimal_subscriber
  440. tags:
  441. release: release/bouncy/{package}/{version}
  442. url: https://github.com/ros2-gbp/examples-release.git
  443. version: 0.5.1-0
  444. source:
  445. test_pull_requests: true
  446. type: git
  447. url: https://github.com/ros2/examples.git
  448. version: bouncy
  449. status: developed
  450. fastcdr:
  451. doc:
  452. type: git
  453. url: https://github.com/eProsima/Fast-CDR.git
  454. version: master
  455. release:
  456. tags:
  457. release: release/bouncy/{package}/{version}
  458. url: https://github.com/ros2-gbp/fastcdr-release.git
  459. version: 1.0.7-0
  460. source:
  461. test_commits: false
  462. type: git
  463. url: https://github.com/eProsima/Fast-CDR.git
  464. version: master
  465. status: developed
  466. fastrtps:
  467. doc:
  468. type: git
  469. url: https://github.com/eProsima/Fast-RTPS.git
  470. version: master
  471. release:
  472. tags:
  473. release: release/bouncy/{package}/{version}
  474. url: https://github.com/ros2-gbp/fastrtps-release.git
  475. version: 1.6.0-5
  476. source:
  477. test_commits: false
  478. type: git
  479. url: https://github.com/eProsima/Fast-RTPS.git
  480. version: master
  481. status: developed
  482. geometry2:
  483. doc:
  484. type: git
  485. url: https://github.com/ros2/geometry2.git
  486. version: bouncy
  487. release:
  488. packages:
  489. - tf2
  490. - tf2_eigen
  491. - tf2_geometry_msgs
  492. - tf2_msgs
  493. - tf2_ros
  494. tags:
  495. release: release/bouncy/{package}/{version}
  496. url: https://github.com/ros2-gbp/geometry2-release.git
  497. version: 0.9.1-1
  498. source:
  499. test_pull_requests: true
  500. type: git
  501. url: https://github.com/ros2/geometry2.git
  502. version: bouncy
  503. status: developed
  504. googletest:
  505. release:
  506. packages:
  507. - gmock_vendor
  508. - gtest_vendor
  509. tags:
  510. release: release/bouncy/{package}/{version}
  511. url: https://github.com/ros2-gbp/googletest-release.git
  512. version: 1.8.0-0
  513. source:
  514. type: git
  515. url: https://github.com/ament/googletest.git
  516. version: ros2
  517. status: developed
  518. joystick_drivers:
  519. doc:
  520. type: git
  521. url: https://github.com/ros2/joystick_drivers.git
  522. version: bouncy
  523. release:
  524. packages:
  525. - joy
  526. tags:
  527. release: release/bouncy/{package}/{version}
  528. url: https://github.com/ros2-gbp/joystick_drivers-release.git
  529. version: 2.1.0-0
  530. source:
  531. test_pull_requests: true
  532. type: git
  533. url: https://github.com/ros2/joystick_drivers.git
  534. version: bouncy
  535. status: developed
  536. kdl_parser:
  537. release:
  538. tags:
  539. release: release/bouncy/{package}/{version}
  540. url: https://github.com/ros2-gbp/kdl_parser-release.git
  541. version: 2.1.0-0
  542. source:
  543. test_pull_requests: true
  544. type: git
  545. url: https://github.com/ros/kdl_parser.git
  546. version: bouncy
  547. status: maintained
  548. laser_geometry:
  549. release:
  550. tags:
  551. release: release/bouncy/{package}/{version}
  552. url: https://github.com/ros2-gbp/laser_geometry-release.git
  553. version: 2.0.0-0
  554. source:
  555. type: git
  556. url: https://github.com/ros-perception/laser_geometry.git
  557. version: ros2
  558. status: maintained
  559. launch:
  560. doc:
  561. type: git
  562. url: https://github.com/ros2/launch.git
  563. version: bouncy
  564. release:
  565. packages:
  566. - launch
  567. - launch_ros
  568. - launch_testing
  569. - ros2launch
  570. tags:
  571. release: release/bouncy/{package}/{version}
  572. url: https://github.com/ros2-gbp/launch-release.git
  573. version: 0.6.0-0
  574. source:
  575. test_pull_requests: true
  576. type: git
  577. url: https://github.com/ros2/launch.git
  578. version: bouncy
  579. status: maintained
  580. libyaml_vendor:
  581. release:
  582. tags:
  583. release: release/bouncy/{package}/{version}
  584. url: https://github.com/ros2-gbp/libyaml_vendor-release.git
  585. version: 1.0.0-0
  586. source:
  587. test_pull_requests: true
  588. type: git
  589. url: https://github.com/ros2/libyaml_vendor.git
  590. version: bouncy
  591. status: maintained
  592. navigation:
  593. doc:
  594. type: git
  595. url: https://github.com/ros2/navigation.git
  596. version: bouncy
  597. release:
  598. packages:
  599. - amcl
  600. - map_server
  601. tags:
  602. release: release/bouncy/{package}/{version}
  603. url: https://github.com/ros2-gbp/navigation-release.git
  604. version: 3.1.0-0
  605. source:
  606. test_pull_requests: true
  607. type: git
  608. url: https://github.com/ros2/navigation.git
  609. version: bouncy
  610. status: developed
  611. navigation_msgs:
  612. release:
  613. packages:
  614. - map_msgs
  615. tags:
  616. release: release/bouncy/{package}/{version}
  617. url: https://github.com/ros2-gbp/navigation_msgs-release.git
  618. version: 2.0.0-1
  619. source:
  620. type: git
  621. url: https://github.com/ros-planning/navigation_msgs.git
  622. version: ros2
  623. status: maintained
  624. orocos_kinematics_dynamics:
  625. doc:
  626. type: git
  627. url: https://github.com/ros2/orocos_kinematics_dynamics.git
  628. version: bouncy
  629. release:
  630. packages:
  631. - orocos_kdl
  632. tags:
  633. release: release/bouncy/{package}/{version}
  634. url: https://github.com/ros2-gbp/orocos_kinematics_dynamics-release.git
  635. version: 3.0.1-0
  636. source:
  637. test_pull_requests: true
  638. type: git
  639. url: https://github.com/ros2/orocos_kinematics_dynamics.git
  640. version: bouncy
  641. status: developed
  642. osrf_pycommon:
  643. release:
  644. tags:
  645. release: release/bouncy/{package}/{version}
  646. url: https://github.com/ros2-gbp/osrf_pycommon-release.git
  647. version: 0.1.5-0
  648. source:
  649. type: git
  650. url: https://github.com/osrf/osrf_pycommon.git
  651. version: master
  652. status: maintained
  653. osrf_testing_tools_cpp:
  654. release:
  655. packages:
  656. - osrf_testing_tools_cpp
  657. - test_osrf_testing_tools_cpp
  658. tags:
  659. release: release/bouncy/{package}/{version}
  660. url: https://github.com/ros2-gbp/osrf_testings_tools_cpp-release.git
  661. version: 1.0.0-0
  662. source:
  663. type: git
  664. url: https://github.com/osrf/osrf_testing_tools_cpp.git
  665. version: master
  666. status: maintained
  667. pcl_conversions:
  668. release:
  669. tags:
  670. release: release/bouncy/{package}/{version}
  671. url: https://github.com/ros2-gbp/pcl_conversions-release.git
  672. version: 2.0.0-0
  673. source:
  674. test_pull_requests: true
  675. type: git
  676. url: https://github.com/ros2/pcl_conversions.git
  677. version: bouncy
  678. status: maintained
  679. pluginlib:
  680. doc:
  681. type: git
  682. url: https://github.com/ros/pluginlib.git
  683. version: bouncy
  684. release:
  685. tags:
  686. release: release/bouncy/{package}/{version}
  687. url: https://github.com/ros2-gbp/pluginlib-release.git
  688. version: 2.1.1-0
  689. source:
  690. type: git
  691. url: https://github.com/ros/pluginlib.git
  692. version: bouncy
  693. status: developed
  694. poco_vendor:
  695. doc:
  696. type: git
  697. url: https://github.com/ros2/poco_vendor.git
  698. version: bouncy
  699. release:
  700. tags:
  701. release: release/bouncy/{package}/{version}
  702. url: https://github.com/ros2-gbp/poco_vendor-release.git
  703. version: 1.1.1-0
  704. source:
  705. test_pull_requests: true
  706. type: git
  707. url: https://github.com/ros2/poco_vendor.git
  708. version: bouncy
  709. status: developed
  710. py_trees:
  711. doc:
  712. type: git
  713. url: https://github.com/stonier/py_trees.git
  714. version: release/0.8.x
  715. release:
  716. tags:
  717. release: release/bouncy/{package}/{version}
  718. url: https://github.com/stonier/py_trees-release.git
  719. version: 0.8.2-0
  720. source:
  721. type: git
  722. url: https://github.com/stonier/py_trees.git
  723. version: release/0.8.x
  724. status: developed
  725. py_trees_msgs:
  726. doc:
  727. type: git
  728. url: https://github.com/stonier/py_trees_msgs.git
  729. version: release/0.4.x
  730. release:
  731. tags:
  732. release: release/bouncy/{package}/{version}
  733. url: https://github.com/stonier/py_trees_msgs-release.git
  734. version: 0.4.1-0
  735. status: developed
  736. rcl:
  737. doc:
  738. type: git
  739. url: https://github.com/ros2/rcl.git
  740. version: bouncy
  741. release:
  742. packages:
  743. - rcl
  744. - rcl_lifecycle
  745. - rcl_yaml_param_parser
  746. tags:
  747. release: release/bouncy/{package}/{version}
  748. url: https://github.com/ros2-gbp/rcl-release.git
  749. version: 0.5.1-0
  750. source:
  751. test_pull_requests: true
  752. type: git
  753. url: https://github.com/ros2/rcl.git
  754. version: bouncy
  755. status: maintained
  756. rcl_interfaces:
  757. doc:
  758. type: git
  759. url: https://github.com/ros2/rcl_interfaces.git
  760. version: bouncy
  761. release:
  762. packages:
  763. - builtin_interfaces
  764. - lifecycle_msgs
  765. - rcl_interfaces
  766. - rosgraph_msgs
  767. - test_msgs
  768. tags:
  769. release: release/bouncy/{package}/{version}
  770. url: https://github.com/ros2-gbp/rcl_interfaces-release.git
  771. version: 0.5.0-3
  772. source:
  773. test_pull_requests: true
  774. type: git
  775. url: https://github.com/ros2/rcl_interfaces.git
  776. version: bouncy
  777. status: maintained
  778. rclcpp:
  779. doc:
  780. type: git
  781. url: https://github.com/ros2/rclcpp.git
  782. version: bouncy
  783. release:
  784. packages:
  785. - rclcpp
  786. - rclcpp_lifecycle
  787. tags:
  788. release: release/bouncy/{package}/{version}
  789. url: https://github.com/ros2-gbp/rclcpp-release.git
  790. version: 0.5.1-0
  791. source:
  792. test_pull_requests: true
  793. type: git
  794. url: https://github.com/ros2/rclcpp.git
  795. version: bouncy
  796. status: maintained
  797. rclpy:
  798. doc:
  799. type: git
  800. url: https://github.com/ros2/rclpy.git
  801. version: bouncy
  802. release:
  803. tags:
  804. release: release/bouncy/{package}/{version}
  805. url: https://github.com/ros2-gbp/rclpy-release.git
  806. version: 0.5.4-0
  807. source:
  808. test_pull_requests: true
  809. type: git
  810. url: https://github.com/ros2/rclpy.git
  811. version: bouncy
  812. status: maintained
  813. rcutils:
  814. release:
  815. tags:
  816. release: release/bouncy/{package}/{version}
  817. url: https://github.com/ros2-gbp/rcutils-release.git
  818. version: 0.5.1-0
  819. source:
  820. test_pull_requests: true
  821. type: git
  822. url: https://github.com/ros2/rcutils.git
  823. version: bouncy
  824. status: maintained
  825. realtime_support:
  826. doc:
  827. type: git
  828. url: https://github.com/ros2/realtime_support.git
  829. version: bouncy
  830. release:
  831. packages:
  832. - rttest
  833. - tlsf_cpp
  834. tags:
  835. release: release/bouncy/{package}/{version}
  836. url: https://github.com/ros2-gbp/realtime_support-release.git
  837. version: 0.5.0-0
  838. source:
  839. test_pull_requests: true
  840. type: git
  841. url: https://github.com/ros2/realtime_support.git
  842. version: bouncy
  843. status: maintained
  844. resource_retriever:
  845. doc:
  846. type: git
  847. url: https://github.com/ros/resource_retriever.git
  848. version: ros2
  849. release:
  850. packages:
  851. - libcurl_vendor
  852. - resource_retriever
  853. tags:
  854. release: release/bouncy/{package}/{version}
  855. url: https://github.com/ros2-gbp/resource_retriever-release.git
  856. version: 2.1.0-0
  857. source:
  858. type: git
  859. url: https://github.com/ros/resource_retriever.git
  860. version: ros2
  861. status: maintained
  862. rmw:
  863. doc:
  864. type: git
  865. url: https://github.com/ros2/rmw.git
  866. version: bouncy
  867. release:
  868. packages:
  869. - rmw
  870. - rmw_implementation_cmake
  871. tags:
  872. release: release/bouncy/{package}/{version}
  873. url: https://github.com/ros2-gbp/rmw-release.git
  874. version: 0.5.0-0
  875. source:
  876. test_pull_requests: true
  877. type: git
  878. url: https://github.com/ros2/rmw.git
  879. version: bouncy
  880. status: maintained
  881. rmw_connext:
  882. doc:
  883. type: git
  884. url: https://github.com/ros2/rmw_connext.git
  885. version: bouncy
  886. release:
  887. packages:
  888. - rmw_connext_cpp
  889. - rmw_connext_shared_cpp
  890. tags:
  891. release: release/bouncy/{package}/{version}
  892. url: https://github.com/ros2-gbp/rmw_connext-release.git
  893. version: 0.5.1-0
  894. source:
  895. test_pull_requests: true
  896. type: git
  897. url: https://github.com/ros2/rmw_connext.git
  898. version: bouncy
  899. status: developed
  900. rmw_fastrtps:
  901. doc:
  902. type: git
  903. url: https://github.com/ros2/rmw_fastrtps.git
  904. version: bouncy
  905. release:
  906. packages:
  907. - fastrtps_cmake_module
  908. - rmw_fastrtps_cpp
  909. tags:
  910. release: release/bouncy/{package}/{version}
  911. url: https://github.com/ros2-gbp/rmw_fastrtps-release.git
  912. version: 0.5.1-0
  913. source:
  914. test_pull_requests: true
  915. type: git
  916. url: https://github.com/ros2/rmw_fastrtps.git
  917. version: bouncy
  918. status: developed
  919. rmw_implementation:
  920. doc:
  921. type: git
  922. url: https://github.com/ros2/rmw_implementation.git
  923. version: bouncy
  924. release:
  925. tags:
  926. release: release/bouncy/{package}/{version}
  927. url: https://github.com/ros2-gbp/rmw_implementation-release.git
  928. version: 0.5.1-0
  929. source:
  930. test_pull_requests: true
  931. type: git
  932. url: https://github.com/ros2/rmw_implementation.git
  933. version: bouncy
  934. status: developed
  935. rmw_opensplice:
  936. doc:
  937. type: git
  938. url: https://github.com/ros2/rmw_opensplice.git
  939. version: bouncy
  940. release:
  941. packages:
  942. - rmw_opensplice_cpp
  943. tags:
  944. release: release/bouncy/{package}/{version}
  945. url: https://github.com/ros2-gbp/rmw_opensplice-release.git
  946. version: 0.5.2-0
  947. source:
  948. test_pull_requests: true
  949. type: git
  950. url: https://github.com/ros2/rmw_opensplice.git
  951. version: bouncy
  952. status: developed
  953. robot_state_publisher:
  954. release:
  955. tags:
  956. release: release/bouncy/{package}/{version}
  957. url: https://github.com/ros2-gbp/robot_state_publisher-release.git
  958. version: 2.1.0-0
  959. source:
  960. test_pull_requests: true
  961. type: git
  962. url: https://github.com/ros2/robot_state_publisher.git
  963. version: bouncy
  964. status: maintained
  965. ros1_bridge:
  966. doc:
  967. type: git
  968. url: https://github.com/ros2/ros1_bridge.git
  969. version: bouncy
  970. release:
  971. tags:
  972. release: release/bouncy/{package}/{version}
  973. url: https://github.com/ros2-gbp/ros1_bridge-release.git
  974. version: 0.5.1-0
  975. source:
  976. test_commits: false
  977. type: git
  978. url: https://github.com/ros2/ros1_bridge.git
  979. version: bouncy
  980. status: developed
  981. ros2cli:
  982. doc:
  983. type: git
  984. url: https://github.com/ros2/ros2cli.git
  985. version: bouncy
  986. release:
  987. packages:
  988. - ros2cli
  989. - ros2lifecycle
  990. - ros2msg
  991. - ros2node
  992. - ros2param
  993. - ros2pkg
  994. - ros2run
  995. - ros2service
  996. - ros2srv
  997. - ros2topic
  998. tags:
  999. release: release/bouncy/{package}/{version}
  1000. url: https://github.com/ros2-gbp/ros2cli-release.git
  1001. version: 0.5.4-0
  1002. source:
  1003. test_pull_requests: true
  1004. type: git
  1005. url: https://github.com/ros2/ros2cli.git
  1006. version: bouncy
  1007. status: developed
  1008. ros_astra_camera:
  1009. doc:
  1010. type: git
  1011. url: https://github.com/ros2/ros_astra_camera.git
  1012. version: bouncy
  1013. release:
  1014. packages:
  1015. - astra_camera
  1016. tags:
  1017. release: release/bouncy/{package}/{version}
  1018. url: https://github.com/ros2-gbp/ros_astra_camera-release.git
  1019. version: 2.1.1-0
  1020. source:
  1021. test_pull_requests: true
  1022. type: git
  1023. url: https://github.com/ros2/ros_astra_camera.git
  1024. version: bouncy
  1025. status: developed
  1026. ros_environment:
  1027. doc:
  1028. type: git
  1029. url: https://github.com/ros/ros_environment.git
  1030. version: bouncy
  1031. release:
  1032. tags:
  1033. release: release/bouncy/{package}/{version}
  1034. url: https://github.com/ros2-gbp/ros_environment-release.git
  1035. version: 2.1.1-0
  1036. source:
  1037. type: git
  1038. url: https://github.com/ros/ros_environment.git
  1039. version: bouncy
  1040. status: developed
  1041. ros_workspace:
  1042. release:
  1043. tags:
  1044. release: release/bouncy/{package}/{version}
  1045. url: https://github.com/ros2-gbp/ros_workspace-release.git
  1046. version: 0.5.1-0
  1047. source:
  1048. type: git
  1049. url: https://github.com/ros2/ros_workspace.git
  1050. version: bouncy
  1051. status: developed
  1052. rosidl:
  1053. doc:
  1054. type: git
  1055. url: https://github.com/ros2/rosidl.git
  1056. version: bouncy
  1057. release:
  1058. packages:
  1059. - rosidl_cmake
  1060. - rosidl_generator_c
  1061. - rosidl_generator_cpp
  1062. - rosidl_parser
  1063. - rosidl_typesupport_interface
  1064. - rosidl_typesupport_introspection_c
  1065. - rosidl_typesupport_introspection_cpp
  1066. tags:
  1067. release: release/bouncy/{package}/{version}
  1068. url: https://github.com/ros2-gbp/rosidl-release.git
  1069. version: 0.5.1-0
  1070. source:
  1071. test_pull_requests: true
  1072. type: git
  1073. url: https://github.com/ros2/rosidl.git
  1074. version: bouncy
  1075. status: developed
  1076. rosidl_dds:
  1077. doc:
  1078. type: git
  1079. url: https://github.com/ros2/rosidl_dds.git
  1080. version: bouncy
  1081. release:
  1082. packages:
  1083. - rosidl_generator_dds_idl
  1084. tags:
  1085. release: release/bouncy/{package}/{version}
  1086. url: https://github.com/ros2-gbp/rosidl_dds-release.git
  1087. version: 0.5.0-0
  1088. source:
  1089. test_pull_requests: true
  1090. type: git
  1091. url: https://github.com/ros2/rosidl_dds.git
  1092. version: bouncy
  1093. status: developed
  1094. rosidl_defaults:
  1095. doc:
  1096. type: git
  1097. url: https://github.com/ros2/rosidl_defaults.git
  1098. version: bouncy
  1099. release:
  1100. packages:
  1101. - rosidl_default_generators
  1102. - rosidl_default_runtime
  1103. tags:
  1104. release: release/bouncy/{package}/{version}
  1105. url: https://github.com/ros2-gbp/rosidl_defaults-release.git
  1106. version: 0.5.0-0
  1107. source:
  1108. test_pull_requests: true
  1109. type: git
  1110. url: https://github.com/ros2/rosidl_defaults.git
  1111. version: bouncy
  1112. status: developed
  1113. rosidl_python:
  1114. doc:
  1115. type: git
  1116. url: https://github.com/ros2/rosidl_python.git
  1117. version: bouncy
  1118. release:
  1119. packages:
  1120. - python_cmake_module
  1121. - rosidl_generator_py
  1122. tags:
  1123. release: release/bouncy/{package}/{version}
  1124. url: https://github.com/ros2-gbp/rosidl_python-release.git
  1125. version: 0.5.2-0
  1126. source:
  1127. test_pull_requests: true
  1128. type: git
  1129. url: https://github.com/ros2/rosidl_python.git
  1130. version: bouncy
  1131. status: developed
  1132. rosidl_typesupport:
  1133. doc:
  1134. type: git
  1135. url: https://github.com/ros2/rosidl_typesupport.git
  1136. version: bouncy
  1137. release:
  1138. packages:
  1139. - rosidl_typesupport_c
  1140. - rosidl_typesupport_cpp
  1141. tags:
  1142. release: release/bouncy/{package}/{version}
  1143. url: https://github.com/ros2-gbp/rosidl_typesupport-release.git
  1144. version: 0.5.0-2
  1145. source:
  1146. test_pull_requests: true
  1147. type: git
  1148. url: https://github.com/ros2/rosidl_typesupport.git
  1149. version: bouncy
  1150. status: developed
  1151. rosidl_typesupport_connext:
  1152. doc:
  1153. type: git
  1154. url: https://github.com/ros2/rosidl_typesupport_connext.git
  1155. version: bouncy
  1156. release:
  1157. packages:
  1158. - connext_cmake_module
  1159. - rosidl_typesupport_connext_c
  1160. - rosidl_typesupport_connext_cpp
  1161. tags:
  1162. release: release/bouncy/{package}/{version}
  1163. url: https://github.com/ros2-gbp/rosidl_typesupport_connext-release.git
  1164. version: 0.5.3-0
  1165. source:
  1166. test_pull_requests: true
  1167. type: git
  1168. url: https://github.com/ros2/rosidl_typesupport_connext.git
  1169. version: bouncy
  1170. status: developed
  1171. rosidl_typesupport_opensplice:
  1172. doc:
  1173. type: git
  1174. url: https://github.com/ros2/rosidl_typesupport_opensplice.git
  1175. version: bouncy
  1176. release:
  1177. packages:
  1178. - opensplice_cmake_module
  1179. - rosidl_typesupport_opensplice_c
  1180. - rosidl_typesupport_opensplice_cpp
  1181. tags:
  1182. release: release/bouncy/{package}/{version}
  1183. url: https://github.com/ros2-gbp/rosidl_typesupport_opensplice-release.git
  1184. version: 0.5.0-0
  1185. source:
  1186. test_pull_requests: true
  1187. type: git
  1188. url: https://github.com/ros2/rosidl_typesupport_opensplice.git
  1189. version: bouncy
  1190. status: developed
  1191. rviz:
  1192. release:
  1193. packages:
  1194. - rviz2
  1195. - rviz_assimp_vendor
  1196. - rviz_common
  1197. - rviz_default_plugins
  1198. - rviz_ogre_vendor
  1199. - rviz_rendering
  1200. - rviz_rendering_tests
  1201. - rviz_visual_testing_framework
  1202. - rviz_yaml_cpp_vendor
  1203. tags:
  1204. release: release/bouncy/{package}/{version}
  1205. url: https://github.com/ros2-gbp/rviz-release.git
  1206. version: 4.0.2-0
  1207. source:
  1208. test_pull_requests: true
  1209. type: git
  1210. url: https://github.com/ros2/rviz.git
  1211. version: bouncy
  1212. status: maintained
  1213. sophus:
  1214. doc:
  1215. type: git
  1216. url: https://github.com/stonier/sophus.git
  1217. version: release/1.0-bouncy
  1218. release:
  1219. tags:
  1220. release: release/bouncy/{package}/{version}
  1221. url: https://github.com/yujinrobot-release/sophus-release.git
  1222. version: 1.0.2-0
  1223. source:
  1224. type: git
  1225. url: https://github.com/stonier/sophus.git
  1226. version: release/1.0-bouncy
  1227. status: maintained
  1228. sros2:
  1229. doc:
  1230. type: git
  1231. url: https://github.com/ros2/sros2.git
  1232. version: bouncy
  1233. release:
  1234. tags:
  1235. release: release/bouncy/{package}/{version}
  1236. url: https://github.com/ros2-gbp/sros2-release.git
  1237. version: 0.5.0-0
  1238. source:
  1239. test_pull_requests: true
  1240. type: git
  1241. url: https://github.com/ros2/sros2.git
  1242. version: bouncy
  1243. status: developed
  1244. teleop_twist_joy:
  1245. release:
  1246. tags:
  1247. release: release/bouncy/{package}/{version}
  1248. url: https://github.com/ros2-gbp/teleop_twist_joy-release.git
  1249. version: 2.1.0-0
  1250. source:
  1251. test_pull_requests: true
  1252. type: git
  1253. url: https://github.com/ros2/teleop_twist_joy.git
  1254. version: bouncy
  1255. status: maintained
  1256. teleop_twist_keyboard:
  1257. doc:
  1258. type: git
  1259. url: https://github.com/ros2/teleop_twist_keyboard.git
  1260. version: bouncy
  1261. release:
  1262. tags:
  1263. release: release/bouncy/{package}/{version}
  1264. url: https://github.com/ros2-gbp/teleop_twist_keyboard-release.git
  1265. version: 2.1.1-0
  1266. source:
  1267. test_pull_requests: true
  1268. type: git
  1269. url: https://github.com/ros2/teleop_twist_keyboard.git
  1270. version: bouncy
  1271. status: maintained
  1272. tinyxml2_vendor:
  1273. doc:
  1274. type: git
  1275. url: https://github.com/ros2/tinyxml2_vendor.git
  1276. version: bouncy
  1277. release:
  1278. tags:
  1279. release: release/bouncy/{package}/{version}
  1280. url: https://github.com/ros2-gbp/tinyxml2_vendor-release.git
  1281. version: 0.4.0-0
  1282. source:
  1283. test_pull_requests: true
  1284. type: git
  1285. url: https://github.com/ros2/tinyxml2_vendor.git
  1286. version: bouncy
  1287. status: maintained
  1288. tinyxml_vendor:
  1289. doc:
  1290. type: git
  1291. url: https://github.com/ros2/tinyxml_vendor.git
  1292. version: bouncy
  1293. release:
  1294. tags:
  1295. release: release/bouncy/{package}/{version}
  1296. url: https://github.com/ros2-gbp/tinyxml_vendor-release.git
  1297. version: 0.5.0-0
  1298. source:
  1299. test_pull_requests: true
  1300. type: git
  1301. url: https://github.com/ros2/tinyxml_vendor.git
  1302. version: bouncy
  1303. status: maintained
  1304. tlsf:
  1305. release:
  1306. tags:
  1307. release: release/bouncy/{package}/{version}
  1308. url: https://github.com/ros2-gbp/tlsf-release.git
  1309. version: 0.5.0-0
  1310. source:
  1311. test_pull_requests: true
  1312. type: git
  1313. url: https://github.com/ros2/tlsf.git
  1314. version: bouncy
  1315. status: maintained
  1316. turtlebot2_demo:
  1317. doc:
  1318. type: git
  1319. url: https://github.com/ros2/turtlebot2_demo.git
  1320. version: bouncy
  1321. release:
  1322. packages:
  1323. - depthimage_to_pointcloud2
  1324. - turtlebot2_amcl
  1325. - turtlebot2_cartographer
  1326. - turtlebot2_demo
  1327. - turtlebot2_drivers
  1328. - turtlebot2_follower
  1329. - turtlebot2_teleop
  1330. tags:
  1331. release: release/bouncy/{package}/{version}
  1332. url: https://github.com/ros2-gbp/turtlebot2_demo-release.git
  1333. version: 0.5.1-0
  1334. source:
  1335. test_commits: false
  1336. type: git
  1337. url: https://github.com/ros2/turtlebot2_demo.git
  1338. version: bouncy
  1339. status: developed
  1340. uncrustify:
  1341. doc:
  1342. type: git
  1343. url: https://github.com/ament/uncrustify.git
  1344. version: bouncy
  1345. release:
  1346. packages:
  1347. - uncrustify_vendor
  1348. tags:
  1349. release: release/bouncy/{package}/{version}
  1350. url: https://github.com/ros2-gbp/uncrustify-release.git
  1351. version: 0.66.1-1
  1352. source:
  1353. test_pull_requests: true
  1354. type: git
  1355. url: https://github.com/ament/uncrustify.git
  1356. version: bouncy
  1357. status: maintained
  1358. urdf:
  1359. doc:
  1360. type: git
  1361. url: https://github.com/ros2/urdf.git
  1362. version: bouncy
  1363. release:
  1364. tags:
  1365. release: release/bouncy/{package}/{version}
  1366. url: https://github.com/ros2-gbp/urdf-release.git
  1367. version: 2.1.0-0
  1368. source:
  1369. test_pull_requests: true
  1370. type: git
  1371. url: https://github.com/ros2/urdf.git
  1372. version: bouncy
  1373. status: maintained
  1374. urdfdom:
  1375. doc:
  1376. type: git
  1377. url: https://github.com/ros2/urdfdom.git
  1378. version: bouncy
  1379. release:
  1380. tags:
  1381. release: release/bouncy/{package}/{version}
  1382. url: https://github.com/ros2-gbp/urdfdom-release.git
  1383. version: 2.0.0-0
  1384. source:
  1385. test_pull_requests: true
  1386. type: git
  1387. url: https://github.com/ros2/urdfdom.git
  1388. version: bouncy
  1389. status: maintained
  1390. urdfdom_headers:
  1391. doc:
  1392. type: git
  1393. url: https://github.com/ros/urdfdom_headers.git
  1394. version: master
  1395. release:
  1396. tags:
  1397. release: release/bouncy/{package}/{version}
  1398. url: https://github.com/ros2-gbp/urdfdom_headers-release.git
  1399. version: 1.0.0-1
  1400. source:
  1401. test_commits: false
  1402. type: git
  1403. url: https://github.com/ros/urdfdom_headers.git
  1404. version: master
  1405. status: maintained
  1406. variants:
  1407. doc:
  1408. type: git
  1409. url: https://github.com/ros2/variants.git
  1410. version: bouncy
  1411. release:
  1412. packages:
  1413. - desktop
  1414. - ros_base
  1415. - ros_core
  1416. tags:
  1417. release: release/bouncy/{package}/{version}
  1418. url: https://github.com/ros2-gbp/variants-release.git
  1419. version: 0.5.1-0
  1420. source:
  1421. test_pull_requests: true
  1422. type: git
  1423. url: https://github.com/ros2/variants.git
  1424. version: bouncy
  1425. status: developed
  1426. vision_opencv:
  1427. doc:
  1428. type: git
  1429. url: https://github.com/ros-perception/vision_opencv.git
  1430. version: ros2
  1431. release:
  1432. packages:
  1433. - cv_bridge
  1434. - image_geometry
  1435. - vision_opencv
  1436. tags:
  1437. release: release/bouncy/{package}/{version}
  1438. url: https://github.com/ros2-gbp/vision_opencv-release.git
  1439. version: 2.0.5-0
  1440. source:
  1441. type: git
  1442. url: https://github.com/ros-perception/vision_opencv.git
  1443. version: ros2
  1444. status: developed
  1445. type: distribution
  1446. version: 2