Skip to content
Snippets Groups Projects
Commit 5717fe9a authored by Idril-Tadzio Geer Cousté's avatar Idril-Tadzio Geer Cousté
Browse files

fixed publisher corrected

parent 9746dab3
No related branches found
No related tags found
2 merge requests!5After cmake and const refactor,!3new release
......@@ -198,7 +198,7 @@ void SubscriberImu::callback(const sensor_msgs::Imu::ConstPtr& msg)
}
// Publish IMU message without bias and gravity
if (pub_imu_corrected_.getNumSubscribers() != 0 or true)
if (pub_imu_corrected_.getNumSubscribers() != 0)
{
if (sensor_ptr_->getProblem()->getDim() == 3)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment