|
@@ -33,6 +33,7 @@
|
|
|
<result column="centroidToGround" property="centroidToGround" jdbcType="VARCHAR"/>
|
|
|
<result column="sprungMass" property="sprungMass" jdbcType="VARCHAR"/>
|
|
|
<result column="vehicleWidth" property="vehicleWidth" jdbcType="VARCHAR"/>
|
|
|
+ <result column="vehicleLength" property="vehicleLength" jdbcType="VARCHAR"/>
|
|
|
<result column="rotationalInertiaX" property="rotationalInertiaX" jdbcType="VARCHAR"/>
|
|
|
<result column="rotationalInertiaY" property="rotationalInertiaY" jdbcType="VARCHAR"/>
|
|
|
<result column="rotationalInertiaZ" property="rotationalInertiaZ" jdbcType="VARCHAR"/>
|
|
@@ -185,6 +186,7 @@
|
|
|
centroidToGround,
|
|
|
sprungMass,
|
|
|
vehicleWidth,
|
|
|
+ vehicleLength,
|
|
|
rotationalInertiaX,
|
|
|
rotationalInertiaY,
|
|
|
rotationalInertiaZ,
|
|
@@ -311,6 +313,7 @@
|
|
|
par_file_path,
|
|
|
wheelCenterToGround, centroidToFrontWheelCenter, centroidToGround, sprungMass,
|
|
|
vehicleWidth,
|
|
|
+ vehicleLength,
|
|
|
rotationalInertiaX, rotationalInertiaY, rotationalInertiaZ,
|
|
|
frontLeftWheelEffectiveRollingRadius, frontLeftWheelRollingResistanceCoefficient,
|
|
|
frontLeftWheelFreeRadius, frontLeftWheelRelationCurvePositiveMomentAndSideslipAngle,
|
|
@@ -384,6 +387,7 @@
|
|
|
#{centroidToGround},
|
|
|
#{sprungMass},
|
|
|
#{vehicleWidth},
|
|
|
+ #{vehicleLength},
|
|
|
#{rotationalInertiaX},
|
|
|
#{rotationalInertiaY},
|
|
|
#{rotationalInertiaZ},
|
|
@@ -492,6 +496,7 @@
|
|
|
centroidToGround = #{centroidToGround},
|
|
|
sprungMass = #{sprungMass},
|
|
|
vehicleWidth = #{vehicleWidth},
|
|
|
+ vehicleLength = #{vehicleLength},
|
|
|
rotationalInertiaX = #{rotationalInertiaX},
|
|
|
rotationalInertiaY = #{rotationalInertiaY},
|
|
|
rotationalInertiaZ = #{rotationalInertiaZ},
|