Piotr Durawa

Results 2 issues of Piotr Durawa

OS: ROS2 Humble Problem description: Whenever I try to read /testing_only/track message it shows nothing. Message flow diagram: FSDS -> fsds_ros2_bridge -> ros2 topic echo command/c++ subscriber. Prior investigation conclusions:...

I've discovered that installing the package through the setup.py doesn't work when PyYAML is not preinstalled. That's because setup.py uses this line: `from irsdk import VERSION`. irsdk file is of...