fix the static code warning

This commit is contained in:
robotcator
2019-06-19 21:25:43 +08:00
parent d343af3cc8
commit cedbbc6987
@@ -82,7 +82,7 @@ class Pendulum
*/
struct Action
{
double action;
double action = 0.0;
// Storing degree of freedom
const int size = 1;
};