Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Einsbon/bipedal-robot-walking-simulation
/ functions
Functions
19 in github.com/Einsbon/bipedal-robot-walking-simulation
⨍
Functions
19
◇
Types & classes
2
↓ 68 callers
Method
setMotorsAngleInFixedTimestep
(self, motorTargetAngles, motorTargetTime, delayTime)
motorController.py:131
↓ 12 callers
Method
inverseKinematicsList
(self, point, isRightLeg)
walkGenerator.py:326
↓ 12 callers
Method
inverseKinematicsPoint
(self, pointRight, pointLeft)
walkGenerator.py:279
↓ 11 callers
Method
generate
(self)
walkGenerator.py:103
↓ 11 callers
Method
setWalkParameter
(self, bodyMovePoint, legMovePoint, height, stride, sit, swayBody, swayFoot, bodyPositionForwardPlus, swayShif
walkGenerator.py:85
↓ 10 callers
Method
inverseKinematicsAll
(self)
walkGenerator.py:410
↓ 3 callers
Method
showGaitPoint3D
(self)
walkGenerator.py:384
↓ 1 callers
Method
getRevoluteJoint_nameToId
(self)
motorController.py:73
↓ 1 callers
Function
main
()
walkGenerator.py:433
↓ 1 callers
Method
showGaitPoint2D
(self)
walkGenerator.py:357
↓ 1 callers
Method
showGaitPoint2DTop
(self)
walkGenerator.py:370
Method
__init__
(self, robot, physicsClientId, timeStep, kp, kd, torque, max_velocity)
motorController.py:14
Method
__init__
(self)
walkGenerator.py:22
Method
getMotorAngle
(self)
motorController.py:76
Method
setMotorAngle
(self, motorTargetAngles)
motorController.py:81
Method
setMotorParameters
(self, kp=None, kd=None, torque=None, maxVelocity=None, timeStep=None)
motorController.py:61
Method
setMotorsAngleInRealTimestep
(self, motorTargetAngles, motorTargetTime, delayTime)
motorController.py:95
Method
setRobot
(self, robot, physicsClientId=None)
motorController.py:42
Method
setRobotParameter
(self, pelvic_interval, leg_up_length, leg_down_length, foot_to_grount, foot_to_heel, foot_to_toe)
walkGenerator.py:82