-
Notifications
You must be signed in to change notification settings - Fork 76
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
md5sum mismatch : Connection drop #12
Comments
Sorry for the late reply!! I think it's the problem of ROS noetic. On my desktop (ROS Melodic), it still works fine. I think this is because the rosbag is from the ROS Melodic. :( Why don't you use offline Kitti mode? |
I meet the same problem, but I use the ROS Melodic. Maybe the problem is caused by other things. Could you help? |
I meet the same problem,too. I use the ROS Melodic.Could you help? |
@XFFer @DavidsShi I think we have to create a new ros node which convert msg datatype from sensor_msgs/PointCloud2 to patchwork/node. Then, this issue will be solved. |
Thank you so much ,the problem has been solved~ |
Holy moly!!!! sorry for my late reply. I'm about to graduate in this year so I have no time haha.... Anyway, I'm terrible sorry for providing less-generalized examples. I think using pre-made rosbag is not helpful for generalization, and not intuitive as well. 👍 So I extensively modify README.md and contents. So you can run by following instructions: Online (ROS Callback) KITTI datasetWe also provide rosbag example. If you run our patchwork via rosbag, please refer to this example.
Then you can see the below message:
In short, I just added psuedo-publisher for compatibility. 👍 And here's other revised example when you use your own ros bag file capture by your mobile robot:
Note that the type subscribed data is
Note that
|
Anyway, thank you for your kind assistance @hwan0806 !!!! |
May I close this issue? If there are any problem, please feel free to say to me |
I am trying to run rosbag_kitti.launch on a rosbag which contains
sensor::PointCloud2
message. Using Ubuntu 20.04, ROS Noetic.On running rosbag, I am getting --
According to internet there is a mismatch in what the subscriber is asking for and what my rosbag is publishing. The same rosbag works well on
pub_for_legoloam.launch
. I compared the two files and found out the difference being line 150 inrosbag_kitti.cpp
:and line 90 on
pub_for_legloam.cpp
:That's what I think on a primary check. Can you help? You can try running any rosbag with PointCloud2 msgs and try running it with
rosbag_kitti.launch
. Could it be due to ROS Noetic??The text was updated successfully, but these errors were encountered: