MCPcopy Create free account
hub / github.com/InternRobotics/OpenHomie / main

Function main

HomieDeploy/unitree_sdk2/g1_control.cpp:423–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421};
422
423int 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected