carla-simulator / ros-bridge

ROS bridge for CARLA Simulator
MIT License
523 stars 431 forks source link

Fix the missing "response" argument in get_blueprints() signature #647

Open jerry73204 opened 1 year ago

jerry73204 commented 1 year ago

The method get_blueprints() backing the /carla/get_blueprints service misses a response argument. The PR fixes it.


This change is Reviewable