parent
c38f583e89
commit
6e8bc72a2f
|
@ -211,7 +211,10 @@ void UnitreeSdk2Bridge::PublishWirelessController()
|
||||||
|
|
||||||
void UnitreeSdk2Bridge::Run()
|
void UnitreeSdk2Bridge::Run()
|
||||||
{
|
{
|
||||||
pause();
|
while (1)
|
||||||
|
{
|
||||||
|
sleep(2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void UnitreeSdk2Bridge::SetupJoystick(string device, string js_type, int bits)
|
void UnitreeSdk2Bridge::SetupJoystick(string device, string js_type, int bits)
|
||||||
|
|
Loading…
Reference in New Issue