Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmower/optas
/ types & classes
Types & classes
100 in github.com/cmower/optas
⨍
Functions
714
◇
Types & classes
100
↳
Endpoints
23
↓ 54 callers
Class
SXContainer
! Container for SX variables
optas/sx_container.py:18
↓ 9 callers
Class
Quaternion
! Quaternion class
optas/spatialmath.py:277
↓ 7 callers
Class
Visualizer
! This class defines the Visualizer for simple visualization.
optas/visualize.py:77
↓ 5 callers
Class
JointTypeNotSupported
! Exception to be thrown when a joint type is not supported.
optas/models.py:217
↓ 4 callers
Class
ViolatedConstraint
optas/solver.py:180
↓ 2 callers
Class
AnimationCallback
optas/visualize.py:42
↓ 2 callers
Class
MixedIntegerNonlinearCostNonlinearConstrained
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 callers
Class
PyBullet
example/pybullet_api.py:12
↓ 2 callers
Class
RobotModelTester
tests/test_models.py:1064
↓ 2 callers
Class
TrackingController
example/TrackingBall.py:18
↓ 1 callers
Class
ActorList
optas/visualize.py:26
↓ 1 callers
Class
Animate
example/point_mass_planner_mixedinteger.py:101
↓ 1 callers
Class
Animate
example/point_mass_planner.py:88
↓ 1 callers
Class
Animate
example/point_mass_mpc.py:178
↓ 1 callers
Class
Config
example/experiment1.py:186
↓ 1 callers
Class
Controller
example/point_mass_mpc.py:88
↓ 1 callers
Class
Data
example/experiment1.py:152
↓ 1 callers
Class
DualKukaPlanner
example/dual_arm.py:17
↓ 1 callers
Class
EXOTicaIK
example/experiment2.py:121
↓ 1 callers
Class
Experiment
example/experiment2.py:188
↓ 1 callers
Class
Experiment
example/experiment1.py:194
↓ 1 callers
Class
IK
example/pushing.py:223
↓ 1 callers
Class
IK1
example/experiment1.py:140
↓ 1 callers
Class
IK2
example/experiment1.py:146
↓ 1 callers
Class
KukaLBR
example/pybullet_api.py:187
↓ 1 callers
Class
LineFixer
doc/gen_mainpage.py:17
↓ 1 callers
Class
ListFunction
optas/models.py:750
↓ 1 callers
Class
Nextage
example/pybullet_api.py:174
↓ 1 callers
Class
NonlinearCostLinearConstraints
! Linear constrained optimization problem. min f(x, p) x subject to k(x, p
optas/optimization.py:447
↓ 1 callers
Class
NonlinearCostNonlinearConstraints
! Nonlinear constrained optimization problem. min f(x, p) x subject to k(x, p) = M(p).
optas/optimization.py:489
↓ 1 callers
Class
NonlinearCostUnconstrained
! Unconstrained optimization problem. min f(x, p) x The problem is unconstrained and the cost function is nonlinear.
optas/optimization.py:421
↓ 1 callers
Class
NumpyOutputFunction
optas/models.py:794
↓ 1 callers
Class
OpTaSIK
example/experiment2.py:65
↓ 1 callers
Class
Plan
example/figure_eight_plan_6dof.py:124
↓ 1 callers
Class
Plan
example/figure_eight_plan.py:138
↓ 1 callers
Class
Planner
example/figure_eight_plan_6dof.py:17
↓ 1 callers
Class
Planner
example/point_mass_planner_mixedinteger.py:6
↓ 1 callers
Class
Planner
example/point_mass_planner.py:6
↓ 1 callers
Class
Planner
example/point_mass_mpc.py:6
↓ 1 callers
Class
Planner
example/figure_eight_plan.py:16
↓ 1 callers
Class
QuadraticCostLinearConstraints
! 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 callers
Class
QuadraticCostNonlinearConstraints
! 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 callers
Class
QuadraticCostUnconstrained
! 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 callers
Class
RobotModelTester
tests/tester_robot_model.py:9
↓ 1 callers
Class
SimpleJointSpacePlanner
example/simple_joint_space_planner.py:7
↓ 1 callers
Class
TOMPCCPlanner
example/pushing.py:38
↓ 1 callers
Class
TracIK
example/experiment2.py:150
↓ 1 callers
Class
TrackingController
example/torque_control_example.py:18
↓ 1 callers
Class
_test_cls
tests/test_models.py:36
Class
CVXOPTSolver
! CVXOPT solver interface.
optas/solver.py:514
Class
CasADiSolver
! This is a base class for CasADi solver interfaces.
optas/solver.py:321
Class
CostTerm
optas/solver.py:296
Class
DifferentialIK
example/experiment1.py:15
Class
DynamicBox
example/pybullet_api.py:70
Class
ExprIK
example/experiment2.py:49
Class
ExprIK
example/experiment1.py:101
Class
FixedBaseRobot
example/pybullet_api.py:126
Class
KukaLWR
example/pybullet_api.py:180
Class
Manager
! Base manager class.
optas/templates.py:10
Class
Model
! The Model base class. Defines the base class utilized by all models.
optas/models.py:79
Class
OSQPSolver
OSQP solver interface.
optas/solver.py:426
Class
Optimization
! Base optimization class.
optas/optimization.py:54
Class
OptimizationBuilder
! OptimizationBuilder allows you to build/specify an optimization problem.
optas/builder.py:11
Class
R2D2
example/pybullet_api.py:168
Class
ROSController
! A class for implementing controllers.
optas/templates.py:233
Class
ROSManager
! Manager setup specifically for ROS.
optas/templates.py:108
Class
ROSPlanner
! A class for implementing motion planners.
optas/templates.py:273
Class
RobotModel
! A class that defines a robot model. Many methods here model the robot kinematics.
optas/models.py:233
Class
ScipyMinimizeSolver
Scipy solver (scipy.optimize.minimize) interface.
optas/solver.py:587
Class
Solver
! Base solver interface class
optas/solver.py:61
Class
TaskModel
! Model class for tasks, e.g. position trajectory.
optas/models.py:189
Class
TestDualArm
tests/test_models.py:1055
Class
TestRnea
tests/test_models.py:1012
Class
TestRobotModel
tests/test_models.py:197
Class
TestSolverInterface
tests/test_solver.py:43
Class
Test_I3
tests/test_spatialmath.py:84
Class
Test_I4
tests/test_spatialmath.py:92
Class
Test_Model
tests/test_models.py:59
Class
Test_OptimizationBuilder
tests/test_builder.py:7
Class
Test_Quaternion
tests/test_spatialmath.py:381
Class
Test_angvec2r
tests/test_spatialmath.py:100
Class
Test_arrayify_args
tests/test_spatialmath.py:59
Class
Test_clip
tests/test_optas_utils.py:59
Class
Test_deg2rad
tests/test_optas_utils.py:49
Class
Test_invt
tests/test_spatialmath.py:312
Class
Test_r2t
tests/test_spatialmath.py:132
Class
Test_rad2deg
tests/test_optas_utils.py:54
Class
Test_rotx
tests/test_spatialmath.py:180
Class
Test_roty
tests/test_spatialmath.py:184
Class
Test_rotz
tests/test_spatialmath.py:188
Class
Test_rpy2r
tests/test_spatialmath.py:192
Class
Test_rt2tr
tests/test_spatialmath.py:231
Class
Test_skew
tests/test_spatialmath.py:255
Class
Test_t2r
tests/test_spatialmath.py:294
Class
Test_transl
tests/test_spatialmath.py:338
Class
Test_unit
tests/test_spatialmath.py:355
Class
VisualBox
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