Unity-Robotics-Hub icon indicating copy to clipboard operation
Unity-Robotics-Hub copied to clipboard

Support for Unsubscribe and Unadvertise

Open PetterVMC opened this issue 1 year ago • 0 comments

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.

PetterVMC avatar Oct 02 '24 03:10 PetterVMC