Uppdate docs

Signed-off-by: Yu Asabe <yuasabe@g.ecc.u-tokyo.ac.jp>
This commit is contained in:
Yu Asabe 2022-12-02 12:26:36 +09:00
parent 134497d402
commit 1cc291588e
1 changed files with 5 additions and 5 deletions

View File

@ -37,14 +37,14 @@ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
1. Edit the `autoware.repos` file and add the following two repositories to the end. 1. Edit the `autoware.repos` file and add the following two repositories to the end.
``` ```
v2x/autoware_v2x: v2x/autowarev2x:
type: git type: git
url: git@github.com:tlab-wide/autoware_v2x.git url: https://github.com/tlab-wide/AutowareV2X.git
version: main version: cpm-tr
v2x/vanetza: v2x/vanetza:
type: git type: git
url: git@github.com:tlab-wide/vanetza.git url: https://github.com/yuasabe/vanetza.git
version: socktap-cpm-tr103562 version: master
``` ```