The Apollo-platform will cover all the platform level support. In the first release, we add the most popular solution Robot Operating System (ROS) under ros directory.
The Robot Operating System (ROS) is flexible framework for writing robot software. This release is originated from ROS Indigo release.
Compared to original ROS, we made the following improvements to enhance its stability and performance:
- ROS Decentralization Feature
- High Efficient Communication based on Shared Memory Transport Feature
- Native Support with Protobuf Feature
For more details of each feature, please find in the Design Docs.
The Apollo team would like to thank everybody in the open source community. The GitHub apollo-platform/ros is based on ROS and Fast-RTPS. Currently, Apollo team maintains this repository. In near future, we’ll send patches back to the corresponding communities.
All the features developed on ROS comply with the original ROS License which is BSD. However, those packages added for Apollo tools or examples are release Under Apache 2.0 License.
Under the current Apollo Platform release, there are two packages (orocos_kdl and xmlrpcpp) using LGPL license, which will only be dynamic linked into Apollo project. We are also releasing all the corresponding source code.
Download the release packages from the release section on github:
https://github.com/ApolloAuto/apollo-platform/releases
After having the release package downloaded:
tar zxvf ros-indigo-apollo-2.0.0-x86_64.tar.gz
rsync -av ros/ /apollo/third_party/ros_x86_64
source /apollo/third_party/ros_x86_64/setup.bash
(Apollo docker is currently the only supported runtime environment)
If you would like customize and build your own ROS, please reference the Apollo 2.0 Quick Start