HEBI-ROS-DEPRECATED icon indicating copy to clipboard operation
HEBI-ROS-DEPRECATED copied to clipboard

hebiros_gazebo_plugin subscribes to Imu Plugin at fixed frequency

Open josephcoombe opened this issue 6 years ago • 0 comments

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.

josephcoombe avatar Feb 14 '19 19:02 josephcoombe