Closed argahsuknesib closed 2 years ago
Hi @argahsuknesib,
I looked at your repositories, and it looks like you've taken care of it by creating a CUI tool.
https://github.com/argahsuknesib/ROSBag-to-CSV-Python3
I've succeeded in making this PyQt-based conversion tool Python3 compatible, so I'll make a PR.
Hey @Tiryoh , thanks! that would be great.
Hi @AtsushiSakai, I have created a Python 3 compatible version of this tool, but unfortunately it is not compatible with Python 2. I think there are three options:
What is the best way to handle this?
Option 1 is good. I think python3 is already mainstream. So, I added the branch python2
. Feel free to create a PR to support python3.
Option 1 is good. I think python3 is already mainstream. So, I added the branch python2. Feel free to create a PR to support python3.
OK, thanks! I made PR #14. Please check it out.
I am working with ROS Noetic and since it is written in python2 and the fact that PyQt4 is not available for python3. I am facing difficulty working with it. I will try porting it to python3 and I have submitted a pull request to make a new branch for the noetic and beyond.