MCPcopy Create free account
hub / github.com/ROBOTIS-GIT/turtlebot3 / help_print

Function help_print

turtlebot3_node/src/node_main.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "turtlebot3_node/turtlebot3.hpp"
27
28void help_print()
29{
30 printf("For turtlebot3 node : \n");
31 printf("turtlebot3_node [-i usb_port] [-h]\n");
32 printf("options:\n");
33 printf("-h : Print this help function.\n");
34 printf("-i usb_port: Connected USB port with OpenCR.");
35}
36
37int main(int argc, char * argv[])
38{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected