MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetLength

Method GetLength

Source/URLab/Public/MuJoCo/Utils/MjBind.h:499–502  ·  view source on GitHub ↗

@brief Gets the current tendon length (meters). */

Source from the content-addressed store, hash-verified

497
498 /** @brief Gets the current tendon length (meters). */
499 float GetLength() const
500 {
501 return ten_length ? (float)*ten_length : 0.0f;
502 }
503
504 /** @brief Gets the current tendon velocity (m/s). */
505 float GetVelocity() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected