forked from p-robotics-hub/burger_war_dev
-
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
シミュレーションの自動実行をしたい #63
Comments
将来的な話やけど、ロボットのスポーン位置とかナビゲーションのパラメータはいろいろ変えていく前提なので、どうやったらそれらのパラメータを変えて実行できるかも意識してほしい! |
パラメータだけじゃなくて、ロボットのソースコードもかなー |
最初はパラメータもソースコードも固定で動けたらok |
作る自動実行ファイルはここから呼び出す感じ! |
Merged
パラメータのループはパラメータをjson形式で用意しておいてそれを一行ずつ読み取る感じでいけそう |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
運営が用意したdockerイメージを使ったまっさらなコンテナ環境からシミュレーションを動くようにする
・burger_war_のリポジトリをcloneしてくる
・catkin build, sim_with_judge.shとかを実行して
・start.shしてシミュレーションを動かす
・rosbagで出力したlogを外に吐き出す
基本的にはhttps://github.com/p-robotics-hub/burger_war_kit/blob/main/README.md でシミュレーション実行するまでにやっていることを自動で実行するようにしてほしい
The text was updated successfully, but these errors were encountered: