Skip to content

Commit

Permalink
Fix compilation in gazebo_yarp_forcetorque
Browse files Browse the repository at this point in the history
Fix #588
  • Loading branch information
traversaro committed Nov 20, 2021
1 parent 5445577 commit 6b9d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/forcetorque/src/ForceTorque.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void GazeboYarpForceTorque::Load(sensors::SensorPtr _sensor, sdf::ElementPtr _sd

if(!driver_properties.check("yarpDeviceName"))
{
scopedDeviceName = m_sensorName + "::" + driverList[0]->key;
scopedDeviceName = m_sensorName + "::" + driver_list[0]->key;
}
else
{
Expand Down

0 comments on commit 6b9d323

Please sign in to comment.