Wei Wang
Wei Wang
@tanay-o @littlefish111 I think there are two possible ways to run kitti2bag in Windows: 1. **Run it in Docker**: Windows 10 and 11 can both install the latest Docker Desktop...
I just fixed some bugs and ran `kitti2bag -t 2011_09_26 -r 0005 raw_synced .` successfully. Solution: Create a new Python 3 virtual environment (I'm using Python 3.9) and run ```shell...
Hi @ajay1606, I tested on Ubuntu 16.04 LTS and Python 3.9 in an Anaconda environment. Every time I work with kitti2bag, I will first run `unset PYTHONPATH` (to remove ROS...
@ajay1606 Awesome, good to know it works for you. :smile:
Thanks, will take a look!
@vanekrus I found a solution to this: create a non-primary window with resize callback that can set viewport size, and set `resizable=False` for viewport. Carefully design the app UI such...
@zhongncku Looks like you downloaded the 0005 dataset instead of 0002 which was used in your command. Try `kitti2bag -t 2011_09_26 -r 0005 raw_synced` instead.
@DataExplorerUser Thank you so much for putting this project on the Dear PyGui showcase page! I really love the way Dear PyGui creates widgets, callbacks and handlers which is pretty...
Will do!
@s95050937 I have created a new repo to store demo rosbag files for testing DearBagPlayer. See #9 or the new README for more details. Cheers!