-
Notifications
You must be signed in to change notification settings - Fork 0
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
sound_play build error #1
Comments
@Tacha-S @jsupratman13 |
私は使ってないのでCOLCON_IGNORE置いていますが、 |
私も使う予定はないのでCOLCON_IGNOREをおいています。
それか #2 のPRを取り込むかですが、今後対応されそうな気配が少なからずあるので現時点での応急処置としては微妙かなと思っています。 |
audio_captureがリリースされていないので消せません。 結局ros2/rosidl_python#141 が解決するまでのその場しのぎなので
これでも
これでもいいです。 |
わかりました。では、
こちらで対応いたします。ご意見いただきありがとうございます。 |
これにするにしてもCOLCON_IGNOREをおくというPRをsbgisenのros2ブランチに投げてくれるとありがたいです。 |
概要
sound_play
パッケージをビルドする際に、ament_python_install_package
がターゲット競合を引き起こし、ビルドが失敗する。再現手順
omit
修正しないとどう困るか
原因
既存ターゲット名と競合
修正案
ament_python_install_package(${PROJECT_NAME})
を削除。install()
があるので問題ない?The text was updated successfully, but these errors were encountered: