mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 18:10:47 +02:00
Changed minimum servoj time. Fixes #3
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
min_payload, max_payload);
|
||||
print_debug(buf);
|
||||
|
||||
double servoj_time = 0.016;
|
||||
double servoj_time = 0.008;
|
||||
if (ros::param::get("~servoj_time", servoj_time)) {
|
||||
sprintf(buf, "Servoj_time set to: %f [sec]", servoj_time);
|
||||
print_debug(buf);
|
||||
|
||||
Reference in New Issue
Block a user