carla-simulator / ros-bridge

ROS bridge for CARLA Simulator
MIT License
513 stars 414 forks source link

Fix string conversion for lastest carla 0.9.12 Server #604

Closed Roosstef closed 2 years ago

Roosstef commented 2 years ago

Fix string conversion for lastest carla 0.9.12 Server in bridge.py


This change is Reviewable

joel-mb commented 2 years ago

Closing this PR as is safer comparing version numbers using LooseVersion than strings (e.g., 0.9.12 < 0.9.8 compares to True using str). Please, feel free to reopen this PR with a more detailed explanation of why change is necessary.