Skip to content

Commit

Permalink
navGui fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Sep 18, 2024
1 parent 3927ab2 commit 929683d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/navigationGUI/navGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <yarp/os/Os.h>
#include <yarp/os/Time.h>
#include <yarp/sig/Vector.h>
#include <yarp/sig/LaserMeasurementData.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/os/PeriodicThread.h>
Expand Down Expand Up @@ -284,7 +285,7 @@ bool NavGuiThread::readNavigationStatus(bool& changed)

void NavGuiThread::readLaserData()
{
std::vector<LaserMeasurementData> scan;
std::vector<yarp::sig::LaserMeasurementData> scan;
bool ret = m_iLaser->getLaserMeasurement(scan);

if (ret)
Expand Down

0 comments on commit 929683d

Please sign in to comment.