1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

Made calibration extraction a working node.

This commit is contained in:
Felix Mauch
2019-05-28 10:03:23 +02:00
parent 22f392222e
commit 157b5a696c
7 changed files with 153 additions and 150 deletions

View File

@@ -123,7 +123,7 @@ public:
default:
{
LOG_WARN("Invalid robot package type recieved: %u", static_cast<uint8_t>(type));
LOG_DEBUG("Invalid robot package type recieved: %u", static_cast<uint8_t>(type));
bp.consume();
return true;
}