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
The ROSTCPConnector and Endpoint do not seem to have support for unsubscribing or unadvertising topics while the game is running.
This functionality is needed in more dynamic setups, where for example subscribing and publishing is bound to the lifetime of a temporary object. I guess it will also cause problems when switching or reloading scenes.
Unfortunately, this made us drop UnityRoboticsHub in favor of other means of communicating with ROS.
The text was updated successfully, but these errors were encountered:
The ROSTCPConnector and Endpoint do not seem to have support for unsubscribing or unadvertising topics while the game is running.
This functionality is needed in more dynamic setups, where for example subscribing and publishing is bound to the lifetime of a temporary object. I guess it will also cause problems when switching or reloading scenes.
Unfortunately, this made us drop UnityRoboticsHub in favor of other means of communicating with ROS.
The text was updated successfully, but these errors were encountered: