Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NASA-Tensegrity-Robotics-Toolkit/NTRTsim
/ functions
Functions
1,410 in github.com/NASA-Tensegrity-Robotics-Toolkit/NTRTsim
⨍
Functions
1,410
◇
Types & classes
528
Method
filter
src/core/tgCast.h:50
Method
find
* Return a vector of pointers to Ts that have all of * the specified tags. */
src/core/tgTaggables.h:64
Method
find
src/core/tgModel.h:125
Method
findAll
src/core/tgTaggables.h:80
Method
findClosestCenterOfMass
src/tgcreator/tgConnectorInfo.cpp:112
Method
findGroup
Find all rigids that should be in a group with the given rigid @todo: This may contain an off-by-one error (the last rigid may not be grouped properly
src/tgcreator/tgRigidAutoCompound.cpp:100
Method
findNearestPastAnchor
src/core/tgBulletContactSpringCable.cpp:810
Method
findRigidsContaining
src/tgcreator/tgConnectorInfo.cpp:130
Method
findUntagged
src/core/tgTaggables.h:89
Method
generateMatingProbabilities
src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:167
Method
getActualLength
src/core/tgBulletContactSpringCable.cpp:84
Method
getAllRigids
src/examples/learningSpines/BaseSpineModelLearning.cpp:100
Method
getAppliedTorque
src/core/tgKinematicActuator.cpp:215
Method
getArbitraryNonParallelVector
* Return a random btVector3 that is not parallel to v. * @param[in] v a btVector3, passed by value * @return a random btVector3 that is not
src/tgcreator/tgUtil.h:239
Method
getCPGValue
src/util/tgBaseCPGNode.cpp:64
Method
getCableState
src/dev/CPG_feedback/SpineFeedbackControl.cpp:374
Method
getCenterOfMass
* Return the sphere's center of mass. * The center of mass is a point halfway between the endpoints. * @return the sphere's center of mass
src/tgcreator/tgSphereInfo.h:139
Method
getCenterOfMass
src/tgcreator/tgCompoundRigidInfo.cpp:47
Method
getCenterOfMass
* Return the rod's center of mass. * The center of mass is a point halfway between the endpoints. * @return the rod's center of mass */
src/tgcreator/tgRodInfo.h:141
Method
getCoefD
* Get the coefficent of damping */
src/core/tgSpringCable.h:103
Method
getCollisionObject
* Return a pointer to the collisionObject without upcasting * @return a pointer to the corresponding btCollisionObject */
src/tgcreator/tgCompoundRigidInfo.h:131
Method
getCollisionShape
src/tgcreator/tgSphereInfo.cpp:100
Method
getCollisionShape
src/tgcreator/tgBoxInfo.cpp:100
Method
getCommandedTension
src/dev/btietz/hardwareSineWaves/tgSineStringControl.h:46
Method
getCommandedTension
src/dev/btietz/kinematicString/tgSCASineControl.h:50
Method
getCommandedTension
src/examples/learningSpines/tgCPGActuatorControl.h:84
Method
getCompound
* Return a non-const pointer to this object. * @todo What is the purpose? The caller must already have the object, * a reference or a pointe
src/tgcreator/tgCompoundRigidInfo.h:169
Method
getCompound
* Since a sphere is not a compound shape, there is no compound shape object to * return. * @retval NULL */
src/tgcreator/tgSphereInfo.h:175
Method
getCompound
* Since a Box is not a compound shape, there is no compound shape object to * return. * @retval NULL */
src/tgcreator/tgBoxInfo.h:176
Method
getCompound
* Since a rod is not a compound shape, there is no compound shape object to * return. * @retval NULL */
src/tgcreator/tgRodInfo.h:176
Method
getConnectionPoint
src/tgcreator/tgSphereInfo.cpp:124
Method
getConnectionPoint
* Virtual version of getConnectionPoint quietly ignores rotation * information for non-rod objects */
src/tgcreator/tgRigidInfo.h:259
Method
getConnectionPoint
* By default this should look for the object that has the closest * connectionPoint to the destination or something. * That may change, or
src/tgcreator/tgCompoundRigidInfo.h:156
Method
getConnectionPoint
src/tgcreator/tgBoxInfo.cpp:129
Method
getContainedNodes
src/tgcreator/tgSphereInfo.cpp:170
Method
getContainedNodes
src/tgcreator/tgCompoundRigidInfo.cpp:192
Method
getContainedNodes
src/tgcreator/tgBoxInfo.cpp:190
Method
getCoupling
src/util/CPGNode.h:74
Method
getFeedback
src/dev/CPG_feedback/SpineFeedbackControl.cpp:350
Method
getFileString
test/helpers/FileHelpers.cpp:33
Method
getFileString
src/helpers/FileHelpers.cpp:33
Method
getFinalScore
src/helpers/FileHelpers.cpp:46
Method
getFromRigidBody
src/tgcreator/tgConnectorInfo.cpp:103
Method
getGroundRigidBody
src/core/terrain/tgEmptyGround.cpp:41
Method
getGroundRigidBody
src/core/terrain/tgCraterGround.cpp:72
Method
getGroundRigidBody
src/core/terrain/tgPlaneGround.cpp:67
Method
getGroundRigidBody
src/core/terrain/tgHillyGround.cpp:87
Method
getIndexFromProbability
src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:190
Method
getLeafRigids
src/tgcreator/tgSphereInfo.cpp:163
Method
getLeafRigids
src/tgcreator/tgCompoundRigidInfo.cpp:147
Method
getLeafRigids
src/tgcreator/tgRodInfo.cpp:179
Method
getLeafRigids
src/tgcreator/tgBoxInfo.cpp:183
Method
getLength
* Return the distance between the two endpoints. * @return the distance between the two endpoints */
src/tgcreator/tgBoxInfo.h:213
Method
getLength
* Return the distance between the two endpoints. * @return the distance between the two endpoints */
src/tgcreator/tgRodInfo.h:213
Method
getLengthStiffness
* Return the value of the length stiffness property. * @return the value of the length stiffness property */
src/controllers/tgImpedanceController.h:129
Method
getMass
This isn't called by anything. Will we really need it for connectors?
src/dev/btietz/tgRBStringInfo.h:72
Method
getMass
* Return the ghost object's mass * Ghost objects have no mass * @return the mass of the ghost object */
src/dev/muscleNP/tgGhostInfo.h:115
Method
getMass
src/dev/axydes/DuCTT/tgPrismaticInfo.cpp:106
Method
getMass
src/tgcreator/tgSphereInfo.cpp:116
Method
getMass
src/tgcreator/tgBasicContactCableInfo.cpp:79
Method
getMass
src/tgcreator/tgBasicActuatorInfo.cpp:70
Method
getMass
src/tgcreator/tgBoxInfo.cpp:119
Method
getNodeIndex
src/util/CPGNode.h:80
Method
getNodeNumber
src/core/abstractMarker.h:55
Method
getNodeNumber
src/dev/atil/heightSensor.h:38
Method
getOffsetTension
* Return the value of the offset tension property. * @return the value of the offset tension property */
src/controllers/tgImpedanceController.h:120
Method
getPGhostObject
* Getter for rigid body */
src/dev/muscleNP/tgGhostModel.h:62
Method
getQuaternionBetween
* Return a quaternion that, if applied, would rotate vector a to align * with vector b. * @param[in] a a btVector3, passed by value * @
src/tgcreator/tgUtil.h:196
Method
getRadiusVector
* Return a vector that points to the closest point on the edge of a * cylinder when it is added to a vector pointing to the top of the * cyl
src/tgcreator/tgUtil.h:157
Method
getRelativePosition
This returns current position relative to the rigidbody.
src/core/tgBulletSpringCableAnchor.cpp:76
Method
getRenderRate
* Return the interval in seconds at which the graphics are rendered. * @return the interval in seconds at which the graphics are rendered */
src/core/tgSimView.h:118
Method
getResourcePath
test/helpers/FileHelpers.cpp:40
Method
getResourcePath
src/helpers/FileHelpers.cpp:40
Method
getRigidBody
src/tgcreator/tgCompoundRigidInfo.cpp:114
Method
getScore
src/examples/learningSpines/BaseSpineCPGControl.cpp:350
Method
getSegments
src/dev/btietz/tgRBStringInfo.h:66
Method
getSegments
src/dev/btietz/tgRBString.h:104
Method
getSegments
src/dev/btietz/NestedStructureTestModel_rb.h:199
Method
getSegments
src/dev/tests/RBStringTest.h:67
Method
getSegments
* Return a std::size_t indicating the number of segments in the * tetraSpine. * @return a std::size_t with the value of m_segments */
src/dev/axydes/DuCTT/DuCTTTestModel.h:116
Method
getSegments
* Return a std::size_t indicating the number of segments in the * tetraSpine. * @return a std::size_t with the value of m_segments */
src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.h:98
Method
getStartLength
src/core/tgSpringCableActuator.cpp:158
Method
getStepSize
* Return the interval in seconds at which the graphics are rendered. * @return the interval in seconds at which the graphics are rendered */
src/core/tgSimView.h:133
Method
getStringValue
src/learning/Configuration/configuration.cpp:67
Method
getTension
src/core/tgSpringCableActuator.cpp:168
Method
getToRigidBody
src/tgcreator/tgConnectorInfo.cpp:98
Method
getTotalTime
* Ensuring we actually have a consistent runtime turing testing */
src/dev/btietz/timestepTest/pidTestRig.h:104
Method
getTransform
* Return a btTransform that maps the from endpoint to the to endpoint * @return a btTransform that maps the from endpoint to the to endpoint
src/tgcreator/tgSphereInfo.h:123
Method
getTransform
* Return a btTransform that maps the from endpoint to the to endpoint * @return a btTransform that maps the from endpoint to the to endpoint
src/tgcreator/tgBoxInfo.h:125
Method
getTransform
* Return a btTransform that maps the from endpoint to the to endpoint * @return a btTransform that maps the from endpoint to the to endpoint
src/tgcreator/tgRodInfo.h:125
Method
getVector
* Get a vector that points from a to b. * @param[in] from a btVector3 * @param[in] to a btVector3 * @return the vector difference to -
src/tgcreator/tgUtil.h:133
Method
getVelStiffness
* Return the value of the velocity stiffness property. * @return the value of the velocity stiffness property */
src/controllers/tgImpedanceController.h:138
Method
getVelocity
* Get the last change in length / time */
src/core/tgSpringCable.h:111
Method
getVelocity
src/core/tgSpringCableActuator.cpp:178
Method
getVelocity
src/dev/btietz/tgRBString.cpp:293
Method
getWorldPosition
src/core/tgBulletSpringCableAnchor.cpp:83
Method
groupRigids
src/tgcreator/tgRigidAutoCompound.cpp:81
Method
hasAnyTags
src/core/tgTaggable.h:74
Method
heightSensor
src/dev/atil/heightSensor.cpp:11
Method
hilbert
src/dev/tests/Hilbert2DModel.h:93
← previous
next →
601–700 of 1,410, ranked by callers