Skip to content

Commit

Permalink
Update devices/YarpRobotLoggerDevice/include/BipedalLocomotion/YarpRo…
Browse files Browse the repository at this point in the history
…botLoggerDevice.h

Co-authored-by: Stefano Dafarra <[email protected]>
  • Loading branch information
LoreMoretti and S-Dafarra authored Dec 3, 2024
1 parent 9c5e992 commit 152ee52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class YarpRobotLoggerDevice : public yarp::dev::DeviceDriver,
std::mutex m_bufferManagerMutex;
robometry::BufferManager m_bufferManager;

const std::string m_rpcPortName{"/YarpRobotLoggerDevice/commands/rpc:i"}; /**< name of Remote
const std::string m_rpcPortName{"/commands/rpc:i"}; /**< name of Remote
Procedure Call port. */
yarp::os::Port m_rpcPort; /**< Remote Procedure Call port. */

Expand Down

0 comments on commit 152ee52

Please sign in to comment.