Skip to content

Commit 325903b

Browse files
committed
Add accessor
1 parent 8d7efdd commit 325903b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cpp/include/distributed_mapper/distributed_mapper.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,13 @@ class DistributedMapper{
450450
neighboring_robots_initialized_.clear();
451451
}
452452

453+
/**
454+
* @brief getNeighboringRobotsInit
455+
*/
456+
std::map<char, bool> getNeighboringRobotsInit(){
457+
return neighboring_robots_initialized_;
458+
}
459+
453460
/**
454461
* @brief isRobotInitialized
455462
* @return

0 commit comments

Comments
 (0)