Questions tagged [beamng]

https://www.beamng.com/ is a car simulator software. The research version has APIs for multiple programming languages

Links

5 questions
2
votes
1 answer

Splitting of Arduino Serial input into multiple strings

Hello and thank you in advance for any help. I have an application which reads speed, rpm and gear values from BeamNG Drive and Serial prints them to a COM Port. It works in a loop, separating the values using end bytes. RPM_END_BYTE = '+';…
1
vote
0 answers

BeamNG: VStates not queued

I´m working with BeamNG.research and communicating with it using Python3.6 and the client BeamNGPy. The current application is able to: open BeamNG load a scenario control the spawned vehicle. But I have problems retrieving the current vstate of…
TrackerSB
  • 317
  • 6
  • 19
1
vote
2 answers

Evenly distributing weight among points

I'm working on an application for BeamNG where users enter the center of gravity and total weight of their physics structure, then the program will load in all the XYZ positions of the structure and weight each point individually in KG. Does anybody…
aaro4130
  • 115
  • 1
  • 9
1
vote
1 answer

BeamNG inputmap syntax error for USB Joystick

I wanted to make inputmap for my USB Joystick. I made all like in this tutorial: http://wiki.beamng.com/Playing My inputmap: // Product Name: (USB Joystick) // GUID: (00030E8F-0000-0000-0000-504944564944, format:…
janw23
  • 65
  • 6
0
votes
0 answers

Integration of BeamNG.tech in Gazebo for simulation in ROS

Gazebo supports multiple physics engines, with ODE being the most common. However, especially concerning soft-body physics, BeamNG has many advantages. Is it possible to use the BeamNG engine in Gazebo for simulation in ROS? So far, I didn't find…
Dr No
  • 118
  • 5