Commit 9b0c896e by Hideaki Tai

change size to P version

parent 49e5899d
......@@ -23,7 +23,7 @@ namespace Work
const double R = 0.125; // wheel radius [m]
// const double W = 0.2; // wheel base / 2.0 [m] (from center to wheel)
const double L = 0.435; // from center to wheel [m]
const double L = 1.0;//0.435; // from center to wheel [m]
// const double T = 0.29; // tread / 2.0 [m] (from center to wheel)
const double Mp = 10.0; // mass of platform [kg]
const double Ml = 10.0; // mass of load [kg]
......
  • Markdown is supported
    0% or
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or sign in to comment