JIC-CSB / kilombo

Kilobot simulator in C
Other
43 stars 17 forks source link

minor issues with parameter docs #29

Closed mhinsch closed 8 years ago

mhinsch commented 8 years ago

missing:

turn_rate (should also be turnRate to stay consistent) speed

unclear:

timeStep (after looking through the code I realized that this is actually the integration step and thus belongs into the 'simulation' category)

typos:

The names of the noise parameter are actually camelCase.

fjansson commented 8 years ago

Fixed docs, changed turn_rate -> turnRate. Commit f9f8386f7f33b00