Skip to content
Snippets Groups Projects
Commit 98154b02 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'master' into image

parents 7450837e 9b363aa7
No related branches found
No related tags found
1 merge request!101Visual SLAM starts to work.
......@@ -13,6 +13,7 @@ SensorGPS::SensorGPS(StateBlockPtr _p_ptr, //GPS sensor position with respect to
:
SensorBase("GPS", _p_ptr, _o_ptr, _bias_ptr, 0)
{
getStateBlockVec().resize(5);
setStateBlockPtr(3, _map_p_ptr); // Map position
setStateBlockPtr(4, _map_o_ptr); // Map orientation
//
......
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