hku-mars / loam_livox

A robust LiDAR Odometry and Mapping (LOAM) package for Livox-LiDAR
GNU General Public License v2.0
1.44k stars 436 forks source link

bag path do not exist #14

Closed Niexiaoer closed 4 years ago

Niexiaoer commented 4 years ago

I try to roslaunch the program with the downloaded file and try to input like this: roslaunch loam_livox rosbag.launch rosbag play /home/Downloads/CYT_02.bag get the roslaunch error: The following input files do not exist: /home/Downloads/CYT_02.bag, I don't know why?

ziv-lin commented 4 years ago

Hi~ The bag file "CYT_02.bag" is not in the directory "/home/Downloads/" (and I guess the right path is "/home/XXX/Downloads/", where XXX is your user name), please give the path correctly.

Niexiaoer commented 4 years ago

Thank you for your help, I have found my fault. It’s not about the path of the bag file, I didn’t know that I should open another terminal to do the second line command. Now it works.

On Oct 5, 2019, at 10:08 PM, ziv-lin notifications@github.com wrote:

Hi~ The bag file "CYT_02.bag" is not in the directory "/home/Downloads/" (and I guess the right path is "/home/XXX/Downloads/", where XXX is your user name), please give the path correctly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hku-mars/loam_livox/issues/14?email_source=notifications&email_token=AFQPOHRQX47Y2EIUWMU4UR3QNCNWNA5CNFSM4I5XTFK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEANTCAI#issuecomment-538652929, or mute the thread https://github.com/notifications/unsubscribe-auth/AFQPOHVKELONYYDHDXQKV6DQNCNWNANCNFSM4I5XTFKQ.

ziv-lin commented 4 years ago

OK, glad to hear that you have resolved your problem:)