PPT Slide
#define EX_EXECUTE_TYPE 2005
class EX_EXECUTE : public RCS_CMD_MSG
// Place custom variables here.
PLAN_FORMAT vehiclepathPlan [LENGTH]; };
#define MOBILITY_GOTO_TYPE 1003
class MOBILITY_GOTO : public RCS_CMD_MSG
// Place custom variables here.
POSITION_FORMAT mobNextPosition; };
4D/RCS Interface Examples