mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Broken build fix, oops!
This commit is contained in:
@@ -15,7 +15,7 @@ void URScriptHandler::urscriptInterface(const std_msgs::String::ConstPtr& msg)
|
||||
LOG_INFO("Message received");
|
||||
std::string str(msg->data);
|
||||
if (str.back() != '\n')
|
||||
str.append('\n');
|
||||
str.append("\n");
|
||||
|
||||
switch (state_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user