mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Verified that the use of a char buffer + string concatenation is actually faster than a stringstram
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "ur_realtime_communication.h"
|
||||
#include <vector>
|
||||
#include <math.h>
|
||||
#include <string>
|
||||
|
||||
class UrDriver {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user