|
Swarm-SLAM
1.0.0
C-SLAM Framework
|
#include <simulated_rendezvous.h>
Public Member Functions | |
| SimulatedRendezVous (std::shared_ptr< rclcpp::Node > &node, const std::string &schedule_file, const unsigned int &robot_id) | |
| Rendez-vous simulation. Reads a config file indicating when the robot should be considered alive. More... | |
| bool | is_alive () |
| Check if the robot is alive (aka in the rendez-vous schedule) More... | |
Definition at line 18 of file simulated_rendezvous.h.
| SimulatedRendezVous::SimulatedRendezVous | ( | std::shared_ptr< rclcpp::Node > & | node, |
| const std::string & | schedule_file, | ||
| const unsigned int & | robot_id | ||
| ) |
Rendez-vous simulation. Reads a config file indicating when the robot should be considered alive.
Definition at line 5 of file simulated_rendezvous.cpp.
| bool SimulatedRendezVous::is_alive | ( | ) |
Check if the robot is alive (aka in the rendez-vous schedule)
Definition at line 51 of file simulated_rendezvous.cpp.