mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 10:20:35 +08:00
Added valgrind to sitl.
This commit is contained in:
@@ -33,7 +33,7 @@ add_custom_target(run_config
|
||||
add_dependencies(run_config mainapp)
|
||||
|
||||
foreach(viewer none jmavsim gazebo)
|
||||
foreach(debugger none gdb lldb)
|
||||
foreach(debugger none gdb lldb ddd valgrind)
|
||||
foreach(model none iris vtol)
|
||||
if (debugger STREQUAL "none")
|
||||
if (model STREQUAL "none")
|
||||
|
||||
@@ -1250,7 +1250,7 @@ Sensors::vehicle_control_mode_poll()
|
||||
void
|
||||
Sensors::parameter_update_poll(bool forced)
|
||||
{
|
||||
bool param_updated=false;
|
||||
bool param_updated = false;
|
||||
|
||||
/* Check if any parameter has changed */
|
||||
orb_check(_params_sub, ¶m_updated);
|
||||
|
||||
Reference in New Issue
Block a user