-
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
Enemy Detection #59
Comments
Attack Mode に遷移したときに,独自設計の cmd_vel 吐き出すだけじゃなくて,move_base キャンセルする必要あり -> Done Basic Mode に復帰した際に,続きの waypoint を再度目標地点に設定することも確認済み. |
これってmove_baseもattack modeもcmd_velを吐き出すから、コンフリクトするイメージ? |
そうそう! |
多分あとでわからんくなるから、それだけに焦点を絞った修正のPRつくるわー |
burger_war_dev/burger_war_dev/scripts/navi/naviBasic.py Lines 78 to 80 in c0255e6
|
Basic → Attack 遷移時に,naviBasic に新たに追加した上のメソッド呼んでるだけやで enemy-detection branch にはもう push してる |
enemy detectionとは関係ない話やから、こういうのはPRを分けたほうがいい |
conflictがないようにenemy-detectionから丸パクリしとく |
それで言うと,敵検知やらenemy-detection っていう名前が良くないかもやな笑 |
検知とアタックは分けたほうがよさそうやなあ |
LiDAR による敵検知clubhouse アルゴリズムを採用することにする. clubhouse アルゴリズム でも自己位置がずれていなければ,十分敵を検知できる. |
カメラによる敵検知使うかどうか迷い中... カメラ使うメリットあるかどうか. 使うなら, |
The text was updated successfully, but these errors were encountered: