-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIR bridge in ROS, topic mir_msgs does not work. #139
Comments
On the internal ROS system inside the MiR platform, there is a package called The difference in naming is not a problem. If there were a difference in the actual contents of the messages, you would get an error. Echoing the
This is on MiR software version 2.8.3.1. It is possible that they've changed these topics again in a later software version. |
If i try to echo those commands i get the error: |
That means you didn't install the |
These are my exact passages to install the MIR package: (already installed ROS Noetic 20.04) EDIT: i tried with the binary installation on another VM and it works |
Glad that it works! Your installation steps from source also look correct, that should also have worked... |
Yes, if you connect to the MiR ROS master directly, then you will need the package |
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
The text was updated successfully, but these errors were encountered: