You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\buildman\Documents\hakoniwa\Release\2.7.0\hakoniwa-px4-win\hakoniwa\apps\rc-custom.py", line 102, in <module>
sys.exit(main())
^^^^^^
File "C:\Users\buildman\Documents\hakoniwa\Release\2.7.0\hakoniwa-px4-win\hakoniwa\apps\rc-custom.py", line 98, in main
joystick_control(client, joystick, stick_monitor)
File "C:\Users\buildman\Documents\hakoniwa\Release\2.7.0\hakoniwa-px4-win\hakoniwa\apps\rc-custom.py", line 28, in joystick_control
stick_value = stick_monitor.stick_value(event.axis, event.value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\buildman\Documents\hakoniwa\Release\2.7.0\hakoniwa-px4-win\hakoniwa\apps\rc_utils\rc_utils.py", line 133, in stick_value
feature = self.rc_config.get_stick_feature(stick_index)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\buildman\Documents\hakoniwa\Release\2.7.0\hakoniwa-px4-win\hakoniwa\apps\rc_utils\rc_utils.py", line 120, in get_stick_feature
raise ValueError(f"Feature for stick index {stick_index} not found.")
ValueError: Feature for stick index 5 not found.
The text was updated successfully, but these errors were encountered:
index番号の定義がないボタンやスティック操作するとプログラムが停止する。
The text was updated successfully, but these errors were encountered: