YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarprobot.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARPROBOT_H
7#define YARPROBOT_H
8
9int yarp_robot_main(int argc, char *argv[]);
10void yarp_robot_help();
11
12#endif
int yarp_robot_main(int argc, char *argv[])
Definition yarprobot.cpp:35
void yarp_robot_help()
Definition yarprobot.cpp:18