Fix typo.
This commit is contained in:
parent
7e8a77b966
commit
9897ce5e22
@ -56,7 +56,7 @@ struct map {
|
|||||||
float dx, dy;
|
float dx, dy;
|
||||||
timestamp limit;
|
timestamp limit;
|
||||||
float min_sensor, max_sensor;
|
float min_sensor, max_sensor;
|
||||||
float max_speed, max_turn, max_turn_hard;
|
float max_speed, max_turn, max_hard_turn;
|
||||||
|
|
||||||
GArray *solid_objects;
|
GArray *solid_objects;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user