All topics are empty #56
Replies: 2 comments 7 replies
-
who is they here?
it isn't (maintained), but let's see what we can do.
What do you mean exactly by "they have no content"? Do you receive empty messages but you do receive messages (fi: empty Or does
Please describe your setup with more detail. You have a VBox VM, and I guess a regular Ubuntu Linux host running that VM? How did you configure your networking? Especially between the VM and your host? If it's using the default NAT configuration, your problem is likely not a problem with Switch the VM to bridge (maybe host only will also work) and make sure to configure your In essence, you need to treat FS19+ Another option could of course be that some of the hard coded paths are not correct for your FS19 installation. That would be something I can't help you with, as I don't know how you've installed things on your end. |
Beta Was this translation helpful? Give feedback.
-
@SirNickelston: did you get things to work in the end? |
Beta Was this translation helpful? Give feedback.
-
When I try to print the content of the different topics published by the all_in_one_publisher.py via ROS1 commands like
rostopic echo
orrostopic hz
on the Linux side of the software construct, they have no content. So somewhere along the software chain the information from FS19 (e.g. clock, odom, imu, ...) gets lost.I have to use their software for my bachelor thesis, but now I'm trying to get behind the cause of this problem for more than two weeks. I just do not know what to do anymore.
I hope that this page is still maintained and that you can help me. The all_in_one_publisher.py runs without error messages. It connects to the
roscore
, which is hosted on virtual box with Ubuntu 20.04.6 LTS, as well as to the Farming Simulator the moment it starts to share its data with the commandrosPubMsg true
.The topics are visible in the
rqt_graph
of the Ubuntu machine as soon as theall_in_one_publisher.py
is running. However, the topics remain empty in terms of content, regardless of the actions in Farming Simulator 19.At the moment, I suspect that the problem could be with the pipes. But it is difficult to check this, because as a mechanical engineering student I lack the technical expertise.
In order to verify this, I have tried to create my own named pipes with the same name. However, those are not accepted by
all_in_one_publisher.py
or even other publishers, probably because of their different handle (despite the same settings).I sincerely hope that you can help me to get the software package running.
Do you maybe have a complete installation you could share or an idea where the root of the problem lies?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions