-
Notifications
You must be signed in to change notification settings - Fork 72
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
ROS 2: rqt plot not working if any message class can't be loaded #255
Comments
I think this is just a red herring. That message is coming from
|
That makes sense. I have removed all action servers from my system and indeed now I don't see that "malformed message error".
The machine that is running rqt does not have access to the IDL definition of TestMsg (this is on purpose), but this prevents me from visualizing any other topic coming from the robot (that on the other hand I have the IDL definition for).
|
I have encountered a similar problem when I executed rqt w/ ros 2 control demo. Thus, the rqt plot function is not working now.. [ERROR]: Malformed msg message_type: control_msgs/action/FollowJointTrajectory_FeedbackMessage Could anyone tell me how to fix this issue ? :) |
Hello,
The problem with the action i can understand. But whats wrong with the dozer_interface/msg/MachineInputs message. It is in the CMakeLists but can not be found by rqt?? |
Hi, I'm running
rqt
with ROS 2 Foxy, installed on Ubuntu 20.04 machine.If I open rqt-plot, I get the following logs
I also have many other topics in the system for which there are no errors/warnings.
The presence of the aforementioned logs prevents me from visualizing anything with rqt plot (even the "good topics").
The only way I have for visualizing something is to first stop all the publishers for which a log message is produced.
Why is it required for rpt plot to know all the visible message types in order to work?
This seems counter-intuitive.
I'm purposefully not providing the
test/msg/TestMsg
implementation to the system, so the log is correct about not being able to load it.On the other hand, I don't understand the error about malformed action messages.
You can find here the 3 actions that are causing it.
If they are really malformed, shouldn't the build step fail?
DockServo.action
Undock.action
WallFollow.action
The text was updated successfully, but these errors were encountered: