Defines | Functions

rectangle.cc File Reference

#include <movehelper.h>
#include <robot.h>
#include <trgen.h>
#include <robomath.h>
#include <string.h>
#include <error.h>
#include <ul_log.h>
Include dependency graph for rectangle.cc:

Defines

#define FSM_MAIN

Functions

 UL_LOG_CUST (ulogd_rectangle)
 FSM_STATE_DECL (rectangle)
 FSM_STATE_DECL (turn)
 FSM_STATE_DECL (wait)
 FSM_STATE (init)
void follow_rectangle ()
 FSM_STATE (rectangle)
 FSM_STATE (turn)
 FSM_STATE (wait)
void transition_callback (struct robo_fsm *fsm)
int main ()

Define Documentation

#define FSM_MAIN

Function Documentation

void follow_rectangle (  ) 

Here is the call graph for this function:

FSM_STATE ( turn   ) 

Here is the call graph for this function:

FSM_STATE ( wait   ) 
FSM_STATE ( init   ) 
FSM_STATE ( rectangle   ) 

Here is the call graph for this function:

FSM_STATE_DECL ( rectangle   ) 
FSM_STATE_DECL ( wait   ) 
FSM_STATE_DECL ( turn   ) 
int main ( void   ) 

Here is the call graph for this function:

void transition_callback ( struct robo_fsm fsm  ) 

Here is the call graph for this function:

UL_LOG_CUST ( ulogd_rectangle   )