Skip to content

Commit

Permalink
Mention the foxy-future branch in the foxy README (#785)
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <[email protected]>
  • Loading branch information
emersonknapp authored Jun 21, 2021
1 parent be9d788 commit 4bb4220
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Repository for implementing rosbag2 as described in its corresponding [design article](https://github.com/ros2/design/blob/f69fbbd11848e3dd6866b71a158a1902e31e92f1/articles/rosbags.md).

**[Note]** This branch contains the official binary release of rosbag2 for ROS 2 Foxy.
The code here is what you get from the APT repositories.

There is an alternate supported branch [foxy-future](https://github.com/ros2/rosbag2/tree/foxy-future) that contains a version much closer to Galactic, including extensive performance improvements and some features, with modifications to build against the ROS 2 Foxy core.
Not all of the improvements could be backported into the binary release without breaking API/ABI, so users who want these improvements can build that branch from source into their application - please see the `README` on the `foxy-future` branch for further information.

## Installation instructions

## Debian packages
Expand Down Expand Up @@ -38,7 +44,7 @@ Clone this repository into the source folder:
```
$ git clone https://github.com/ros2/rosbag2.git
```
**[Note]**: if you are only building rosbag2 on top of a Debian Installation of ROS2, please git clone the branch following your current ROS2 distribution.
**[Note]**: if you are only building rosbag2 on top of a Debian Installation of ROS2, please git clone the branch following your current ROS2 distribution.

Then build all the packages with this command:

Expand Down

0 comments on commit 4bb4220

Please sign in to comment.