Skip to content

Commit

Permalink
Fixed fake navigation device
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrand-new committed Sep 5, 2024
1 parent 6c71f9a commit 84877a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/fake/fakeNavigationDevice/FakeNavigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bool FakeNavigation::gotoTargetByRelativeLocation(double x, double y)
return true;
}

bool followPath(const yarp::dev::Nav2D::Map2DPath& locs)
bool FakeNavigation::followPath(const yarp::dev::Nav2D::Map2DPath& path)
{
yCInfo(FAKENAVIGATION) << "followPath not yet implemented";
return true;
Expand Down

0 comments on commit 84877a1

Please sign in to comment.