mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20: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:
@@ -137,6 +137,8 @@ public:
|
||||
std::vector<std::pair<int, Transform> > getPathNextPoses() const;
|
||||
std::vector<int> getPathNextNodes() const;
|
||||
int getPathCurrentGoalId() const;
|
||||
unsigned int getPathCurrentIndex() const {return _pathCurrentIndex;}
|
||||
unsigned int getPathCurrentGoalIndex() const {return _pathGoalIndex;}
|
||||
const Transform & getPathTransformToGoal() const {return _pathTransformToGoal;}
|
||||
|
||||
std::map<int, Transform> getForwardWMPoses(int fromId, int maxNearestNeighbors, float radius, int maxDiffID) const;
|
||||
|
||||
Reference in New Issue
Block a user