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
TouchOscInterface calls in several places two methods on itself, sendToClient and sendToAll that do not seem to have been defined. For example, in cb_ros_vibrate. This would lead to an AttributeError.
(I'm not actually using TouchOscInterface, but using it as a guide for creating my own subclass of OscInterface and was surprised when getting an AttributeError myself.)
The text was updated successfully, but these errors were encountered:
TouchOscInterface calls in several places two methods on itself, sendToClient and sendToAll that do not seem to have been defined. For example, in cb_ros_vibrate. This would lead to an AttributeError.
(I'm not actually using TouchOscInterface, but using it as a guide for creating my own subclass of OscInterface and was surprised when getting an AttributeError myself.)
The text was updated successfully, but these errors were encountered: