Skip to content

Commit

Permalink
[sq] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Apr 7, 2020
1 parent 48eca76 commit ecf870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/scenario/controllers/src/ComputedTorqueFixedBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ bool ComputedTorqueFixedBase::initialize()
}

if (!(m_model && m_model->valid())) {
gymppError << "Couldn't initialize controller. Robot not valid."
gymppError << "Couldn't initialize controller. Model not valid."
<< std::endl;
return false;
}
Expand Down

0 comments on commit ecf870d

Please sign in to comment.