mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
GUI: The global path is transformed in the current referential as the robot moves. Moved Goal actions in Detection menu.
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
void updatePosterior(const std::map<int, float> & posterior);
|
||||
void updateLocalPath(const std::vector<int> & localPath);
|
||||
void setGlobalPath(const std::vector<std::pair<int, Transform> > & globalPath);
|
||||
void setCurrentGoalID(int id);
|
||||
void setCurrentGoalID(int id, const Transform & pose = Transform());
|
||||
void setLocalRadius(float radius);
|
||||
void clearGraph();
|
||||
void clearMap();
|
||||
|
||||
Reference in New Issue
Block a user