Salih Marangoz

Results 8 issues of Salih Marangoz

Hello there, I found several issues in your code and fixed them: - Output timestamps must be equal to the input laser scan timestamp. Because some computers may be slow...

https://www.reddit.com/r/tuxedocomputers/comments/uke606/how_do_i_prevent_my_keyboard_resetting_its/

https://python-dbus-next.readthedocs.io/en/latest/

I think this is forgotten.

Hello, I am developing a Qt application using this package. I thought it would be worth mentioning in the readme. https://github.com/salihmarangoz/ite8291r3-gui Also, thanks for your work! It runs perfectly.

- Updated .gitignore - Updating pip in run.sh - Updating gdown in run.sh This may be better in the long term. - Since the requirements.txt is generated using Python 3.10,...

I was just testing YOLOv8 with OpenCL using a webcam: ``` GPU=1 DEBUG=4 python3 examples/yolov8.py webcam n ``` However, I got OpenCL compile error like this: ``` :103:25: error: call...

There is an example with fake controllers [here](https://github.com/xArm-Developer/xarm_ros/blob/master/examples/multi_xarm5/launch/two_sim_xarm5.launch) but I would like to run it with Gazebo. The trajectory controller doesn't work whatever I did to solve it. Any ideas?