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

Function main

HomieDeploy/unitree_sdk2/hand_control.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163int main() {
164
165
166 // rmsg.motor_cmd().resize(MOTOR_MAX);
167 HandControl cus(0);
168 while (true) usleep(20000);
169 return 0;
170}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected