Skip to content

Commit

Permalink
Add missing return false
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 6, 2024
1 parent 6938303 commit 3d5ff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/wholeBodyDynamics/WholeBodyDynamicsDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@ bool WholeBodyDynamicsDevice::loadSettingsFromConfig(os::Searchable& config)
if( !prop.check("HW_USE_MAS_IMU") )
{
yError() << "wholeBodyDynamics : missing required group parameter HW_USE_MAS_IMU";
return false;
}
else
{
Expand Down

0 comments on commit 3d5ff94

Please sign in to comment.