Skip to content
Snippets Groups Projects
Commit 82b8a429 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

fix timestamp problem in dummy pos estimator

parent 6a122ab6
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ PositionEstimator::PositionEstimator() :
_n(),
_sub_modelstates(_n.subscribe("/gazebo/model_states", 1, &PositionEstimator::ModelStatesCallback, this)),
_vehicle_position_pub(_n.advertise<px4::vehicle_local_position>("vehicle_local_position", 1)),
_startup_time(px4::get_time_micros())
_startup_time(1)
{
}
......
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