Closed dzoberti closed 5 years ago
I'm currently still working with MiR software 1.9, but am planning to upgrade soon. :)
I've pushed the messages from version 2.0.2 (should hopefully be the same as 2.2.2) to a new branch called mir_msgs-2.0.2
in my personal fork:
https://github.com/mintar/mir_robot/tree/mir_msgs-2.0.2
I've renamed mirMsgs
to mir_msgs
to conform with standard naming practices. This means that if you connect to the MiR's roscore directly, you will still get the same error message about messages not being built. However, if you use the mir_bridge.py
instead, it should work if you first add the following line:
TopicConfig('robot_status', RobotStatus),
... around here:
Once I update to MiR software 2, I'll also update the code in this repo properly.
It works!! Thank you so much.
I am working on MIR100 with software 2.2.2. When starting
mir.launch
, I get a warning that themir_status
topic is not published by MiR and it is true. However I want to get this vital information, for example information about the battery. I have noticed that there exists a topic calledrobot_status
with the message typemirMsgs/RobotStatus
which I cannot read:I can't get further than this and I would appreciate any help.