Adam Ivora

Results 26 comments of Adam Ivora

Hi, for security reasons, BeamNGpy since 1.27 launches BeamNG to listen on the local network interface only by default, you can set it up to listen on all network interfaces...

Hi, thank you for the report. I can reproduce this bug and we will work on fixing it.

Hi, that depends on the definition of what the "drunk driving" mode should include. To have a shakey camera for example, you could start with the `shake` camera mode implemented...

Hi, it's a camera filter, so you need to use it with another mode. I guess you're using the driver camera, so I edited it to use the `shake` filter...

Hi, if you unpacked it correctly, then you should see the `Driver_shake` camera as one of the camera modes, and you can switch to it using the standard keyboard shortcut...

Hi, unfortunately Camera and Lidar sensors are not working on Linux hosts yet. The support is planned for the future. We'll include a better error message to inform users about...

Unfortunately not. We will focus on implementing the support of sensors for Linux hosts for the next updates, but I cannot provide you with a 100% confirmation it will be...

Hi, I will check the problem with settings, but in the meantime, you should be able to do this to enable/disable dynamic collision during runtime: ```python bng.control.queue_lua_command('be:setDynamicCollisionEnabled(false)') ``` Does it...

Hi, does the BeamNG.tech window show at all? If not, then the process crashed and there's a bug with the Linux port which is still in the experimental phase of...

Hi, the steering wheel angle is just visual, as reported in the comment. Support for RWA to control the vehicle is on our backlog, but with no ETA.