Skip to content

hebiros_gazebo_plugin subscribes to Imu Plugin at fixed frequency #115

Description

@josephcoombe

See https://github.com/HebiRobotics/HEBI-ROS/blob/master/hebiros_gazebo_plugin/include/hebiros_gazebo_joint.cpp#L11-L13

this->imu_subscriber = n->subscribe<sensor_msgs::Imu>(
"hebiros_gazebo_plugin/imu/"+name,
100, boost::bind(&HebirosGazeboJoint::SubIMU, this, _1));

^ this should probably be dependent on feedback frequency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions