MCPcopy Create free account

hub / github.com/cmower/optas / types & classes

Types & classes100 in github.com/cmower/optas

↓ 54 callersClassSXContainer
! Container for SX variables
optas/sx_container.py:18
↓ 9 callersClassQuaternion
! Quaternion class
optas/spatialmath.py:277
↓ 7 callersClassVisualizer
! This class defines the Visualizer for simple visualization.
optas/visualize.py:77
↓ 5 callersClassJointTypeNotSupported
! Exception to be thrown when a joint type is not supported.
optas/models.py:217
↓ 4 callersClassViolatedConstraint
optas/solver.py:180
↓ 2 callersClassAnimationCallback
optas/visualize.py:42
↓ 2 callersClassMixedIntegerNonlinearCostNonlinearConstrained
Nonlinear mixed-integer optimization problem. min f(x, z; p) x,z subject to k(x, z; p) = M(p).x + L(p).z + c(p) >= 0
optas/optimization.py:533
↓ 2 callersClassPyBullet
example/pybullet_api.py:12
↓ 2 callersClassRobotModelTester
tests/test_models.py:1064
↓ 2 callersClassTrackingController
example/TrackingBall.py:18
↓ 1 callersClassActorList
optas/visualize.py:26
↓ 1 callersClassAnimate
example/point_mass_planner_mixedinteger.py:101
↓ 1 callersClassAnimate
example/point_mass_planner.py:88
↓ 1 callersClassAnimate
example/point_mass_mpc.py:178
↓ 1 callersClassConfig
example/experiment1.py:186
↓ 1 callersClassController
example/point_mass_mpc.py:88
↓ 1 callersClassData
example/experiment1.py:152
↓ 1 callersClassDualKukaPlanner
example/dual_arm.py:17
↓ 1 callersClassEXOTicaIK
example/experiment2.py:121
↓ 1 callersClassExperiment
example/experiment2.py:188
↓ 1 callersClassExperiment
example/experiment1.py:194
↓ 1 callersClassIK
example/pushing.py:223
↓ 1 callersClassIK1
example/experiment1.py:140
↓ 1 callersClassIK2
example/experiment1.py:146
↓ 1 callersClassKukaLBR
example/pybullet_api.py:187
↓ 1 callersClassLineFixer
doc/gen_mainpage.py:17
↓ 1 callersClassListFunction
optas/models.py:750
↓ 1 callersClassNextage
example/pybullet_api.py:174
↓ 1 callersClassNonlinearCostLinearConstraints
! Linear constrained optimization problem. min f(x, p) x subject to k(x, p
optas/optimization.py:447
↓ 1 callersClassNonlinearCostNonlinearConstraints
! Nonlinear constrained optimization problem. min f(x, p) x subject to k(x, p) = M(p).
optas/optimization.py:489
↓ 1 callersClassNonlinearCostUnconstrained
! Unconstrained optimization problem. min f(x, p) x The problem is unconstrained and the cost function is nonlinear.
optas/optimization.py:421
↓ 1 callersClassNumpyOutputFunction
optas/models.py:794
↓ 1 callersClassOpTaSIK
example/experiment2.py:65
↓ 1 callersClassPlan
example/figure_eight_plan_6dof.py:124
↓ 1 callersClassPlan
example/figure_eight_plan.py:138
↓ 1 callersClassPlanner
example/figure_eight_plan_6dof.py:17
↓ 1 callersClassPlanner
example/point_mass_planner_mixedinteger.py:6
↓ 1 callersClassPlanner
example/point_mass_planner.py:6
↓ 1 callersClassPlanner
example/point_mass_mpc.py:6
↓ 1 callersClassPlanner
example/figure_eight_plan.py:16
↓ 1 callersClassQuadraticCostLinearConstraints
! Linear constrained Quadratic Program. min f(x, p) where f(x, p) = x'.P(p).x + x'.q(p) x subject to
optas/optimization.py:338
↓ 1 callersClassQuadraticCostNonlinearConstraints
! Nonlinear constrained optimization problem with quadratic cost function. min f(x, p) where f(x, p) = x'.P(p).x + x'.q(p)
optas/optimization.py:375
↓ 1 callersClassQuadraticCostUnconstrained
! Unconstrained Quadratic Program. min f(x, p) where f(x, p) = x'.P(p).x + x'.q(p) x The problem is unconstrained, and
optas/optimization.py:312
↓ 1 callersClassRobotModelTester
tests/tester_robot_model.py:9
↓ 1 callersClassSimpleJointSpacePlanner
example/simple_joint_space_planner.py:7
↓ 1 callersClassTOMPCCPlanner
example/pushing.py:38
↓ 1 callersClassTracIK
example/experiment2.py:150
↓ 1 callersClassTrackingController
example/torque_control_example.py:18
↓ 1 callersClass_test_cls
tests/test_models.py:36
ClassCVXOPTSolver
! CVXOPT solver interface.
optas/solver.py:514
ClassCasADiSolver
! This is a base class for CasADi solver interfaces.
optas/solver.py:321
ClassCostTerm
optas/solver.py:296
ClassDifferentialIK
example/experiment1.py:15
ClassDynamicBox
example/pybullet_api.py:70
ClassExprIK
example/experiment2.py:49
ClassExprIK
example/experiment1.py:101
ClassFixedBaseRobot
example/pybullet_api.py:126
ClassKukaLWR
example/pybullet_api.py:180
ClassManager
! Base manager class.
optas/templates.py:10
ClassModel
! The Model base class. Defines the base class utilized by all models.
optas/models.py:79
ClassOSQPSolver
OSQP solver interface.
optas/solver.py:426
ClassOptimization
! Base optimization class.
optas/optimization.py:54
ClassOptimizationBuilder
! OptimizationBuilder allows you to build/specify an optimization problem.
optas/builder.py:11
ClassR2D2
example/pybullet_api.py:168
ClassROSController
! A class for implementing controllers.
optas/templates.py:233
ClassROSManager
! Manager setup specifically for ROS.
optas/templates.py:108
ClassROSPlanner
! A class for implementing motion planners.
optas/templates.py:273
ClassRobotModel
! A class that defines a robot model. Many methods here model the robot kinematics.
optas/models.py:233
ClassScipyMinimizeSolver
Scipy solver (scipy.optimize.minimize) interface.
optas/solver.py:587
ClassSolver
! Base solver interface class
optas/solver.py:61
ClassTaskModel
! Model class for tasks, e.g. position trajectory.
optas/models.py:189
ClassTestDualArm
tests/test_models.py:1055
ClassTestRnea
tests/test_models.py:1012
ClassTestRobotModel
tests/test_models.py:197
ClassTestSolverInterface
tests/test_solver.py:43
ClassTest_I3
tests/test_spatialmath.py:84
ClassTest_I4
tests/test_spatialmath.py:92
ClassTest_Model
tests/test_models.py:59
ClassTest_OptimizationBuilder
tests/test_builder.py:7
ClassTest_Quaternion
tests/test_spatialmath.py:381
ClassTest_angvec2r
tests/test_spatialmath.py:100
ClassTest_arrayify_args
tests/test_spatialmath.py:59
ClassTest_clip
tests/test_optas_utils.py:59
ClassTest_deg2rad
tests/test_optas_utils.py:49
ClassTest_invt
tests/test_spatialmath.py:312
ClassTest_r2t
tests/test_spatialmath.py:132
ClassTest_rad2deg
tests/test_optas_utils.py:54
ClassTest_rotx
tests/test_spatialmath.py:180
ClassTest_roty
tests/test_spatialmath.py:184
ClassTest_rotz
tests/test_spatialmath.py:188
ClassTest_rpy2r
tests/test_spatialmath.py:192
ClassTest_rt2tr
tests/test_spatialmath.py:231
ClassTest_skew
tests/test_spatialmath.py:255
ClassTest_t2r
tests/test_spatialmath.py:294
ClassTest_transl
tests/test_spatialmath.py:338
ClassTest_unit
tests/test_spatialmath.py:355
ClassVisualBox
example/pybullet_api.py:101
Class_SolverTester
tests/test_solver.py:19
Class_Test_angle_conv
tests/test_optas_utils.py:24
Class_Test_rot
tests/test_spatialmath.py:153