-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
feat(docker): add planning/control
launch files to autoware:universe-planning-control
images
#5587
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yutaka Kondo <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
COPY src/universe/autoware.universe/launch/tier4_control_launch /autoware/src/universe/autoware.universe/launch/tier4_control_launch | ||
COPY src/universe/autoware.universe/launch/tier4_planning_launch /autoware/src/universe/autoware.universe/launch/tier4_planning_launch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tier4_control_launch depends on the following packages from other folders:
- autoware.universe/vehicle/autoware_external_cmd_converter
- autoware.universe/vehicle/autoware_raw_vehicle_cmd_converter
tier4_planning_launch depends on the following packages from other folders:
- autoware.universe/evaluator/autoware_planning_evaluator
Should we copy them as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#55 3.305 ERROR: no rosdep rule for 'autoware_external_cmd_converter'
#55 3.305 ERROR: no rosdep rule for 'autoware_control_evaluator'
#55 3.305 ERROR: no rosdep rule for 'autoware_planning_evaluator'
Description
This PR makes it possible to run the
autoware:universe-planning-control
containers using the launch files designed for the components.Ref. #5394
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.