tier4 / AutowareArchitectureProposal.proj

This is the source code of the feasibility study for Autoware architecture proposal.
Apache License 2.0
657 stars 238 forks source link

[ROS2] setup_ubuntu20.04.sh not working #140

Closed hayato-m126 closed 3 years ago

hayato-m126 commented 3 years ago

I tried to setup ros2 branch, but I got erros below.

Error

$ ./setup_ubuntu20.04.sh ... TASK [autoware : Autoware (install gdown to download some files for neural network)] *** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to find any of pip2, pip to use. pip needs to be installed."} ...

$ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --catkin-skip-building-tests colcon: Command not found

why

ref: https://qiita.com/tamusou1/items/ef6035f3f6e098c8bb98#colcon-command-not-found

solution

TakaHoribe commented 3 years ago

solved by https://github.com/tier4/AutowareArchitectureProposal/pull/142.