MCPcopy Create free account

hub / github.com/cmower/optas / functions

Functions714 in github.com/cmower/optas

↓ 1 callersFunction_handle_arraylike_kwargs
(kwargs, handle, default_kwargs)
optas/spatialmath.py:41
↓ 1 callersMethod_initialize_solve_method
! Initialize the solve method, i.e. whether to record solver duration or not.
optas/templates.py:47
↓ 1 callersMethod_lib_result
(theta, v)
tests/test_spatialmath.py:106
↓ 1 callersMethod_lib_result
(rpy, opt)
tests/test_spatialmath.py:200
↓ 1 callersMethod_lib_result
(T)
tests/test_spatialmath.py:318
↓ 1 callersMethod_lib_result
(v)
tests/test_spatialmath.py:361
↓ 1 callersMethod_load_configuration
! Load the configuration file. @param filename Filename for the YAML file. @return Dictionary of the configuration.
optas/templates.py:35
↓ 1 callersMethod_p
! Return the parameters as a casadi.SX vector. @return Symbolic parameters.
optas/builder.py:213
↓ 1 callersMethod_setup_problem
(self, *args)
example/experiment1.py:33
↓ 1 callersMethod_setup_target_publisher
! Creates the target publisher. @return Instance of the target publisher.
optas/templates.py:161
↓ 1 callersMethod_solve
! Solve the optimization problem and return the optimal decision variables as an array. This is an abstract method. @return The solution from
optas/solver.py:119
↓ 1 callersMethod_solve
! Solves the optimization problem.
optas/templates.py:55
↓ 1 callersMethod_solver_interface
(self)
example/experiment1.py:40
↓ 1 callersMethod_solver_setup_args
(self)
example/experiment1.py:43
↓ 1 callersMethod_solver_setup_kwargs
(self)
example/experiment1.py:46
↓ 1 callersMethod_symbolic_quat
(self)
tests/test_spatialmath.py:389
↓ 1 callersMethodadd_floor
(self, base_position=[0.0] * 3)
example/pybullet_api.py:48
↓ 1 callersMethodadd_subscriber
! Creates a subscriber. @param topic_name Name of the topic to subscribe. @param msg_type The message type for the given topic.
optas/templates.py:178
↓ 1 callersMethodbox
! Draw a box. @param scale The length, width, and height for the box [L, W, H]. @param rgb The Red-Green-Blue values in range [0, 1].
optas/visualize.py:411
↓ 1 callersMethodcmd_torque
(self, taus)
example/pybullet_api.py:153
↓ 1 callersFunctioncompute_initial_configuration
()
example/sphere_collision_avoidance.py:20
↓ 1 callersMethodcompute_target_velocity
(self, qc, pg)
example/torque_control_example.py:101
↓ 1 callersMethodcreate_state_listener
! Creates the state listener.
optas/templates.py:223
↓ 1 callersMethodcylinder
! Draw a cylinder (with main axis along y-axis). @param radius The cylinder radius. @param height The height of the cylinder.
optas/visualize.py:460
↓ 1 callersMethodfix
(self, line)
doc/gen_mainpage.py:22
↓ 1 callersMethodget_duration
Return duration for the motion plan. When None is returned, this means that the duration is not yet set. @return Duration of the moti
optas/templates.py:303
↓ 1 callersMethodget_global_link_analytical_jacobian
! Compute the analytical Jacobian matrix in the global frame. @param link Name of the end-effector link. @param q Joint position arra
optas/models.py:1285
↓ 1 callersMethodget_global_link_analytical_jacobian_function
! Get the function that computes the analytical jacobian in the global frame. @param link Name of the end-effector link. @param n Num
optas/models.py:1299
↓ 1 callersMethodget_global_link_angular_analytical_jacobian_function
! Get the function that computes the angular part of the analytical jacobian in the global frame. @param link Name of the end-effector link.
optas/models.py:1530
↓ 1 callersMethodget_global_link_axis
! Compute the link axis, this is a direction vector defined in the end-effector frame (e.g. the x/y/z link axis) in the global frame. @param
optas/models.py:1700
↓ 1 callersMethodget_global_link_axis_function
! Get function for computing the link axis in the global frame. @param link Name of the end-effector link. @param axis The axis (dire
optas/models.py:1712
↓ 1 callersMethodget_global_link_geometric_jacobian_function
! Get the function that computes the geometric jacobian in the global frame. @param link Name of the end-effector link. @param n Numb
optas/models.py:1266
↓ 1 callersMethodget_global_link_rotation_function
! Get the function that computes a rotation matrix in the global link. @param link Name of the end-effector link. @param n Number of
optas/models.py:997
↓ 1 callersMethodget_global_link_rpy
! Get the Roll-Pitch-Yaw angles in the global frame. @param link Name of the end-effector link. @param q Joint position array.
optas/models.py:1150
↓ 1 callersMethodget_global_link_rpy_function
! Get the function that computes the Roll-Pitch-Yaw angles in the global frame.
optas/models.py:1159
↓ 1 callersMethodget_link_analytical_jacobian_function
! Get the function that computes the analytical jacobian in a given base frame. @param link Name of the end-effector link. @param bas
optas/models.py:1387
↓ 1 callersMethodget_link_angular_analytical_jacobian_function
! Get the function that computes the angular part of the analytical jacobian in a given base frame. @param link Name of the end-effector link
optas/models.py:1613
↓ 1 callersMethodget_link_angular_geometric_jacobian
! Get the angular part of the geometric jacobian in a given base frame. @param link Name of the end-effector link. @param q Joint pos
optas/models.py:1553
↓ 1 callersMethodget_link_angular_geometric_jacobian_function
! Get the function that computes the angular part of the geometric jacobian in a given base frame. @param link Name of the end-effector link.
optas/models.py:1566
↓ 1 callersMethodget_link_axis_function
! Get function for computing the link axis. @param link Name of the end-effector link. @param axis The axis (direction vector) define
optas/models.py:1672
↓ 1 callersMethodget_link_geometric_jacobian_function
Get the function that computes the geometric jacobian in a given base frame. @param link Name of the end-effector link. @param base_l
optas/models.py:1346
↓ 1 callersMethodget_link_linear_jacobian_function
! Get the function that computes the linear part of the geometric jacobian in a given base frame. @param link Name of the end-effector link.
optas/models.py:1461
↓ 1 callersMethodget_link_position
! Get the link position in a given base frame. @param link Name of the end-effector link. @param q Joint position array. @ret
optas/models.py:951
↓ 1 callersMethodget_link_quaternion_function
! Get the function that computes a quaternion defined in a given base frame. @param link Name of the end-effector link. @param base_l
optas/models.py:1124
↓ 1 callersMethodget_link_rotation
! Get the rotation matrix for a link in a given base frame. @param link Name of the end-effector link. @param q Joint position array.
optas/models.py:1013
↓ 1 callersMethodget_link_rotation_function
! Get the function that computes the rotation matrix for a link in a given base frame. @param link Name of the end-effector link. @pa
optas/models.py:1025
↓ 1 callersMethodget_link_rpy_function
! Get the function that computes the Roll-Pitch-Yaw angles defined in a given base frame. @param link Name of the end-effector link.
optas/models.py:1179
↓ 1 callersMethodget_link_transform_function
! Get the function that computes the transform in a given base frame. @param link Name of the end-effector link. @param base_link Nam
optas/models.py:900
↓ 1 callersMethodget_model_parameter
! Get the model parameter at a given time. @param name Name of the model. @param t Index of the desired state. @param time_de
optas/builder.py:165
↓ 1 callersMethodget_pose
(self)
example/pybullet_api.py:95
↓ 1 callersMethodget_solver_duration
(self)
example/experiment2.py:61
↓ 1 callersMethodget_solver_duration
(self)
example/experiment1.py:78
↓ 1 callersMethodget_target
(self)
example/dual_arm.py:157
↓ 1 callersMethodget_target
(self)
example/simple_joint_space_planner.py:87
↓ 1 callersMethodget_target
(self)
example/figure_eight_plan.py:126
↓ 1 callersMethodget_target_q
(self, dt=1.0)
example/experiment1.py:73
↓ 1 callersFunctionimport_module
(path)
tests/test_examples.py:14
↓ 1 callersFunctioninvt
! Inverse of a homogeneous transformation matrix. @param T Homogeneous transformation matrix. @return Homogeneous transformation matrix such
optas/spatialmath.py:246
↓ 1 callersFunctionmain
(gui=True)
example/pybullet_api.py:214
↓ 1 callersFunctionmain
()
example/planar_ik.py:11
↓ 1 callersFunctionmain
(gui=True)
example/figure_eight_plan_6dof.py:139
↓ 1 callersFunctionmain
()
example/planar_idk.py:13
↓ 1 callersFunctionmain
(gui=True)
example/dual_arm.py:171
↓ 1 callersFunctionmain
(gui=True)
example/pushing.py:301
↓ 1 callersFunctionmain
(show=True)
example/point_mass_planner_mixedinteger.py:216
↓ 1 callersFunctionmain
(show=True)
example/point_mass_planner.py:182
↓ 1 callersFunctionmain
(show=True)
example/point_mass_mpc.py:354
↓ 1 callersFunctionmain
(gui=False)
example/simple_joint_space_planner.py:97
↓ 1 callersFunctionmain
(gui=True)
example/torque_control_example.py:107
↓ 1 callersFunctionmain
(gui=True)
example/figure_eight_plan.py:150
↓ 1 callersFunctionmain
(vis=True)
example/sphere_collision_avoidance.py:7
↓ 1 callersFunctionmain
()
doc/gen_mainpage.py:81
↓ 1 callersMethodnext_state
(self, curr, dcurr, goal, obs)
example/point_mass_mpc.py:156
↓ 1 callersMethodnumel_out
(self)
optas/models.py:783
↓ 1 callersMethodobj
! Load .obj file. @param obj_filename The filename for the .obj file. @param png_texture_filename The texture filename. @para
optas/visualize.py:784
↓ 1 callersMethodplan
(self, qc)
example/figure_eight_plan_6dof.py:100
↓ 1 callersMethodplan
(self)
example/dual_arm.py:160
↓ 1 callersMethodplan
(self, GpS0, GthetaS0, GpST, GthetaST)
example/pushing.py:187
↓ 1 callersMethodplan
(self, init, goal)
example/point_mass_planner_mixedinteger.py:89
↓ 1 callersMethodplan
(self, init, goal)
example/point_mass_planner.py:80
↓ 1 callersMethodplan
(self, init, goal)
example/point_mass_mpc.py:80
↓ 1 callersMethodplan
(self)
example/simple_joint_space_planner.py:90
↓ 1 callersMethodplan
(self)
example/figure_eight_plan.py:129
↓ 1 callersMethodpublish_target
! Publish a target to ROS. @param target The target array.
optas/templates.py:215
↓ 1 callersMethodreset
(self, q)
example/pybullet_api.py:140
↓ 1 callersMethodreset_manager
! Reset basic variables in the manager.
optas/templates.py:29
↓ 1 callersMethodreset_pb
(self)
example/experiment2.py:202
↓ 1 callersMethodrun
(self)
example/experiment2.py:245
↓ 1 callersMethodrun
(self)
example/experiment1.py:268
↓ 1 callersMethodset_translation
! Set translation for an actor. @param actor A vtk actor object. @param translation The translation in the global frame.
optas/visualize.py:231
↓ 1 callersMethodsetup_builder
(constraint=False)
tests/test_solver.py:21
↓ 1 callersMethodsetup_pb
(self)
example/experiment2.py:197
↓ 1 callersMethodsetup_pb
(self)
example/experiment1.py:218
↓ 1 callersMethodsetup_solver
! Setup the optimization solver. This is an abstract method.
optas/templates.py:85
↓ 1 callersMethodshow
()
example/point_mass_planner_mixedinteger.py:212
↓ 1 callersMethodshow
()
example/point_mass_planner.py:178
↓ 1 callersMethodsolve
(self)
example/experiment1.py:64
↓ 1 callersMethodsphere_collision_avoidance_constraints
! Add collision avoidance constraints, based on spherical representations attached to the robot links and placed in the world. @param name Na
optas/builder.py:366
↓ 1 callersMethodstart
! Start the visualizer.
optas/visualize.py:1180
↓ 1 callersMethodstats
! Return stats from solver. The return type is specifc to the solver used. This is an abstract method. @return The statistics returned by the
optas/solver.py:160
← previousnext →201–300 of 714, ranked by callers