Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ functions
Functions
1,126 in github.com/Simple-Robotics/aligator
⨍
Functions
1,126
◇
Types & classes
631
↓ 1 callers
Method
__init__
(self, space: aligator.manifolds.ManifoldAbstract, nu)
tests/python/test_custom_python_classes.py:9
↓ 1 callers
Method
__init__
(self, problem: TrajOptProblem)
examples/convert_to_nlp.py:21
↓ 1 callers
Function
_call
(space: manifolds.ManifoldAbstract, x_ref, x, W)
tests/python/example_problem.py:55
↓ 1 callers
Function
_get_start_end_idx
(problem: TrajOptProblem)
examples/convert_to_nlp.py:67
↓ 1 callers
Function
_hess
(space: manifolds.ManifoldAbstract, x_ref, x, W)
tests/python/example_problem.py:66
↓ 1 callers
Function
_jac
(space: manifolds.ManifoldAbstract, x_ref, x, W)
tests/python/example_problem.py:60
↓ 1 callers
Function
_process
()
bindings/python/aligator/__init__.py:10
↓ 1 callers
Function
add_namespace_prefix_to_models
Lifted from this GitHub discussion: https://github.com/stack-of-tasks/pinocchio/discussions/1841
examples/utils/__init__.py:224
↓ 1 callers
Function
add_objective_vis_models
Add visual guides for the objectives.
examples/quadrotor_obstacles.py:143
↓ 1 callers
Method
allocate
include/aligator/core/allocator.hpp:33
↓ 1 callers
Method
allocatedSize
@brief Current allocated size for this matrix. This is what allows resizing without reallocation.
include/aligator/core/arena-matrix.hpp:200
↓ 1 callers
Function
append_ball_to_robot_model
( robot: pin.RobotWrapper, )
examples/ur10_ballistic.py:56
↓ 1 callers
Method
blockSegment
include/aligator/core/blk-matrix.hpp:137
↓ 1 callers
Function
blockTridiagToDenseMatrix
include/aligator/gar/block-tridiagonal.hpp:13
↓ 1 callers
Function
bunch_kaufman_in_place
include/aligator/core/bunchkaufman.hpp:348
↓ 1 callers
Function
bunch_kaufman_in_place_one_block
include/aligator/core/bunchkaufman.hpp:172
↓ 1 callers
Function
bunch_kaufman_in_place_unblocked
include/aligator/core/bunchkaufman.hpp:23
↓ 1 callers
Method
cend
include/aligator/third-party/boost/core/span.hpp:329
↓ 1 callers
Function
check_scalar
include/aligator/math.hpp:169
↓ 1 callers
Function
computeError
()
examples/gar-lqr-join.py:119
↓ 1 callers
Method
computeGradients
tests/cycling.cpp:42
↓ 1 callers
Method
computeHessians
tests/cycling.cpp:47
↓ 1 callers
Method
computeJacobians
(self, x, u, data)
examples/quadrotor_obstacles.py:80
↓ 1 callers
Method
computeJacobians
include/aligator/core/unary-function.hpp:31
↓ 1 callers
Method
computeMoreauEnvelope
@copybrief evaluateMoreauEnvelope(). This variant evaluates the prox map. @copydetails evaluateMoreauEnvelope
include/aligator/core/constraint-set.hpp:102
↓ 1 callers
Function
computeQuasistatic
(model: pin.Model, x0, a)
examples/ur5_reach.py:140
↓ 1 callers
Method
computeVectorHessianProducts
include/aligator/core/unary-function.hpp:22
↓ 1 callers
Function
configure_viz
(target_pos)
examples/ur10_ballistic.py:124
↓ 1 callers
Method
createData
include/aligator/modelling/linear-function-composition.hpp:49
↓ 1 callers
Method
createData
include/aligator/modelling/function-xpr-slice.hpp:59
↓ 1 callers
Method
createData
include/aligator/modelling/dynamics/integrator-rk2.hpp:36
↓ 1 callers
Method
createData
include/aligator/modelling/dynamics/integrator-explicit.hpp:48
↓ 1 callers
Method
createData
include/aligator/modelling/autodiff/finite-difference.hpp:284
↓ 1 callers
Function
createStage
(cont_states, cont_pos)
examples/solo_kinodynamics.py:84
↓ 1 callers
Function
createStage
(cp)
examples/centroidal.py:146
↓ 1 callers
Function
create_cartpole
(N)
examples/utils/__init__.py:62
↓ 1 callers
Function
create_dynamics
(cont_states)
examples/solo_kinodynamics.py:76
↓ 1 callers
Function
create_dynamics
(contact_map)
examples/centroidal.py:140
↓ 1 callers
Function
create_dynamics
(nspace, contact_map)
examples/continuous-centroidal.py:151
↓ 1 callers
Function
create_dynamics
(support)
examples/talos_walk.py:153
↓ 1 callers
Function
create_halfspace_z
r""" Constraint :math:`z \geq offset`.
examples/quadrotor_obstacles.py:37
↓ 1 callers
Function
create_land_vel_fns
()
examples/solo_jump.py:100
↓ 1 callers
Function
create_pendulum
(N, sincos=False)
examples/pendulum.py:38
↓ 1 callers
Function
create_rcm
(contact_type=pin.ContactType.CONTACT_6D)
examples/ur10_ballistic.py:100
↓ 1 callers
Function
create_running_cost
()
examples/ur10_ballistic.py:196
↓ 1 callers
Function
create_stage
(contact: bool)
examples/ur10_ballistic.py:268
↓ 1 callers
Function
create_target
(i: int)
examples/solo_bend.py:56
↓ 1 callers
Function
create_term_constraint
(target_pos)
examples/ur10_ballistic.py:232
↓ 1 callers
Function
create_term_cost
(has_frame_cost=False, w_ball=1.0)
examples/ur10_ballistic.py:212
↓ 1 callers
Method
cycleLeft
include/aligator/solvers/workspace-base.hpp:70
↓ 1 callers
Method
dForward
include/aligator/modelling/autodiff/finite-difference.hpp:279
↓ 1 callers
Method
deallocate
include/aligator/core/allocator.hpp:39
↓ 1 callers
Function
define_cost
()
examples/ur10_midpoint.py:42
↓ 1 callers
Function
define_dynamics
()
examples/solo_bend.py:27
↓ 1 callers
Method
destroy
include/aligator/third-party/polymorphic_cxx14.h:165
↓ 1 callers
Function
dynamics_finite_difference
Use finite differences to compute Jacobians of a `aligator.dynamics.DynamicsModel`. TODO: move to a test utils file
tests/python/test_integrators.py:13
↓ 1 callers
Method
evaluate
include/aligator/core/cost-abstract.hpp:52
↓ 1 callers
Function
exception_msg_impl
src/utils/exceptions.cpp:13
↓ 1 callers
Function
exp_dyn_fd_check
(dyn: dynamics.ExplicitDynamicsModel, x, u, eps: float)
tests/python/test_integrators.py:158
↓ 1 callers
Function
exposeAutodiff
Expose finite difference helpers.
bindings/python/src/modelling/expose-autodiff.cpp:10
↓ 1 callers
Function
exposeBlockMatrices
bindings/python/src/gar/expose-gar.cpp:26
↓ 1 callers
Function
exposeCallbacks
bindings/python/src/expose-callbacks.cpp:44
↓ 1 callers
Function
exposeCartesianProduct
bindings/python/src/expose-cartesian-product.cpp:21
↓ 1 callers
Function
exposeCenterOfMassFunctions
bindings/python/src/modelling/multibody/expose-center-of-mass.cpp:30
↓ 1 callers
Function
exposeCentroidalFunctions
bindings/python/src/modelling/expose-centroidal.cpp:49
↓ 1 callers
Function
exposeComposites
bindings/python/src/modelling/expose-composite-costs.cpp:22
↓ 1 callers
Function
exposeConstrainedFwdDynamics
bindings/python/src/modelling/multibody/expose-constrained-fwd.cpp:26
↓ 1 callers
Function
exposeConstraint
bindings/python/src/expose-constraint.cpp:18
↓ 1 callers
Function
exposeConstraintSets
bindings/python/src/expose-constraint-set.cpp:24
↓ 1 callers
Function
exposeContactForce
bindings/python/src/modelling/multibody/expose-force-cost.cpp:31
↓ 1 callers
Function
exposeContactMap
bindings/python/src/modelling/expose-centroidal.cpp:28
↓ 1 callers
Function
exposeContainers
bindings/python/src/module.cpp:71
↓ 1 callers
Function
exposeContinuousDynamics
bindings/python/src/modelling/expose-continuous-dynamics.cpp:26
↓ 1 callers
Function
exposeCostAbstract
bindings/python/src/expose-costs.cpp:79
↓ 1 callers
Function
exposeCostOps
bindings/python/src/modelling/expose-cost-ops.cpp:15
↓ 1 callers
Function
exposeCostStack
bindings/python/src/modelling/expose-cost-stack.cpp:34
↓ 1 callers
Function
exposeCosts
bindings/python/src/expose-costs.cpp:138
↓ 1 callers
Function
exposeCrocoddylCompat
bindings/python/src/compat/expose-croco-compat.cpp:16
↓ 1 callers
Function
exposeDenseSolver
bindings/python/src/gar/expose-dense.cpp:13
↓ 1 callers
Function
exposeDynamics
bindings/python/src/modelling/expose-dynamics.cpp:16
↓ 1 callers
Function
exposeDynamicsBase
bindings/python/src/modelling/expose-dynamics.cpp:25
↓ 1 callers
Function
exposeEnums
bindings/python/src/module.cpp:19
↓ 1 callers
Function
exposeExplicitBase
bindings/python/src/modelling/expose-explicit-dynamics.cpp:36
↓ 1 callers
Function
exposeExplicitDynDirectSum
bindings/python/src/modelling/expose-direct-sum.cpp:15
↓ 1 callers
Function
exposeExplicitDynamics
bindings/python/src/modelling/expose-explicit-dynamics.cpp:25
↓ 1 callers
Function
exposeExplicitIntegrators
bindings/python/src/modelling/expose-explicit-integrators.cpp:24
↓ 1 callers
Function
exposeFDDP
bindings/python/src/expose-solver-fddp.cpp:16
↓ 1 callers
Function
exposeFilter
bindings/python/src/expose-filter.cpp:11
↓ 1 callers
Function
exposeFlyHigh
bindings/python/src/modelling/multibody/expose-fly-high.cpp:27
↓ 1 callers
Function
exposeFrameFunctions
bindings/python/src/modelling/multibody/expose-pinocchio-functions.cpp:48
↓ 1 callers
Function
exposeFreeFwdDynamics
bindings/python/src/modelling/multibody/expose-freefwd.cpp:18
↓ 1 callers
Function
exposeFunctionBase
bindings/python/src/expose-functions.cpp:33
↓ 1 callers
Function
exposeFunctionExpressions
bindings/python/src/modelling/expose-function-ops.cpp:70
↓ 1 callers
Function
exposeFunctions
bindings/python/src/expose-functions.cpp:119
↓ 1 callers
Function
exposeGAR
bindings/python/src/gar/expose-gar.cpp:51
↓ 1 callers
Function
exposeGarUtils
bindings/python/src/gar/expose-utils.cpp:33
↓ 1 callers
Function
exposeGravityCompensation
bindings/python/src/modelling/multibody/expose-gravity-compensation.cpp:22
↓ 1 callers
Function
exposeHistoryCallback
bindings/python/src/expose-callbacks.cpp:20
↓ 1 callers
Function
exposeIntegrators
bindings/python/src/modelling/expose-integrators.cpp:18
↓ 1 callers
Function
exposeKinodynamics
bindings/python/src/modelling/multibody/expose-kinodynamics.cpp:19
← previous
next →
201–300 of 1,126, ranked by callers