PX4 / PX4-SITL_gazebo-classic

Set of plugins, models and worlds to use with OSRF Gazebo Simulator in SITL and HITL.
http://dev.px4.io/simulation-gazebo.html
368 stars 787 forks source link

build gazebo plugin Error 2 found #944

Open Jagadeeshwaran-thangaraj opened 1 year ago

Jagadeeshwaran-thangaraj commented 1 year ago

Now build the gazebo plugins by typing:

make -j$(nproc) -l$(nproc)

i tried to build this plugin. there is error gazebo_gimbal_controller_plugin.cpp make error found

Jagadeeshwaran-thangaraj commented 1 year ago

To solve this issue replies this file gazebo_gimbal_controller_plugin.cpp in src/sitl_gazebo/src/with gazebo_gimbal_controller_plugin.cpp

After replacing

Try to build

make -j$(nproc) -l$(nproc)

hope make is use to resolve this issue

Jaeyoung-Lim commented 1 year ago

@Jagadeeshwaran-thangaraj Could you make a pull request with the fix?