Skip to content

Commit

Permalink
set navsat sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
ashBabu committed Sep 27, 2023
1 parent 63a90d0 commit f72eb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Conversions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,7 @@ sdf::Sensor gazebo::convert(const msgs::Sensor &_in)
ignerr << "Attempting to convert an navsat sensor message, but the "
<< "message does not have a navsat nested message.\n";
}
out.SetNavSatSensor(sensor);
}

else if (out.Type() == sdf::SensorType::ALTIMETER)
Expand Down

0 comments on commit f72eb04

Please sign in to comment.