We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After building Autoware, the example launch in autoware_pure_pursuit package fails to launch. ros2 run autoware_pure_pursuit pure_pursuit.launch.xml
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml run successfully
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml run fails with the following error:
Caught exception in launch (see debug for traceback): "package 'pure_pursuit' not found, searching: ...
Launch file wasn't updated when the package was renamed to add autoware_ prefix.
No response
The text was updated successfully, but these errors were encountered:
mitsudome-r
No branches or pull requests
Checklist
Description
After building Autoware, the example launch in autoware_pure_pursuit package fails to launch.
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml
Expected behavior
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml
run successfullyActual behavior
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml
run fails with the following error:Steps to reproduce
ros2 run autoware_pure_pursuit pure_pursuit.launch.xml
Versions
Possible causes
Launch file wasn't updated when the package was renamed to add autoware_ prefix.
Additional context
No response
The text was updated successfully, but these errors were encountered: