Home
last modified time | relevance | path

Searched refs:refPose (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/dynamechs/dynamechs_4.0pre1/aquarobot/
H A Daquarobot.cpp328 EulerAngles refPose, CartesianVector refPos, in interface_Gait2DynaMechs() argument
331 refPose[2] = robot.body.W_body_pos.azimuth; in interface_Gait2DynaMechs()
332 refPose[1] = robot.body.W_body_pos.elevation; in interface_Gait2DynaMechs()
333 refPose[0] = robot.body.W_body_pos.roll; in interface_Gait2DynaMechs()
403 static EulerAngles refPose; in updateSim() local
404 interface_Gait2DynaMechs(new_robot, refPose, refPos, in updateSim()