Go to file
Yu Asabe 14867639ea Add doxyfile 2022-10-04 13:36:41 +09:00
cmake newer files 2021-10-28 06:56:21 +09:00
db Add db placeholder 2022-04-01 15:33:00 +09:00
include/autoware_v2x add latency_log_file 2022-07-21 09:12:24 +09:00
launch Add is_sender 2022-02-27 12:26:11 +09:00
src Add random UUID to each object 2022-09-14 16:14:44 +09:00
.gitignore Update gitignore file 2022-10-04 13:36:28 +09:00
CMakeLists.txt Add sqlite3 to target_link_libraries 2022-04-01 15:33:19 +09:00
Doxyfile Add doxyfile 2022-10-04 13:36:41 +09:00
README.md Update README 2021-12-08 19:43:21 +09:00
package.xml Update to autoware_auto_perception_msgs 2022-03-28 11:16:48 +09:00

README.md

Autoware_v2x

Using Autoware_v2x with Autoware.iv.

Installation

Basically, you should be able to install Autoware.iv by following the Installation Steps in the Autoware.proj Repository README.

Otherwise, follow the steps here.

  1. Set up Autoware Repository
mkdir -p ~/workspace
cd ~/workspace
git clone git@github.com:tlab-wide/autoware.proj-v1.0.0.git
cd autoware.proj-v1.0.0
  1. Run the set up script
./setup_ubuntu20.04.sh
  1. Build source code
source /opt/ros/foxy/setup.bash
colcon build

Running

  1. Start Autoware.iv (for example planning_simulator)
. install/setup.bash
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=[ADD PATH TO MAP HERE] vehicle_model:=lexus sensor_model:=aip_xx1
  1. Start Autoware_V2X as root
sudo su
. install/setup.bash
ros2 launch autoware_v2x v2x.launch.xml

Contact

Yu Asabe (yuasabe[at]hongo.wide.ad.jp)