1 Star 0 Fork 0

AlvinEAI / apollo-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
Dong Li 提交于 2018-01-25 00:13 . fix document link error

Apollo-Platform

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.

ROS

Introduction

The Robot Operating System (ROS) is flexible framework for writing robot software. This release is originated from ROS Indigo release.

What is the difference

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.

License

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.

How to Download the Release Package

Download the release packages from the release section on github:

https://github.com/ApolloAuto/apollo-platform/releases

How to Install

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)

How to Build

If you would like customize and build your own ROS, please reference the Apollo 2.0 Quick Start

C++
1
https://gitee.com/wohaha5588/apollo-platform.git
git@gitee.com:wohaha5588/apollo-platform.git
wohaha5588
apollo-platform
apollo-platform
master

搜索帮助