-
Notifications
You must be signed in to change notification settings - Fork 16
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
About the use of kilombo #44
Comments
You can supply a json file containing the initial state of the simulation, by adding When the simulation ends, it writes the final state to the file
|
Thanks for your help. But I don't know how to make the simulation platform run initial.json. I noticed that "formation" can be added to kilombo.json file to make the robot distributed according to a certain rule. But I only know the straight line. What else is the distribution of it? |
The options are documented in doc/manual.md
The idea with the formation option was just to give a quick way to try some simple standard formations. If you want something specific, provide the initial state with a json file instead. For example, with the gradient demo which is included with the code:
|
How to set the initial position of the robot in a fixed position?
The text was updated successfully, but these errors were encountered: