mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 18:10:47 +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");
|
LOG_INFO("Message received");
|
||||||
std::string str(msg->data);
|
std::string str(msg->data);
|
||||||
if (str.back() != '\n')
|
if (str.back() != '\n')
|
||||||
str.append('\n');
|
str.append("\n");
|
||||||
|
|
||||||
switch (state_)
|
switch (state_)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user