Athanasios

Results 11 comments of Athanasios

@Roderfeen could figure this out? I tried qzed suggestion but I am still getting the same errors as you do.

I am also getting this error using pcl 1.10. What I did is, I just did a bit of code unrolling for `pcl::copyPointCloud()` because the problem is with that call....

Hello @hitch22. You still have the issue? I just compiled the image and it seems it is working fine for me. I found [this](https://github.com/NVIDIA/nvidia-docker/issues/1460) that could be relevant for your...

We definitely want to add support for AMD graphic cards, but we don't have one at our disposal at the moment to add support.

> > copyPointCloud > > Can you talk more about how did you solve this issue? Thanks It's been a long time so I don't remember details, I am sorry......

> Just confirming. I have two Archlinux systems, identical configurations using hyperland, both all AMD. One system I have updated, the other hasn't been updated since kernel 6.9.6 -- the...

> I suppose it connects with settings for the rgb camera. Unfortunately there aren't many attributes in the ue5-dev branch. I managed it when built package on commit `ce6eb585aac4d1278b0cfa911fc3942b8eb5b3e9`. Also...

Actually running this for the RGB camera `bp` ```python for attr in bp: print(f"- {attr.id}: {attr.type} (default: {attr.recommended_values if attr.recommended_values else 'N/A'})") ``` I get: ``` - enable_postprocess_effects: Bool (default:...

Sorry for the spam but for me the fix is forcing the `Town10HD_Opt` profile [here](https://github.com/carla-simulator/carla/blob/ue5-dev/PythonAPI/examples/manual_control.py#L1204)

Hi! Yes I did! But I am now on vacation with no laptop access. Once I am back I can be more precise. But on top of my head you...