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

[Suggestion] Correction for error when running my_motion_planning.launch #11

Open
pedroexenberger opened this issue Feb 13, 2020 · 0 comments · May be fixed by #12
Open

[Suggestion] Correction for error when running my_motion_planning.launch #11

pedroexenberger opened this issue Feb 13, 2020 · 0 comments · May be fixed by #12

Comments

@pedroexenberger
Copy link

Hi,
I'm using this repo to run autoware + lgsvl, following the start guide. When running the my_motion_planning.lauch file in the autoware runtime_manager, there was an error: could not find the vehicle_socket.launch. When changing the my_motion_planning.launch from

<!-- Vehicle Contorl -->
  <include file="$(find runtime_manager)/scripts/vehicle_socket.launch"/>

to


<!-- Vehicle Contorl -->
  <include file="$(find runtime_manager)/launch_files/vehicle_socket.launch"/>

the file could be properly found and the car drove correctly.
This file path correction work when considering autoware version 1.12.0. Not sure if it's kept for backwards compatibily, but reporting just in case.

@atinfinity atinfinity linked a pull request Mar 24, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant