berndgassmann

Results 41 comments of berndgassmann

Hi, I also observe the same issue again with using a larger map. Therefore, I tried with the other proposed solution of the initial problem again. Just updated that branch...

Ok, thanks. So I just reopened the PR #571.

This issue seems directly connected to our issue on LGPL-2.1-only license that scorecard is also not handling correctly. But without the Licence being reported by github, scorecard changes won't become...

This PR is replaced by a step-wise (stacked) approach: 1.) #7919 2.) https://github.com/berndgassmann/carla/pull/1 3.) https://github.com/berndgassmann/carla/pull/2 the later both will be switched to merge into dev when the previous one is...

I don't know what pycharm is and how it works; but that tool is not required to install the qgis plugin. Did you follow the description here? https://github.com/carla-simulator/map/blob/master/doc/ad_map_access_qgis/ad_map_access_qgis.md#download-and-install-without-building 1. Download...

We didn't build that library yet on windows. I have no glue what adaptions might be required to do so. It might be straight forward to build it there using...

At least I've started a small weekend/evening project now to build with colcon under windows; so might be able to deliver also a pip install soon. But I can't provide...

Hi, Hmm, that's interesting that no one else found that problem so far. I guess you are using multiple RSSSensors (or multiple vehicles with attached RSSSensor). The cleanup() call before...

Rebased to the (hopefully) fixed step2 commit. And reverted some unnecessary interface changes on ROS side to allow maximum compatibility to the previous ros_bridge behavior. Currently mainly some features implemented...

When this is merged, also the updated carla_msgs should be merged into the dev branch https://github.com/carla-simulator/ros-carla-msgs/pull/24 Then we should create also dev branch within the ros-bridge repository that we don't...