AtsushiSakai / rosbag_to_csv

Converter from ros bag to csv
325 stars 140 forks source link

install error in wsl2 #12

Open csj3684 opened 3 years ago

csj3684 commented 3 years ago

Hi.

I wanna use rosbag to csv, so tried to install it by README. but I have some errors.

I think I resolved 'ROS distro is not set' by add '--rosdistro=ROS_DISTRO', but still have two errors.

and I installed python-rospy in person by 'sudo apt install python-rospy' (of course, I did apt upgrade and update) but it also have error

And I installed python3-rospy but I stll have the same errors.

and when it comes to pyqt4-dev-tools, I have a following error.

What do I do ??

Thank you.

csj3684 commented 3 years ago

I'm running it on WSL2,

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal

python 3.8 (64bit)

I have the same errors with python 2.7 (64bit)

csj3684 commented 3 years ago

I just resolved all things. I think I should've run with python 2.

but another issue comes.

I did run and convert it and it said "Finish Conver" with pop up. but in the path ~/.ros, No csv file.

Anything to know ??

thank you.

NekooyCollins commented 2 years ago

@csj3684 Hi, the csv files are under catkin_ws folder on my computer