microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.05k stars 4.48k forks source link

AirSim ROS build failing in WSL1 #4881

Open ghost opened 10 months ago

ghost commented 10 months ago

image

Juanpalai commented 6 months ago

It may be belated to respond, but please consider utilizing the following command:

catkin build -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8

Instead of using catkin_make.