From 9e2e847d5285290178b12c1d5e8a2506c762a739 Mon Sep 17 00:00:00 2001 From: Jason Peng Date: Tue, 16 Jan 2024 12:07:35 +0800 Subject: [PATCH] [docs] optimize the doc for velo/acc in Move srv --- xarm_gazebo/launch/uf850_beside_table.launch | 63 ++++++++++++++++++++ xarm_msgs/srv/Move.srv | 6 +- xarm_msgs/srv/MoveAxisAngle.srv | 6 +- 3 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 xarm_gazebo/launch/uf850_beside_table.launch diff --git a/xarm_gazebo/launch/uf850_beside_table.launch b/xarm_gazebo/launch/uf850_beside_table.launch new file mode 100644 index 00000000..e25ea6a0 --- /dev/null +++ b/xarm_gazebo/launch/uf850_beside_table.launch @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xarm_msgs/srv/Move.srv b/xarm_msgs/srv/Move.srv index 1879fe07..2845f844 100755 --- a/xarm_msgs/srv/Move.srv +++ b/xarm_msgs/srv/Move.srv @@ -1,6 +1,6 @@ # request: command specification for motion executions. # Units: -# joint space/angles: radian, radian/s and radian/s^2. +# joint space/angles: radian. # Cartesian space: mm, mm/s, and mm/s^2. # time: sec @@ -10,11 +10,11 @@ float32[] pose -# mvvelo: specified maximum velocity during execution. linear or angular velocity +# mvvelo: (value range: 0 ~ 1000) specified maximum velocity during execution. linear (0 to 1000 mm/s) or angular (range 0~1000 for 0 to 3.14 rad/s) velocity. float32 mvvelo -# mvacc: specified maximum acceleration during execution. linear or angular acceleration. +# mvacc: specified maximum linear acceleration (mm/s^2) during execution. (angular acceleration is fixed currently). float32 mvacc diff --git a/xarm_msgs/srv/MoveAxisAngle.srv b/xarm_msgs/srv/MoveAxisAngle.srv index 40435d42..7384cbb5 100644 --- a/xarm_msgs/srv/MoveAxisAngle.srv +++ b/xarm_msgs/srv/MoveAxisAngle.srv @@ -1,7 +1,7 @@ # request: command specification for axis-angle motion executions. # Units: # Linear: mm, mm/s, and mm/s^2. -# Angular: radian, radian/s and radian/s^2. +# Angular: radian. # time: sec # pose: target coordinate. @@ -9,11 +9,11 @@ float32[] pose -# mvvelo: specified maximum velocity during execution. linear or angular velocity +# mvvelo: (value range: 0 ~ 1000) specified maximum velocity during execution. linear (0 to 1000 mm/s) or angular (range 0~1000 for 0 to 3.14 rad/s) velocity. float32 mvvelo -# mvacc: specified maximum acceleration during execution. linear or angular acceleration. +# mvacc: specified maximum linear acceleration (mm/s^2) during execution. (angular acceleration is fixed currently). float32 mvacc