emc_system
data.cpp
Go to the documentation of this file.
1 #include "emc/data.h"
2 
3 #include <ros/init.h> // for ros::ok()
4 
5 namespace emc
6 {
7 
9 {
10  return ros::ok();
11 }
12 
13 }
data.h
emc
Definition: bumper.h:4
emc::FSMInterface::running
bool running() const
Definition: data.cpp:8