Skip to content

Remove /sensors/imu instance #161

@logbasem

Description

@logbasem

Need to remove /sensors/imu instance from src/sensors/src/main.rs and all references to it in this file. It is no longer needed now that we have LIDAR.

REMOVE THIS:

// create the imu publisher
let imu_publisher: Publisher<Imu> = sensors_node
.create_publisher("/sensors/imu", Some(qos::Profile::sensor_data()))
.expect("create imu topic");

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanuphas to do with code cleanup

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions