mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Changed default servoj_time for better backwards compatibility and smoother pos_based ros_control
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
||||
min_payload, max_payload);
|
||||
print_debug(buf);
|
||||
|
||||
double servoj_time = 0.008;
|
||||
double servoj_time = 0.08;
|
||||
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