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
use crate::scenes::robot_geometric_shape_scene::RobotGeometricShapeScene;

pub trait GetRobotGeometricShapeScene {
    fn get_robot_geometric_shape_scene(&self) -> &RobotGeometricShapeScene;
}

pub mod robot_geometric_shape_scene;