optima 0.0.4

An easy to set up and easy optimization and planning toolbox, particularly for robotics.
Documentation
1
2
3
4
5
6
7
8
9
pub mod robot;
pub mod robot_model_module;
pub mod robot_configuration_module;
pub mod robot_kinematics_module;
pub mod robot_joint_state_module;
pub mod robot_geometric_shape_module;
pub mod robot_mesh_file_manager_module;
#[cfg(not(target_arch = "wasm32"))]
pub mod robot_preprocessing_module;