huqin-RM

Results 12 comments of huqin-RM

I also encountered this problem GRPC returns 503, but my error is google.api_core.exceptions.RetryError: Deadline of 60.0s exceeded while calling target function, last exception: 503 failed to connect to all addresses;...

> 我也遇到了这个问题 GRPC 返回 503,但我的错误是 google.api_core.exceptions.RetryError: Deadline of 60.0s超过调用目标函数时,最后一个异常:503 无法连接到所有地址;最后一个错误:未知:ipv4:172.217.160.74:443:无法连接到远程主机:FD 关闭。 IP无法访问 You can bypass GRPC and use rest: genai.configure(api_key=GOOGLE_API_KEY,transport='rest')

> > > 我也遇到了这个问题 GRPC Return 503,但我的错误是 google.api_core.exceptions.RetryError: Deadline of 60.0s 超过调用目标函数时,最后一个异常:503 无法连接到所有地址;最后一个错误:未知: ipv4:172.217.160.74:443:无法连接到远程主机:FD关闭。IP无法访问 > > > > > > 您可以绕过 GRPC 并使用休息: > > genai.configure(api_key=GOOGLE_API_KEY,transport=“休息”) > > 谢谢,已经成功了。我还想知道为什么你知道这种方法可行? Because...

> 大家好,我正在玩`soft_contacts`,似乎已经弄清楚了(注意我只玩过盒子)。 > > 这是我的盒子模型: > > ``` > > 0 0 1 0 0 0 > > > 10.0 > > > 6.64 > 0.0 > 0.0 > 6.64...

I want this function because I want to realize the livox 360 radar simulation. This radar is spiral scanning, and gpu_ray cannot realize this. So when will this function be...

@romulogcerqueira Will this feature be pushed forward to the official version?

I tried to change the refresh rate and sampling, and the factor changed directly from 92% to 50% This is my computer configuration [18:34:19][ 13 us][info]: RGL Version 0.20.0 branch=develop...

> [@huqin-RM](https://github.com/huqin-RM) > > > In order to get closer to the real MID360 radar, motion distortion is taken into account. Is it possible to increase the update frequency to...

> Thank you for your question. In the current implementation, if two or more sensor are triggered on the same simulation state, the scene is rebuilt once. We use cache...