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

Consider removing exec_depend in CI testing #184

Closed
kenji-miyake opened this issue Dec 14, 2021 · 2 comments · Fixed by #227
Closed

Consider removing exec_depend in CI testing #184

kenji-miyake opened this issue Dec 14, 2021 · 2 comments · Fixed by #227
Assignees

Comments

@kenji-miyake
Copy link
Contributor Author

To prevent removing necessary depends, we can limit the targets to *_launch packages.

@kenji-miyake
Copy link
Contributor Author

I guess this is a bug of colcon. (Or is it the specification? 🤔 )

$ colcon build --packages-select control_launch
Starting >>> control_launch
[0.643s] ERROR:colcon.colcon_cmake.task.cmake.build:Failed to find the following files:
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/tier4_api_utils/share/tier4_api_utils/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/autoware_auto_tf2/share/autoware_auto_tf2/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/tier4_autoware_utils/share/tier4_autoware_utils/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/autoware_auto_geometry/share/autoware_auto_geometry/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/raw_vehicle_cmd_converter/share/raw_vehicle_cmd_converter/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/shift_decider/share/shift_decider/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/vehicle_cmd_gate/share/vehicle_cmd_gate/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/external_cmd_converter/share/external_cmd_converter/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/motion_common/share/motion_common/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/trajectory_follower/share/trajectory_follower/package.sh
- /home/kenji/ghq/github.com/autowarefoundation/autoware.universe/install/trajectory_follower_nodes/share/trajectory_follower_nodes/package.sh
Check that the following packages have been built:
- tier4_api_utils
- autoware_auto_tf2
- tier4_autoware_utils
- autoware_auto_geometry
- raw_vehicle_cmd_converter
- shift_decider
- vehicle_cmd_gate
- external_cmd_converter
- motion_common
- trajectory_follower
- trajectory_follower_nodes
Failed   <<< control_launch [0.02s, exited with code 1]

Summary: 0 packages finished [0.37s]
  1 package failed: control_launch
$ colcon build --packages-select control_launch --base-paths launch/control_launch
Starting >>> control_launch
Finished <<< control_launch [1.08s]

Summary: 1 package finished [1.19s]

@kenji-miyake kenji-miyake self-assigned this Dec 27, 2021
TomohitoAndo pushed a commit to TomohitoAndo/autoware.universe that referenced this issue Oct 5, 2022
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
keiota pushed a commit to keiota/autoware.universe that referenced this issue Aug 17, 2023
kyoichi-sugahara pushed a commit that referenced this issue Sep 16, 2023
* fix: command

closes: #184

* fix: remove perception false
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