Skip to content

Commit

Permalink
Update plugins/controlboard/src/ControlBoard.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
Nicogene and traversaro authored Dec 16, 2024
1 parent 9381d0e commit c99ebe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/controlboard/src/ControlBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void ControlBoard::Configure(const Entity& _entity,
if(!m_coupling_driver.open(m_pluginParameters))
{
yError() << "gz-sim-yarp-controlboard-system Plugin failed: error in opening yarp "
"coupling driver";
"coupling driver with device name " << coupling_device_str;
return;
}
if(!m_coupling_driver.view(m_controlBoardData.ijointcoupling)) {
Expand Down

0 comments on commit c99ebe7

Please sign in to comment.