Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Nov 19, 2024
1 parent 4d91655 commit 7092d58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions module/src/LidarOdometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2231,14 +2231,16 @@ void LidarOdometry::relocalize_from_gnss()

MapServer::ReturnStatus LidarOdometry::map_load(const std::string & path)
{
MapServer::ReturnStatus ret;
//TODO!
XX;
return ret;
}

MapServer::ReturnStatus LidarOdometry::map_save(const std::string & path)
{
MapServer::ReturnStatus ret;
//TODO!
XX;
return ret;
}

void LidarOdometry::processPendingUserRequests()
Expand Down

0 comments on commit 7092d58

Please sign in to comment.