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
Hi i'm investigating why i get [scaled_joint_trajectory_controller]: Holding position due to state tolerance violation, when i do servoing via moveit cpp api, i should note that the code that gives this message also worked without flaws on real ur10e. It could be only a moveit problem but, it's only a configuration problem from my side.
I'm using your driver picked by source tag 2.4.13 (the code tested was tested using the binary version 2.4.13 which is no longer available), and I followed the tutorial to build a cell with ur.
You say that for servoing is reccomended to use either /forward_position_controller/commands or /forward_velocity_controller/commands. I noted that with the new moveit api you could use /scaled_joint_trajectory_controller/joint_trajectory for servoing (this was working with the binary version of the driver). Using the compiled version of the driver gave [scaled_joint_trajectory_controller]: Holding position due to state tolerance violation. I tried to modify the ros2_controllers.yaml file in particular the costraints and I saw the robot moving so my question is, are there some values that are the best for the configuration? I also want to note that for jazzy, atleast, you are using an older version of ur_servo.yaml, some parameters are changed, you can find here the complete list.
This is my ros2_control.yaml file
Hi i'm investigating why i get
[scaled_joint_trajectory_controller]: Holding position due to state tolerance violation
, when i do servoing via moveit cpp api, i should note that the code that gives this message also worked without flaws on real ur10e. It could be only a moveit problem but, it's only a configuration problem from my side.I'm using your driver picked by source tag 2.4.13 (the code tested was tested using the binary version 2.4.13 which is no longer available), and I followed the tutorial to build a cell with ur.
You say that for servoing is reccomended to use either
/forward_position_controller/commands
or/forward_velocity_controller/commands
. I noted that with the new moveit api you could use/scaled_joint_trajectory_controller/joint_trajectory
for servoing (this was working with the binary version of the driver). Using the compiled version of the driver gave[scaled_joint_trajectory_controller]: Holding position due to state tolerance violation
. I tried to modify the ros2_controllers.yaml file in particular the costraints and I saw the robot moving so my question is, are there some values that are the best for the configuration? I also want to note that for jazzy, atleast, you are using an older version of ur_servo.yaml, some parameters are changed, you can find here the complete list.This is my ros2_control.yaml file
Thanks in advance for your awnsers
The text was updated successfully, but these errors were encountered: