File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -43,24 +43,16 @@ See above version requirements.
4343
4444 sudo apt install python-catkin-pkg python-bloom
4545
46- Differences from ROS 1 Bloom
47- ----------------------------
48-
49- If you've bloomed packages before in ROS 1, ROS 2's requirements will look familiar.
50-
51- ROS 2 uses a forked rosdistro index located at https://github.com/ros2/rosdistro.
52- You can configure bloom to use it by setting the ``ROSDISTRO_INDEX_URL `` environment variable.
46+ If you're using a version of bloom older than 0.6.8 you'll need to use the v3 index url for releasing.
5347
5448.. code-block :: bash
5549
56- export ROSDISTRO_INDEX_URL=' https://raw.githubusercontent.com/ros2/rosdistro/ros2/index-v4.yaml'
57-
58- If you're using a version of bloom older than 0.6.8 you'll need to use the v3 index url for releasing into Bouncy.
59-
60- .. code-block :: bash
50+ export ROSDISTRO_INDEX_URL=' https://raw.githubusercontent.com/ros/rosdistro/master/index.yaml'
6151
62- export ROSDISTRO_INDEX_URL=' https://raw.githubusercontent.com/ros2/rosdistro/ros2/index.yaml'
52+ No differences from ROS 1 Bloom
53+ -------------------------------
6354
55+ If you've bloomed packages before in ROS 1, the ROS 2 process is exactly the same.
6456
6557Procedure
6658---------
You can’t perform that action at this time.
0 commit comments