-
Notifications
You must be signed in to change notification settings - Fork 9
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
report MemoryError when playback bagfile #14
Comments
It seems that the download has not been finished. The bag file should not end with '.baiduyun.p.downloading'. Once finished, the file name should be 'ALoop_fast_disturbed_surround.bag' exactly. |
oh, it's my mistake, thanks a lot again! |
hi Thanks! |
Sorry for the late reply. A simple solution is to write a ROS node to listen to the CompressedImage topic and publish the Image topic. If you just want to visualize the images, you can read out and save the images. |
thanks for your help! |
Hi, many thanks! |
my email is [email protected] |
Sorry that no existing IPM code is left. However, it can be realized by projecting images according to the extrinsic. Just define an empty image ground plane, project the surrounding images separately on the plane, calculate the exact region of each surrounding image on the ground plane accordingly, and clip and mix them. Maybe you can get help from a chat AI. |
thanks for your reply in short time, yes, this way is possible if the distortion parameter of cameras in simulate enviroment are clear, but i am not sure whether the params i got from the sample in herehttps://www.svlsimulator.com/docs/simulation-content/sensors-list/#color-camera are right |
sorry, that link seems can't click directly in here, maybe need copy to browser and open |
All parameters can be found in folder |
I checked those config files in |
@jarvishou829 Hello, can you provide the homography matrix from fishseye image to BEV image? Thanks, I can't found out the right one, or can you provide the surround view image correspond to BEV image named with 1647xx.xx timestmap? |
Hello author, may I ask if the true value trajectory of the dataset can be provided? For example, when comparing algorithms such as lio-sam in the paper, it seems that the reference trajectories used are not in the folder. Can you share these reference trajectories? [email protected], thank you very much indeed. |
Hi,
Thanks for your excellent work.
But it didn't seem play back the bag file such "ALoop_fast_disturbed_surround.bag.baiduyun.p.downloading" successfully in my machine.
below is my env and command:
ros version: melodic
command: rosbag info ALoop_fast_disturbed_surround.bag.baiduyun.p.downloading
and then it reported MemoryError.
did you meet this issue or could you help give ideas for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: