#include "ros/ros.h"#include "neuro_recv/dish_state.h"#include <cstdlib>#include <cstdio>#include <ctime>#include <cmath>
Go to the source code of this file.
Defines | |
| #define | LIMIT 0.003 |
Functions | |
| int | main (int argc, char **argv) |
Test node that generates and publishes pseudorandom dish states
| |
| #define LIMIT 0.003 |
Definition at line 14 of file dish_generator.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Test node that generates and publishes pseudorandom dish states
Definition at line 21 of file dish_generator.cpp.