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
379 stars 798 forks source link

HITL PX Camera problem #719

Closed doman93 closed 3 years ago

doman93 commented 3 years ago

I am currently working on the PX HITL with the following configurations:

foundGimbal:foundCameraAction:foundCameraMode false false false

Going deep into HITL architecture of PX4, I found out that only commands concerning motor will be sent from PX to simulator Gazebo via ttyACM0. Therefore, I assumed the issues coming from the fact that PX4 triggered the physical real camera (which does not exist in reality) but it did not trigger the simulated camera since no camera commands is sent to gazebo. My assumption is right ? In that case, there is any solution to indicate Gazebo triggering the simulated camera ?

doman93 commented 3 years ago

It seems the team sitl_gazebo cannot answer hitl question since it concerns also the firmware of PX4, thus I will move it to PX4 forum