| 421 | }; |
| 422 | |
| 423 | int main(int argc, char const *argv[]) { |
| 424 | if (argc < 2) { |
| 425 | std::cout << "Usage: G1 Whole-body Control Deployment w/o hands" << std::endl; |
| 426 | exit(0); |
| 427 | } |
| 428 | std::string networkInterface = argv[1]; |
| 429 | G1Control custom(networkInterface); |
| 430 | while (true) usleep(20000); |
| 431 | return 0; |
| 432 | } |
nothing calls this directly
no outgoing calls
no test coverage detected