Skip to content

Commit 0e5ef95

Browse files
author
Felix Mauch
committed
Updated ROS interface documentation
1 parent 79b49cf commit 0e5ef95

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

ur_robot_driver/doc/ROS_INTERFACE.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ This is the actual driver node containing the ROS-Control stack. Interfaces docu
631631

632632
* "**dashboard/program_state**" (ur_dashboard_msgs/GetProgramState)
633633

634-
Service the query the current program state
634+
Service to query the current program state
635635

636636
* "**dashboard/quit**" ([std_srvs/Trigger](http://docs.ros.org/api/std_srvs/html/srv/Trigger.html))
637637

@@ -714,14 +714,6 @@ This is the actual driver node containing the ROS-Control stack. Interfaces docu
714714

715715
robot_hw_nh.param<std::string>("tf_prefix", tf_prefix_, "");
716716

717-
* "Symbol: **this_thread**" (default: "&params")
718-
719-
Please add description. See hardware_interface_node.cpp line number: 98
720-
721-
722-
723-
int ret = pthread_setschedparam(this_thread, SCHED_FIFO, &params);
724-
725717
* "**tool_baud_rate**" (Required)
726718

727719
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
795787

796788
* "**get_robot_mode**" (ur_dashboard_msgs/GetRobotMode)
797789

798-
Service the query the current robot mode
790+
Service to query the current robot mode
799791

800792
* "**get_safety_mode**" (ur_dashboard_msgs/GetSafetyMode)
801793

802-
Service the query the current safety mode
794+
Service to query the current safety mode
803795

804796
* "**load_installation**" (ur_dashboard_msgs/Load)
805797

@@ -875,11 +867,8 @@ This is the actual driver node containing the ROS-Control stack. Interfaces docu
875867
The IP address under which the robot is reachable.
876868

877869
### 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
882870

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
883872

884873
#### Service Clients
885874
* "**dashboard/brake_release**" ([std_srvs/Trigger](http://docs.ros.org/api/std_srvs/html/srv/Trigger.html))
@@ -919,7 +908,7 @@ It should best be started inside the hardware interface's namespace
919908

920909
Topic on which the safety is published by the driver
921910

922-
#### Action servers
911+
#### Actions
923912
* "**set_mode**" (ur_dashboard_msgs/SetMode)
924913

925914
Action server to set the robot into a specific mode (e.g. RUNNING). If desired, program

0 commit comments

Comments
 (0)