MCPcopy Create free account

hub / github.com/Simple-Robotics/Simple / functions

Functions173 in github.com/Simple-Robotics/Simple

Methodact
( self, simulator: simple.Simulator, q: np.ndarray, v: np.ndarray, dt )
sandbox/simulation_utils.py:34
Methodact
( self, simulator: simple.Simulator, q: np.ndarray, v: np.ndarray, dt )
sandbox/simulation_utils.py:46
Methodact
( self, simulator: simple.Simulator, q: np.ndarray, v: np.ndarray, dt )
sandbox/simulation_utils.py:59
Methodbilateral_constraints_forces
\brief Getter for bilateral constraints' forces.
include/simple/core/constraints-problem.hpp:586
Methodconstraints_velocities
\brief Getter for constraints' velocities. note: this should be mutltiplied by dt to retrieve the actual constraints' velocities.
include/simple/core/constraints-problem.hpp:488
Methodconstraints_velocities_warmstarts
\brief Getter for the the warm-start which uses the constraints' velocities and constraint-inverse dynamics.
include/simple/core/constraints-problem.hpp:501
Methodcontact_time_scaling_acc_to_constraints
\brief Getter for the time scaling factors to convert acceleration units to the units of each constraint.
include/simple/core/constraints-problem.hpp:868
Functioncreate_visualizer
( grid: bool = False, axes: bool = False, zmq_url="tcp://127.0.0.1:6000" )
sandbox/viz_utils.py:380
Functiondelete_object
(viz: MeshcatVisualizer, name: str)
sandbox/viz_utils.py:126
Methodexpose
include/simple/bindings/python/core/simulator.hpp:287
Methodexpose
include/simple/bindings/python/core/constraints-problem.hpp:211
Methodfrictional_point_constraints_velocities
\brief Getter for frictional point constraints' velocities. note: this should be mutltiplied by dt to retrieve the actual velocities.
include/simple/core/constraints-problem.hpp:823
Methodfrictional_point_constraints_warmstart
\brief Getter for the the warm-start which uses the frictional point constraints' velocities and contact-inverse dynamics.
include/simple/core/constraints-problem.hpp:846
MethodgetCollisionDetectionCPUTimes
\brief Get timings of the collision detection stage.
include/simple/core/simulator.hpp:237
MethodgetConstraintsProblemHandle
\brief Returns a handle to the constraint problem
include/simple/core/simulator.hpp:471
MethodgetMaxNumberOfContacts
\brief Returns the maximum number of contact points this `ConstraintsProblem` can handle. This number determines the allocated memory of the `Constrai
include/simple/core/constraints-problem.hpp:760
MethodgetMaxNumberOfContactsPerCollisionPair
\brief Sets the maximum number of contact points per collision pair.
include/simple/core/constraints-problem.hpp:751
MethodgetNumberOfBilateralConstraints
\brief Return the number of bilateral constraints.
include/simple/core/constraints-problem.hpp:580
MethodgetNumberOfJointFrictionConstraints
\brief Return the number of joint friction constraints.
include/simple/core/constraints-problem.hpp:537
MethodgetNumberOfJointLimitConstraints
\brief Return the number of joint limit constraint.
include/simple/core/constraints-problem.hpp:681
MethodgetNumberOfWeldConstraints
\brief Return the number of weld constraints.
include/simple/core/constraints-problem.hpp:623
MethodgetPreviousNumberOfContacts
\brief Returns the previous number of contact points after `update` is called.
include/simple/core/constraints-problem.hpp:772
MethodgetReferenceVector
include/simple/core/contact-frame.hpp:60
MethodisReset
\brief Returns true if the simulator is in its reset state.
include/simple/core/simulator.hpp:384
Methodjoint_friction_constraint_forces
\brief Getter for friction forces on the joints.
include/simple/core/constraints-problem.hpp:547
Methodjoint_limit_constraint_forces
\brief Getter for forces from the limits on the joints.
include/simple/core/constraints-problem.hpp:691
Methodjoint_limit_constraint_max_size
\brief Maximum size of the joints limit force vector.
include/simple/core/constraints-problem.hpp:660
Methodlambda_visitor
include/simple/utils/visitors.hpp:66
Methodlambda_visitor_helper
Default constructor
include/simple/utils/visitors.hpp:25
Methodlambda_visitor_helper
Initialize lambda and the recursion
include/simple/utils/visitors.hpp:46
Methodlower
(self, object_data: Any)
sandbox/viz_utils.py:362
Functionmake_lambda_visitor
include/simple/utils/visitors.hpp:77
Methodoperator!=
include/simple/core/contact-frame.hpp:123
Methodoperator()
Operator that handles boost::blank case
include/simple/utils/visitors.hpp:30
Methodoperator==
include/simple/core/contact-frame.hpp:117
Methodother_reference_vector
\brief Other reference vector to compute the rotation part of a placement.
include/simple/core/contact-frame.hpp:82
FunctionplacementFromNormalAndPosition
bindings/python/core/expose-contact-frame.cpp:20
FunctionplacementFromNormalAndPositionDerivative
bindings/python/core/expose-contact-frame.cpp:27
MethodpreambleResolveConstraints
\brief Preambule function meant to be run before resolving collisions.
include/simple/core/simulator.hpp:495
Methodpreconditioner
\brief Getter for the preconditioner
include/simple/core/constraints-problem.hpp:439
Methodprevious_bilateral_constraints_forces
\brief Getter for bilateral constraints' forces.
include/simple/core/constraints-problem.hpp:600
Methodprevious_constraints_forces
\brief Getter for constraints' forces at the previous time step.
include/simple/core/constraints-problem.hpp:475
Methodprevious_frictional_point_constraints_forces
\brief Getter for frictional point constraints' forces at the previous time step.
include/simple/core/constraints-problem.hpp:800
Methodprevious_joint_friction_constraint_forces
\brief Getter for previous friction forces on the joints.
include/simple/core/constraints-problem.hpp:559
Methodprevious_joint_limit_constraint_forces
\brief Getter for forces from the previous limits on the joints.
include/simple/core/constraints-problem.hpp:707
Methodprevious_weld_constraints_forces
\brief Getter for previous weld constraints' forces.
include/simple/core/constraints-problem.hpp:643
Methodprocess_args
(self)
sandbox/simulation_args.py:40
Methodreference_vector
\brief Reference vector to compute the rotation part of a placement. If the normal is colinear to this reference vector, `e_ref2` is used instead.
include/simple/core/contact-frame.hpp:76
FunctionremoveBVHModelsIfAny
(geom_model: pin.GeometryModel)
sandbox/simulation_utils.py:86
FunctionrgbToHex
(color)
sandbox/viz_utils.py:33
Functionrollout_single
(sim, tau)
sandbox/parallel_rollout.py:94
Methodrun
include/simple/core/contact-frame.hpp:104
FunctionsimulateSytem
( model: pin.Model, geom_model: pin.GeometryModel, visual_model: pin.GeometryModel, q0: np.nda
sandbox/simulation_utils.py:120
MethodsolveInPlace
include/simple/math/qr.hpp:37
Functiontest_composite_limits
()
tests/python/test_simulator_instance.py:348
Functiontest_freeflyer_limits
()
tests/python/test_simulator_instance.py:323
Functiontest_humanoid_limits
()
tests/python/test_simulator_instance.py:307
Functiontest_init
()
tests/python/test_simulator_instance.py:74
Functiontest_init2
()
tests/python/test_simulator_instance.py:83
Functiontest_init_empty
()
tests/python/test_simulator_instance.py:128
Functiontest_manipulator_limits
()
tests/python/test_simulator_instance.py:291
Functiontest_mujoco_humanoid_limits
()
tests/python/test_simulator_instance.py:399
Functiontest_simulator_handles
()
tests/python/test_simulator_instance.py:90
Functiontest_step
()
tests/python/test_simulator_instance.py:142
Functiontest_step_balls
()
tests/python/test_simulator_instance.py:161
Functiontest_step_balls_with_constraints
()
tests/python/test_simulator_instance.py:204
Functiontest_step_solo
()
tests/python/test_simulator_instance.py:563
Methodtime_scaling_acc_to_constraints
\brief Getter for the time scaling factors to convert acceleration units to the units of each constraint.
include/simple/core/constraints-problem.hpp:451
Methodvisit
include/simple/bindings/python/core/simulator.hpp:59
Methodvisit
include/simple/bindings/python/core/constraints-problem.hpp:65
Methodweld_constraints_forces
\brief Getter for weld constraints' forces.
include/simple/core/constraints-problem.hpp:629
Method~ComputeContactPatchDerivative
include/simple/core/contact-frame.hpp:102
Method~SimulatorTpl
\brief Virtual destructor of the base class
include/simple/core/simulator.hpp:243
← previous101–173 of 173, ranked by callers