ros-android / android_sensors_driver

ROS Driver for Android Sensors
76 stars 65 forks source link

Should be able to handle multiple phones at once #27

Open ferdinandyb opened 5 years ago

ferdinandyb commented 5 years ago

If you connect multiple phone to the same rosmaster, than only the latest connection will appear in the topics. It would be nice to access multiple devices at once. A manual solution would be the topic remap issue, but maybe an automatic recognition of conflicting topic names would solve the issue more easily (or the possibility to add a prefix to the topics on the phone).