Skip to content

Commit

Permalink
fixed print
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 26, 2023
1 parent b4e11e2 commit 5f050c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/estimators/lateral/lat_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void LatGeneric::timerUpdate(const ros::TimerEvent &event) {
ROS_INFO_THROTTLE(1.0, "[%s]: Setting initial state to: %.2f %.2f", getPrintName().c_str(), measurement_stamped.value(AXIS_X),
measurement_stamped.value(AXIS_Y));
} else {
ROS_INFO_THROTTLE(1.0, "[%s]: %s correction %s", getPrintName().c_str(), Support::waiting_for_string.c_str(), correction->getPrintName().c_str());
ROS_INFO_THROTTLE(1.0, "[%s]: %s correction %s", getPrintName().c_str(), Support::waiting_for_string.c_str(), correction->getNamespacedName().c_str());
return;
}
}
Expand Down

0 comments on commit 5f050c0

Please sign in to comment.