Skip to content

Commit

Permalink
add default port prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
LoreMoretti committed Dec 4, 2024
1 parent e80cdad commit 296f786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ bool YarpRobotLoggerDevice::open(yarp::os::Searchable& config)
}

// open rpc port for YarpRobotLoggerDevice commands
std::string portPrefix{};
std::string portPrefix{"/yarp-robot-logger"};

if (!params->getParameter("port_prefix", portPrefix))
{
Expand Down

0 comments on commit 296f786

Please sign in to comment.