-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add object tracking sample #8
Conversation
…xamples into object_tracking
…xamples into object_tracking
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.
v4l-utils
はpackage.xmlに書けばrosdep installできました。package.xmlに書いて手動でapt-get installしないという選択肢があると思います。
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.
Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
CIで |
Checklists
What does this implement/fix? Explain your changes.
カメラを使った物体追跡サンプルを追加しました。
Does this close any currently open issues?
関連issueはありません。
How has this been tested?
Raspi4 & ROS2 Dashing 環境で、実機動作を確認しました。
Any other comments?
ROS1のサンプル( https://github.com/rt-net/raspimouse_ros_examples )とコンセプトは同じですが、
コードや実際の動きに違いはあります。
とくに、PythonからC++に書き換えたこと、ROS1にはないlifecycleとcomponent機能を使ったことが大きな違いです。