Questions on Joint Error in Kinematic Chain #41
-
Hi, I want to ask some questions about joint error in the evaluation of Task 2 and 3:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, For your first question:
No, the value is going to be any number between +- 5 degrees for the first two joints, and +-5 mm (or 0.05 simulation units) for the third joint. So for example, we could introduce a joint error of -2.9 deg, 4.1 deg, and 0.5 mm for the first three joints respectively. For your second point
Thanks for pointing this out. Yes, as quoted in the discussion that you referenced, the joint errors are going to be added to the first three joints, however, currently they are only being added to the first two. We shall add the third joint error shortly, meanwhile, you can also add it yourself. Hope that answers your questions. |
Beta Was this translation helpful? Give feedback.
-
Hi Hongbin, |
Beta Was this translation helpful? Give feedback.
Hi Hongbin,
We have added the implementation for modeling the joint errors for the first three joints in PR #43. To test and better develop your algorithms, you can dynamically change the joint errors (i.e. directly set their value rather than random generation) by using the ROS topic interface before starting to control the PSMs. The ROS topic is
/ambf/env/<psm_arm_type>/errors_model/set_errors
, where<psm_arm_type>
is eitherpsm1
orpsm2
. Check the implementation for more details