Go to the source code of this file.
Functions | |
bool | bootUpService (std_srvs::SetBool::Request &req, std_srvs::SetBool::Response &res) |
int | main (int argc, char **argv) |
void | timerCallback (const ros::TimerEvent &) |
Variables | |
bool | boot_finished = false |
bool | node_finished = false |
bool bootUpService | ( | std_srvs::SetBool::Request & | req, |
std_srvs::SetBool::Response & | res | ||
) |
Definition at line 7 of file BootUpNode.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 24 of file BootUpNode.cpp.
void timerCallback | ( | const ros::TimerEvent & | ) |
Definition at line 20 of file BootUpNode.cpp.
bool boot_finished = false |
Definition at line 4 of file BootUpNode.cpp.
bool node_finished = false |
Definition at line 5 of file BootUpNode.cpp.