-
Notifications
You must be signed in to change notification settings - Fork 1
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
Si2024 simulator #119
base: test/cartsim
Are you sure you want to change the base?
Si2024 simulator #119
Conversation
p3dでgazeboシミュレータ上での正解の位置を出力するようにした. |
経路追従の挙動を計測するプログラムを作成した.
|
1)運営が提供したシミュレータのモデル 2)タイヤの摩擦係数を大きくしたモデル aiformula/simulator/simulator/models/ai_car1/model.sdf Lines 212 to 213 in 1f47452
3)実車の挙動に近づけたモデル
4)トレイルを大きくしたモデル 5)サーボモータによりヨー軸と駆動する機構 |
ただし,x方向に4m, 回転方向に-3degロボットの軌道を移動させたらほぼ一致する. 生データ |
トレイルを0.05mずつ変更した場合の挙動 モビリティの動力学パラメータなどを正確に計測することが難しいため定性的にはなるが,トレイルを短くすることで動きに遅れが生じて軌道を速やかに追従できていない様子が見られる. 経路追従のソフトウェアはこちら 生データ |
キャスタのヨー軸の目標角度を求め,計測した角度との違いが速度を0.2rad以下だと速度を0.1m/s(通常は0.5m/s)としたときの挙動 結果 aiformula/simulator/simulator/simulator/line_follower_caster.py Lines 85 to 93 in 83b6497
|
実行の方法は「3)実車の挙動に近づけたモデル」で変更した部分をすべて変更 実行コマンド
なお,上記を実行するとプロセスが残ることがあるので,`kill -9‘でプロセスを終了することが必要になる. |
SI2024用のシミュレータ検証ソフトウェア