robomaster_ros icon indicating copy to clipboard operation
robomaster_ros copied to clipboard

namespace problem when launch multiple s1.launch

Open zhuhaier1992 opened this issue 1 year ago • 3 comments

Hi Jerome, I have been learning and using ROS2 recently, and this repo is really helpful. It allows multiple control of robomaster, combined with ROS2 which makes coding much easier, thanks a lot! When I use it to control three S1, the namespace become strange. I simply set each serial number and their respective name to RM4, RM5, RM6. But the namespace become:

/RM4
/RM4/RM5
/RM4/RM5/RM6

Which is strange, because when I do the same thing to three EP, the namespace is normal:

/RM1
/RM2
/RM3

zhuhaier1992 avatar Dec 15 '23 08:12 zhuhaier1992