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
{{ message }}
This repository was archived by the owner on Feb 21, 2021. It is now read-only.
Actually, JdeRobot Tools use ICE for all, this creates many problems for us to add support for ROS.
I propose to separate communications from Tools. For this we need:
Make internal types to be used by Tools instead of ICE. Communication lib would translate from ICE, ROS,... to this type.
Make a Communication lib to encapsulate ICE and ROS. Using an interface that gives us the previous type, the tools do not need to diferenciate what kind of server is
Actually, JdeRobot Tools use ICE for all, this creates many problems for us to add support for ROS.
I propose to separate communications from Tools. For this we need:
This would be done interface by interface: