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

set servoj_gain to 2000

This commit is contained in:
Felix Mauch
2019-06-03 17:27:49 +02:00
parent 4f646bb888
commit ac14f4337c

View File

@@ -44,7 +44,7 @@ static const std::string SERVER_PORT_REPLACE("{{SERVER_PORT_REPLACE}}");
ur_driver::UrDriver::UrDriver(const std::string& robot_ip, const std::string& script_file, ur_driver::UrDriver::UrDriver(const std::string& robot_ip, const std::string& script_file,
const std::string& recipe_file) const std::string& recipe_file)
: servoj_time_(0.008), servoj_gain_(750), servoj_lookahead_time_(0.03) : servoj_time_(0.008), servoj_gain_(2000), servoj_lookahead_time_(0.03)
{ {
LOG_INFO("Initializing RTDE client"); LOG_INFO("Initializing RTDE client");
rtde_client_.reset(new rtde_interface::RTDEClient(robot_ip, notifier_, recipe_file)); rtde_client_.reset(new rtde_interface::RTDEClient(robot_ip, notifier_, recipe_file));