MCPcopy Create free account

hub / github.com/cmower/optas / functions

Functions714 in github.com/cmower/optas

↓ 1 callersMethodstl
! Load .stl file. @param filename The filename for the .stl file. @param scale Scale applied to the mesh file in the xyz directions.
optas/visualize.py:832
↓ 1 callersMethodupdate_pb
(self, q)
example/experiment2.py:206
↓ 1 callersMethodupdate_pb
(self, q)
example/experiment1.py:227
↓ 1 callersFunctionvertcon
! Align inequality and equality constraints vertically. Given an inequality constraint ineq(x, p) and equality constraint eq(x, p). The method th
optas/optimization.py:27
↓ 1 callersMethodviolated_constraints
! Indicate the violated constraints. @param x The values for the decision variables. @param p The values for the parameters.
optas/solver.py:167
↓ 1 callersMethodzero
! Return dictionary containing layout of container with zero values. @return Dictionary containing only zeros as its values.
optas/sx_container.py:125
Method__add__
! Add two SXContainer's. @param other Another SXContainer instance. @return An SXContainer instance containing elements from both thi
optas/sx_container.py:24
Method__call__
(self, t)
example/figure_eight_plan_6dof.py:129
Method__call__
(self, t)
example/figure_eight_plan.py:143
Method__call__
! Step the controller. Reset the problem, solve the problem, and pubslih the target.
optas/templates.py:266
Method__call__
(self, Q)
optas/models.py:756
Method__call__
(self, q)
optas/models.py:816
Method__init__
( self, dt, add_floor=True, camera_distance=1.5, camera_yaw=45,
example/pybullet_api.py:13
Method__init__
(self, base_position, half_extents, base_mass=0.5)
example/pybullet_api.py:71
Method__init__
( self, base_position, half_extents, rgba_color=[0, 1, 0, 1.0], base_o
example/pybullet_api.py:102
Method__init__
(self, urdf_filename, base_position=[0.0] * 3)
example/pybullet_api.py:127
Method__init__
(self, base_position=[0.0, 0.0, 0.85])
example/pybullet_api.py:175
Method__init__
(self, base_position=[0.0] * 3)
example/pybullet_api.py:181
Method__init__
(self, base_position=[0.0] * 3)
example/pybullet_api.py:188
Method__init__
(self)
example/figure_eight_plan_6dof.py:18
Method__init__
(self, robot, plan_function)
example/figure_eight_plan_6dof.py:125
Method__init__
(self, dt)
example/TrackingBall.py:19
Method__init__
(self, dt, Lx, Ly)
example/pushing.py:39
Method__init__
(self, dt, thresh_angle)
example/pushing.py:224
Method__init__
(self)
example/experiment2.py:66
Method__init__
(self)
example/experiment2.py:122
Method__init__
(self)
example/experiment2.py:153
Method__init__
(self)
example/experiment2.py:189
Method__init__
(self)
example/point_mass_planner_mixedinteger.py:7
Method__init__
(self, animate)
example/point_mass_planner_mixedinteger.py:102
Method__init__
(self)
example/point_mass_planner.py:7
Method__init__
(self, animate)
example/point_mass_planner.py:89
Method__init__
(self, robot, eff_link, base_link=None)
example/experiment1.py:16
Method__init__
(self, config)
example/experiment1.py:198
Method__init__
(self)
example/point_mass_mpc.py:7
Method__init__
(self)
example/point_mass_mpc.py:89
Method__init__
(self, animate)
example/point_mass_mpc.py:179
Method__init__
(self, urdf_string, ee_link, duration)
example/simple_joint_space_planner.py:8
Method__init__
(self, dt)
example/torque_control_example.py:19
Method__init__
(self, robot, plan_function)
example/figure_eight_plan.py:139
Method__init__
(self, filename)
tests/test_models.py:1065
Method__init__
(self)
tests/tester_robot_model.py:10
Method__init__
! Constructor for the base Solver class. @param optimization The optimization problem created by calling the build method of the Optimization
optas/solver.py:64
Method__init__
! Initializer for the QuadraticCostUnconstrained class. @param decision_variables SXContainer containing decision variables. @param p
optas/optimization.py:321
Method__init__
! Initializer for the QuadraticCostLinearConstraints class. @param decision_variables SXContainer containing decision variables. @par
optas/optimization.py:352
Method__init__
! Initializer for the QuadraticCostNonlinearConstraints class. @param decision_variables SXContainer containing decision variables. @
optas/optimization.py:393
Method__init__
! Initializer for the NonlinearCostUnconstrained class. @param decision_variables SXContainer containing decision variables. @param p
optas/optimization.py:431
Method__init__
! Initializer for the NonlinearCostLinearConstraints class. @param decision_variables SXContainer containing decision variables. @par
optas/optimization.py:467
Method__init__
! Initializer for the NonlinearCostNonlinearConstraints class. @param decision_variables SXContainer containing decision variables. @
optas/optimization.py:506
Method__init__
! Initializer for the MixedIntegerNonlinearCostNonlinearConstrained class. @param decision_variables SXContainer containing decision variable
optas/optimization.py:547
Method__init__
! Initializer for the ROSManger class. @param rosapi For ROS 1, this is rospy (ie. import rospy, and pass the module). For ROS 2, this is the
optas/templates.py:119
Method__init__
! Initializer for the ROSController class. @param rosapi For ROS 1, this is rospy (ie. import rospy, and pass the module). For ROS 2, this is
optas/templates.py:236
Method__init__
! Initializer for the ROSPlanner class. @param rosapi For ROS 1, this is rospy (ie. import rospy, and pass the module). For ROS 2, this is th
optas/templates.py:276
Method__init__
! Task model initializer. @param name The name of the model. @param dim Model dimension. @param time_derivs Time derivatives
optas/models.py:192
Method__init__
! Initializer for the JointTypeNotSupported exception. @param joint_type The joint type given @return An instance of the exception cl
optas/models.py:220
Method__init__
! Initializer for the robot model class. Note, at least one of the parameters urdf_filename, urdf_string, or xacro_filename must be s
optas/models.py:236
Method__init__
(self, F, n)
optas/models.py:751
Method__init__
(self, F)
optas/models.py:795
Method__init__
! OptimizationBuilder constructor. @param T Number of time steps for the trajectory. @param robots A list of robot models. @p
optas/builder.py:14
Method__init__
(self)
optas/visualize.py:27
Method__init__
(self, traj, duration, iren, ren)
optas/visualize.py:43
Method__init__
! Initializer for the Visualizer class. @param window_size The window size [W, H] for the visualizer. @param background_color The col
optas/visualize.py:80
Method__init__
! Quaternion constructor. @param x x-value of the quaternion. @param y y-value of quaternion. @param z z-value of quaternion.
optas/spatialmath.py:280
Method__init__
(self)
doc/gen_mainpage.py:18
Method__mul__
! Quaternion multiplication. @param quat Another quaternion to multiply. @return Quaternion product.
optas/spatialmath.py:298
Method__repr__
(self)
optas/solver.py:189
Method__repr__
(self)
optas/solver.py:303
Method__setitem__
! Set new SX item. @param label Name for the new item. @param value An array containing symbolic data.
optas/sx_container.py:41
Method__str__
(self)
optas/solver.py:186
Method__str__
(self)
optas/solver.py:300
Method_call
(self, q)
optas/models.py:813
Method_call_list
(self, Q)
optas/models.py:810
Method_callback
! The subcriber callback. @param msg The message from ROS. @param topic_name the name of the topic the message is from.
optas/templates.py:193
Method_get_desired_vel_difference
(self, desvel)
example/experiment1.py:141
Method_get_desired_vel_difference
(self, desvel)
example/experiment1.py:147
Method_in_limit
(q)
optas/models.py:697
Method_setup_problem
(self, xydir, dt)
example/experiment1.py:103
Method_solve
! Solve the optimization problem using the CasADi interface. @return Solution to the problem.
optas/solver.py:386
Method_solve
! Solve the optimization problem using OSQP. @return The solution of the optimization problem.
optas/solver.py:469
Method_solve
! Solve the optimization problem using CVXOPT. @return The solution of the optimization problem.
optas/solver.py:553
Method_solve
! Solve the optimization problem using Scipy. @return The solution of the optimization problem.
optas/solver.py:786
Method_solve_and_time
! Solves the optimization problem and times.
optas/templates.py:60
Method_solver_interface
(self)
example/experiment1.py:133
Method_solver_setup_args
(self)
example/experiment1.py:136
Method_test_cls_method
(self, a, b, c="test", d=[1, 2, 3], e=(3, 2, 1), f=1, g=0.5)
tests/test_spatialmath.py:66
Function_test_method
(a, b, c="test", d=[1, 2, 3], e=(3, 2, 1), f=1, g=0.5)
tests/test_spatialmath.py:49
Methodactuated_joint_names
! Property that gives the names of the actuated joints. @return List of actuated joint names.
optas/models.py:349
Functionarrayify_args
! Decorator that ensures all input arguments are casadi arrays (i.e. either DM or SX). @param fun Callable function @return Wrapper that ensu
optas/spatialmath.py:21
Methodcallback
(self, *args)
optas/visualize.py:58
Functionclip
! Clip (limit) the values in an array. @param x Array containing elements to clip. @param lo Minimum value. @param hi Maximum value.
optas/__init__.py:31
Methodclose
! Close the visualizer.
optas/visualize.py:1192
Methodddg
! Internal method.
optas/solver.py:744
Methodddh
! Internal method.
optas/solver.py:756
Functiondecorator
(function)
optas/models.py:57
Functiondeg2rad
! Convert degrees to radians. @param x An array containing angles in degrees. @return An array containing angles in radians.
optas/__init__.py:11
Functiondeprecation_warning
(name_to)
optas/models.py:56
Methoddg
! Internal method.
optas/solver.py:740
Methoddh
! Internal method.
optas/solver.py:752
Methoddid_solve
! True when the solver succeeded, False otherwise. @return Boolean indicating success of solver.
optas/solver.py:407
Methoddid_solve
! Returns True when the problem was solved. @return Boolean indicating if the solver converged.
optas/solver.py:495
← previousnext →301–400 of 714, ranked by callers