-
Notifications
You must be signed in to change notification settings - Fork 172
Description
Good morning,
i am controlling a MIR100 with ROS Noetic 20.04 installed in a virtual box (Oracle). when i launch the mir.launch file i can see all the topics created by it, and i see a strange thing: a lot of topics have as message type 'mirMsgs', all of these topics are not available for me and i can't even visualize them with the echo funcion, so i went into the CMakeLists.txt, package.xml and mir_bridge.py files in the mir_driver folder and i noticed that mirMsgs is never present, but instead there is the message type 'mir_msgs' that is assigned as message type of all the topics that in the terminal of the mir_bridge have 'mirMsgs' as message type. i will post some photos:
One of the Topics created after launching 'roslaunch mir_bridge mir.launch' on terminal:

Contents of mir_bridge.py file in mir_driver/nodes folder:

Contents of CMakeLists.txt file in mir_driver folder:

Contents of package.xml file in mir_driver folder:

How could i change the message type that i see in the Terminal? Thank you