We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling: Vizkit.control tasks['control'].motion_command vizkit reports the following error:
Vizkit.control tasks['control'].motion_command
Vizkit[WARN]: No widget found for controlling /control.motion_command!
When passing a VirtualJoystick widget no error is reported, the joystick is shown but nothing happens when using the joystick
joystick = Vizkit.default_loader.VirtualJoystick Vizkit.control tasks['control'].motion_command, :widget => joystick
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When calling:
Vizkit.control tasks['control'].motion_command
vizkit reports the following error:When passing a VirtualJoystick widget no error is reported, the joystick is shown but nothing happens when using the joystick
The text was updated successfully, but these errors were encountered: