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
-懸念点 Ubuntu 22.04 ROS 2 humbleにてAutoware入門講座の環境構築手順でリポジトリをクローンすると、「01. 車両インタフェース」の手順を実行できない。
-具体的な症状 Autoware入門講座の車両インタフェースにおける下記コマンドを実行した際に、「topic_toolsがない」旨のエラーがでる。autoware_pracitice_driverとtopic_toolsが依存関係にあるためと考えられる。
コマンド:ros2 launch autoware_practice_launch practice.launch.xml problem:=vehicle_forward
-解決策 autoware-practice/srcに下記パッケージをクローンしてビルドすると解決する。
リポジトリ:https://github.com/ros-tooling/topic_tools/tree/humble ver:humble
-提案 初心者が躓かないように、Autoware入門講座の説明にtopic-toolsのクローンが別途必要なことを明記する。もしくは最初からautoware-practice内に含めておく。
※再現性のない症状の場合はご放念ください。
The text was updated successfully, but these errors were encountered:
イシューありがとうございます! 以下のPRで環境構築の際のコマンドに rosdep install -y --from-paths src --ignore-src --rosdistro humble を追加いたしました。 rosdepコマンドを実行することで自動的にpackage.xmlに記載されている依存関係は解決されます。 したがって、こちらのイシューはクローズさせていただきます。 ありがとうございました!
rosdep install -y --from-paths src --ignore-src --rosdistro humble
https://github.com/AutomotiveAIChallenge/aichallenge-documentation/pull/29 https://github.com/AutomotiveAIChallenge/aichallenge-documentation/pull/31
Sorry, something went wrong.
No branches or pull requests
-懸念点
Ubuntu 22.04 ROS 2 humbleにてAutoware入門講座の環境構築手順でリポジトリをクローンすると、「01. 車両インタフェース」の手順を実行できない。
-具体的な症状
Autoware入門講座の車両インタフェースにおける下記コマンドを実行した際に、「topic_toolsがない」旨のエラーがでる。autoware_pracitice_driverとtopic_toolsが依存関係にあるためと考えられる。
コマンド:ros2 launch autoware_practice_launch practice.launch.xml problem:=vehicle_forward
-解決策
autoware-practice/srcに下記パッケージをクローンしてビルドすると解決する。
リポジトリ:https://github.com/ros-tooling/topic_tools/tree/humble
ver:humble
-提案
初心者が躓かないように、Autoware入門講座の説明にtopic-toolsのクローンが別途必要なことを明記する。もしくは最初からautoware-practice内に含めておく。
※再現性のない症状の場合はご放念ください。
The text was updated successfully, but these errors were encountered: