Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(autoware_integration): integration guide improvements #469

Closed
Prev Previous commit
Next Next commit
pre-commit changes
Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
danielsanchezaran committed Oct 18, 2023
commit dd12f56710dd907395ee0f032533b48ae7589042
Original file line number Diff line number Diff line change
@@ -59,4 +59,5 @@ cd autoware.your_vehicle_name
mkdir src
vcs import src < autoware.repos
```

After importing your custom repos into your project's `src/` folder, you can build and test your autoware implementation as explained by the [Autoware source installation guide](https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/source-installation/#how-to-set-up-a-workspace).