Skip to content

Latest commit

 

History

History
92 lines (68 loc) · 5.58 KB

README.md

File metadata and controls

92 lines (68 loc) · 5.58 KB

Node Diagram HelloWorld Robotics Version

How to Launch EMERGE Project Buggy

Step 1.

In Terminal 1, run the alias which launches the sensor drivers:

bringup
Step 2.

Note: docker version launches faster but doesn't work for rosbag now.

In Terminal 2, run the alias which launches autoware (docker version):

start

or

In Terminal 2, run the alias which launches autoware (source version):

autoware_uitm
Step 3.

In Terminal 3, run the alias which launches the foxglove bridge:

foxglove
Step 4.

In foxglove give /initialpose topic

Step 5.

In foxglove give /planning/mission_planning/goal topic


Autoware - the world's leading open-source software project for autonomous driving

Autoware_RViz Discord

Autoware is an open-source software stack for self-driving vehicles, built on the Robot Operating System (ROS). It includes all of the necessary functions to drive an autonomous vehicles from localization and object detection to route planning and control, and was created with the aim of enabling as many individuals and organizations as possible to contribute to open innovations in autonomous driving technology.

Autoware architecture

Documentation

To learn more about using or developing Autoware, refer to the Autoware documentation site. You can find the source for the documentation in autowarefoundation/autoware-documentation.

Repository overview

Using Autoware.AI

If you wish to use Autoware.AI, the previous version of Autoware based on ROS 1, switch to autoware-ai repository. However, be aware that Autoware.AI has reached the end-of-life as of 2022, and we strongly recommend transitioning to Autoware Core/Universe for future use.

Contributing

Useful resources