You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add description. See hardware_interface_node.cpp line number: 98
720
-
721
-
722
-
723
-
int ret = pthread_setschedparam(this_thread, SCHED_FIFO, ¶ms);
724
-
725
717
* "**tool_baud_rate**" (Required)
726
718
727
719
Baud rate used for tool communication. Will be set as soon as the UR-Program on the robot is started. See UR documentation for valid baud rates. Note: This parameter is only evaluated, when the parameter "use_tool_communication" is set to TRUE. Then, this parameter is required.
@@ -795,11 +787,11 @@ This is the actual driver node containing the ROS-Control stack. Interfaces docu
@@ -875,11 +867,8 @@ This is the actual driver node containing the ROS-Control stack. Interfaces docu
875
867
The IP address under which the robot is reachable.
876
868
877
869
### robot_state_helper
878
-
This node prints the robot- and safety mode to ROS logging and offers an action to set the robot to
879
-
a specific mode (e.g. for initial startup or recovery after a protective stop or EM-Stop).
880
-
881
-
It should best be started inside the hardware interface's namespace
882
870
871
+
This node prints the robot- and safety mode to ROS logging and offers an action to set the robot to a specific mode (e.g. for initial startup or recovery after a protective stop or EM-Stop). It should best be started inside the hardware interface's namespace
0 commit comments