|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Definition of a node to generate a fake trajectory and evaluate the performance of the control. More...
#include "clock_publisher.hpp"#include <rosgraph_msgs/Clock.h>#include <ros/ros.h>#include <iostream>#include <chrono>#include <thread>#include <ctime>
Go to the source code of this file.
Namespaces | |
| mfcpp | |
Functions | |
| int | main (int argc, char **argv) |
| Main function called before node initialisation. More... | |
Definition of a node to generate a fake trajectory and evaluate the performance of the control.
Definition in file clock_publisher.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function called before node initialisation.
Definition at line 79 of file clock_publisher.cpp.
1.8.11