mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
added launch files
This commit is contained in:
@@ -15,7 +15,7 @@ UrDriver::UrDriver(std::condition_variable& msg_cond, std::string host,
|
||||
std::vector<std::string> joint_names, unsigned int safety_count_max) {
|
||||
rt_interface_ = new UrRealtimeCommunication(msg_cond, host,
|
||||
safety_count_max);
|
||||
maximum_time_step_ = 2.;
|
||||
maximum_time_step_ = 0.08;
|
||||
joint_names_ = joint_names;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user