All Projects → ApolloAuto → Apollo Platform

ApolloAuto / Apollo Platform

Collections of Apollo Platform Software

Projects that are alternatives of or similar to Apollo Platform

Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+207.04%)
Mutual labels:  ros, autonomous-driving
Autorally
Software for the AutoRally platform
Stars: ✭ 595 (-2.62%)
Mutual labels:  ros, autonomous-driving
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (-75.94%)
Mutual labels:  ros, autonomous-driving
Tianbot racecar
DISCONTINUED - MIGRATED TO TIANRACER - A Low cost Autonomous Driving Car Educational and Competition Kit
Stars: ✭ 26 (-95.74%)
Mutual labels:  ros, autonomous-driving
ar-tu-do
ROS & Gazebo project for 1/10th scale self-driving race cars
Stars: ✭ 65 (-89.36%)
Mutual labels:  ros, autonomous-driving
Utbm robocar dataset
EU Long-term Dataset with Multiple Sensors for Autonomous Driving
Stars: ✭ 109 (-82.16%)
Mutual labels:  ros, autonomous-driving
Carma Platform
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
Stars: ✭ 243 (-60.23%)
Mutual labels:  ros, autonomous-driving
Autonomous driving
Ros package for basic autonomous lane tracking and object detection
Stars: ✭ 67 (-89.03%)
Mutual labels:  ros, autonomous-driving
2019-UGRP-DPoom
2019 DGIST DPoom project under UGRP : SBC and RGB-D camera based full autonomous driving system for mobile robot with indoor SLAM
Stars: ✭ 35 (-94.27%)
Mutual labels:  ros, autonomous-driving
patchwork
Official page of Patchwork (RA-L'21 w/ IROS'21)
Stars: ✭ 174 (-71.52%)
Mutual labels:  ros, autonomous-driving
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+1047.63%)
Mutual labels:  ros, autonomous-driving
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (-95.09%)
Mutual labels:  ros, autonomous-driving
Jetson Car
Autonomous Racing Car using NVIDIA Jetson TX2 using end-to-end driving approach. Paper: https://arxiv.org/abs/1604.07316
Stars: ✭ 172 (-71.85%)
Mutual labels:  ros, autonomous-driving
conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (-94.93%)
Mutual labels:  ros, autonomous-driving
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (-78.07%)
Mutual labels:  ros, autonomous-driving
Cherry Autonomous Racecar
Implementation of the CNN from End to End Learning for Self-Driving Cars on a Nvidia Jetson TX1 using Tensorflow and ROS
Stars: ✭ 294 (-51.88%)
Mutual labels:  ros, autonomous-driving
Libsurvive
Open Source Lighthouse Tracking System
Stars: ✭ 462 (-24.39%)
Mutual labels:  ros
Deeplabv3
PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.
Stars: ✭ 511 (-16.37%)
Mutual labels:  autonomous-driving
Lidar for ad references
A list of references on lidar point cloud processing for autonomous driving
Stars: ✭ 456 (-25.37%)
Mutual labels:  autonomous-driving
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (-28.15%)
Mutual labels:  ros

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].