Skip to content
Snippets Groups Projects
Commit 0ea482f3 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

undulation of Novatel to get altitude

parent e32e08a8
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!1new release
......@@ -24,7 +24,7 @@ void SubscriberGnssFixNovatelPublisherEcef::callback(const novatel_oem7_msgs::BE
{
computeAndPublish(Eigen::Vector3d(_msg->lat * M_PI / 180.0,
_msg->lon * M_PI / 180.0,
_msg->hgt),
_msg->hgt+_msg->undulation),
_msg->header.stamp);
}
......
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