PX4 / PX4-SITL_gazebo-classic

Set of plugins, models and worlds to use with OSRF Gazebo Simulator in SITL and HITL.

Home Page:http://dev.px4.io/simulation-gazebo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build gazebo plugin Error 2 found

Jagadeeshwaran-thangaraj opened this issue · comments

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

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

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