Skip to main content

Module mock

Module mock 

Source
Expand description

Mock controller implementations for testing

This module provides mock implementations of all controller traits for use in testing and simulation.

Re-exports§

pub use camera::MockCameraController;
pub use imu::MockImuController;
pub use lidar::MockLidarController;
pub use motor::MockMotorController;

Modules§

camera
Mock camera controller for testing
imu
Mock IMU controller for testing
lidar
Mock LiDAR controller for testing
motor
Mock motor controller for testing