CicleCI Build Status | DockerHub Release | DockerHub Release Candidate | DockerHub Develop |
---|---|---|---|
This is a fork of Autoware containing modifications to support usage with the CARMAPlatform. This repository contains changes to the Autoware source code and configuration that may not be supported by the Autoware Foundation and may not be consistent with the original design intent of Autoware. All modifications in this repository are licensed under the same Apache License 2.0 as Autoware and all modifications of the source code made will be marked as such in accordance with the terms of the Apache License 2.0. For a list of modifications and their descriptions please see NOTICE.md.
The next several sections of this readme provide standard information on how this repo relates to the rest of the CARMA project. Below that is the full content of the readme from the master Autoware repo.
For any modified file please follow these steps to ensure proper documentation of this modification in compliance with the terms of the Apache License 2.0:
- Add a comment at the top of any modified file with a high-level description of the modification and date the modification was made.
- Add a high-level description and date of the overall modification to the NOTICE.md file.
This repository consists of multiple git subtrees to combine the multi-repo structure used by Autoware into a single structure for CARMA. For more information on working with subtrees see the SUBTREES.md file.
NOTICE: When working with subtrees please ensure that individual commits only change files in ONE-AND-ONLY-ONE subtree.
If your branch must change multiple subtrees please make those changes in separate commits. Do not squash commits that change multiple subtrees, even when merging via Github.
- Added notice section describing fork status and providing instructions for developers
- 5/10/2019
- Kyle Rush
- Added several intro sections to provide consistency in appearance among all CARMA repos
- 10/11/2019
- John Stark
- Added section describing new fork structure via
git subtree
- 10/30/2019
- Kyle Rush
The primary CARMAPlatform repository can be found here and is part of the USDOT FHWA STOL github organization. Documentation on how the CARMAPlatform functions, how it will evolve over time, and how you can contribute can be found at the above links as well
Welcome to the CARMA contributing guide. Please read this guide to learn about our development process, how to propose pull requests and improvements, and how to build and test your changes to this project. CARMA Contributing Guide
Please read our CARMA Code of Conduct which outlines our expectations for participants within the CARMA community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
The development team would like to acknowledge the people who have made direct contributions to the design and code in this repository. CARMA Attribution
By contributing to the Federal Highway Administration (FHWA) Connected Automated Research Mobility Applications (CARMA), you agree that your contributions will be licensed under its Apache License 2.0 license. CARMA License
Please click on the CARMA logo below to visit the Federal Highway Adminstration(FHWA) CARMA website. For technical support from the CARMA team, please contact the CARMA help desk at [email protected].
Autoware is the world's first "all-in-one" open-source software for self-driving vehicles. The capabilities of Autoware are primarily well-suited for urban cities, but highways, freeways, mesomountaineous regions, and geofenced areas can be also covered. The code base of Autoware is protected by the Apache 2 License. Please use it at your own discretion. For safe use, we provide a ROSBAG-based simulation environment for those who do not own real autonomous vehicles. If you plan to use Autoware with real autonomous vehicles, please formulate safety measures and assessment of risk before field testing.
You may refer to Autoware Wiki for Users Guide and Developers Guide.
Autoware provides a rich set of self-driving modules composed of sensing, computing, and actuation capabilities. An overview of those capabilities is described here. Keywords include Localization, Mapping, Object Detection & Tracking, Traffic Light Recognition, Mission & Motion Planning, Trajectory Generation, Lane Detection & Selection, Vehicle Control, Sensor Fusion, Cameras, LiDARs, RADARs, Deep Learning, Rule-based System, Connected Navigation, Logging, Virtual Reality, and so on.
Free manuals can be also found at Autoware-Manuals. You are encouraged to contribute to the maintenance of these manuals. Thank you for your cooperation!
- Number of CPU cores: 8
- RAM size: 32GB
- Storage size: 64GB+
- Contribution Rules (Must Read)
- Overview
- Specification
-
S. Kato, S. Tokunaga, Y. Maruyama, S. Maeda, M. Hirabayashi, Y. Kitsukawa, A. Monrroy, T. Ando, Y. Fujii, and T. Azumi,``Autoware on Board: Enabling Autonomous Vehicles with Embedded Systems,'' In Proceedings of the 9th ACM/IEEE International Conference on Cyber-Physical Systems (ICCPS2018), pp. 287-296, 2018. Link
-
S. Kato, E. Takeuchi, Y. Ishiguro, Y. Ninomiya, K. Takeda, and T. Hamada. ``An Open Approach to Autonomous Vehicles,'' IEEE Micro, Vol. 35, No. 6, pp. 60-69, 2015. Link
You may test Autoware at Autoware Online. No need to install the Autoware repository to your local environment.
You may annotate and train your ROSBAG data using your web browser through Automan. The trained models can be used for deep neural network algorithms in Autoware, such as SSD and Yolo.
You may download a number of test and simulation data sets from Tier IV's ROSBAG STORE. Note that free accounts would not allow you to access image data due to privacy matters.
You may create 3D map data through Tier IV's Map Tools. The 3D map data used in Autoware are composed of point cloud structure data and vector feature data.
Autoware is provided under the Apache 2 License.
Autoware Developers Slack Team
Please see the Support Guidelines for more details about getting help.