Skip to content

Commit

Permalink
Update MaisSensorDriver.h
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 18, 2024
1 parent 710cb73 commit 56fb8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/maissensor/include/yarp/dev/MaisSensorDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class yarp::dev::GazeboYarpMaisSensorDriver:

yarp::os::Stamp m_lastTimestamp; /**< timestamp, updated with simulation time at each onUpdate call */

std::mutex m_mutex;
mutable std::mutex m_mutex;
yarp::sig::VectorOf<JointType> m_jointTypes;

int m_channels_num;
Expand Down

0 comments on commit 56fb8ea

Please sign in to comment.