Alexander Kutsan

Results 40 comments of Alexander Kutsan

Have the same situation, Port 80 is blocked. I don't have Serial2USB dongle. Is there any other option to enable rtsp without serial console?

Have problem after ``` sudo kextutil /Library/Filesystems/macfuse.fs/Contents/Extensions/10.16/macfuse.kext Executing: /usr/bin/kmutil load --bundle-path /Library/Filesystems/macfuse.fs/Contents/Extensions/10.16/macfuse.kext Error Domain=KMErrorDomain Code=27 "Extension with identifiers io.macfuse.filesystems.macfuse not approved to load. Please approve using System Preferences." UserInfo={NSLocalizedDescription=Extension with...

Commenting this exit gives an ability to run ros_bridge against carla 0.9.13 But there are still issues in some use cases : ``` Traceback (most recent call last): File "/opt/ros/foxy/lib/python3.8/site-packages/launch/launch_service.py",...

Same question from me :-) Not able to use 9.1.12 because of issue https://github.com/carla-simulator/carla/issues/3599 But 9.1.13 not compatible with ROS bridge

@constXife https://github.com/colobot/colobot/pull/1538 fix is small, you can fix it locally

BTW, I was able to run colobot. The issue was in MacOS permissions. Way to run: ``` $ cd $ ./colobot --datadir ../data ``` But now I have issues with...

It looks like a warning instead of an error. I would better remove `-Werror,-Wunused-but-set-variable` compilation flags. What OS are youu using?

Will wait, thanks in advance

I have a similar issue. I am trying to use this repo as a module with import. ``` developer@5401b999b93e:~$ git clone --recurse-submodules https://github.com/mikel-brostrom/Yolov7_StrongSORT_OSNet.git Cloning into 'Yolov7_StrongSORT_OSNet'... remote: Enumerating objects: 1655,...

Found an ugly workaround: ``` import os import sys from pathlib import Path FILE = Path(__file__).resolve() ROOT = FILE.parents[0] # yolov5 strongsort root directory sys.path.append(str(ROOT / 'Yolov7_StrongSORT_OSNet')) # add yolov5...