MCPcopy Create free account

hub / github.com/Einsbon/bipedal-robot-walking-simulation / functions

Functions19 in github.com/Einsbon/bipedal-robot-walking-simulation

↓ 68 callersMethodsetMotorsAngleInFixedTimestep
(self, motorTargetAngles, motorTargetTime, delayTime)
motorController.py:131
↓ 12 callersMethodinverseKinematicsList
(self, point, isRightLeg)
walkGenerator.py:326
↓ 12 callersMethodinverseKinematicsPoint
(self, pointRight, pointLeft)
walkGenerator.py:279
↓ 11 callersMethodgenerate
(self)
walkGenerator.py:103
↓ 11 callersMethodsetWalkParameter
(self, bodyMovePoint, legMovePoint, height, stride, sit, swayBody, swayFoot, bodyPositionForwardPlus, swayShif
walkGenerator.py:85
↓ 10 callersMethodinverseKinematicsAll
(self)
walkGenerator.py:410
↓ 3 callersMethodshowGaitPoint3D
(self)
walkGenerator.py:384
↓ 1 callersMethodgetRevoluteJoint_nameToId
(self)
motorController.py:73
↓ 1 callersFunctionmain
()
walkGenerator.py:433
↓ 1 callersMethodshowGaitPoint2D
(self)
walkGenerator.py:357
↓ 1 callersMethodshowGaitPoint2DTop
(self)
walkGenerator.py:370
Method__init__
(self, robot, physicsClientId, timeStep, kp, kd, torque, max_velocity)
motorController.py:14
Method__init__
(self)
walkGenerator.py:22
MethodgetMotorAngle
(self)
motorController.py:76
MethodsetMotorAngle
(self, motorTargetAngles)
motorController.py:81
MethodsetMotorParameters
(self, kp=None, kd=None, torque=None, maxVelocity=None, timeStep=None)
motorController.py:61
MethodsetMotorsAngleInRealTimestep
(self, motorTargetAngles, motorTargetTime, delayTime)
motorController.py:95
MethodsetRobot
(self, robot, physicsClientId=None)
motorController.py:42
MethodsetRobotParameter
(self, pelvic_interval, leg_up_length, leg_down_length, foot_to_grount, foot_to_heel, foot_to_toe)
walkGenerator.py:82