Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Oct 21, 2022
1 parent 5180b49 commit 4048550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imu_sensor_broadcaster/src/imu_sensor_broadcaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ controller_interface::CallbackReturn IMUSensorBroadcaster::on_configure(

realtime_publisher_->lock();
realtime_publisher_->msg_.header.frame_id = params_.frame_id;
// convert double vector to fixes size array in the message
// convert double vector to fixed-size array in the message
for (size_t i = 0; i < 9; ++i)
{
realtime_publisher_->msg_.orientation_covariance[i] = params_.static_covariance_orientation[i];
Expand Down

0 comments on commit 4048550

Please sign in to comment.