Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of autonomous Robot Android by
Diff: defines.h
- Revision:
- 14:6a45a9f940a8
- Parent:
- 13:a7c30ee09bae
- Child:
- 15:cb1337567ad4
--- a/defines.h Thu Apr 11 07:09:48 2013 +0000 +++ b/defines.h Thu Apr 11 09:22:35 2013 +0000 @@ -192,7 +192,7 @@ /** * @brief 10Hz Rate for the Android communication , given in [s] */ -#define PERIOD_ANDROID 0.1f +#define PERIOD_ANDROID 0.5f /*! @} */ /** @@ -254,6 +254,7 @@ float setVelocity; /** @brief Setpoint rotation velocitiy [rad/s] */ float setOmega; + /** @brief State of the car */ int state; /** @brief distance to Goal */ float rho;