Meaning of the acceleration detected by sensor/framelinacc #2011
Replies: 2 comments
-
Hello, I can try to give a preliminary answer for the first 2 questions 2: Because the 3: I'm not entirely sure. When the data was recorded, was the arm fully settled at the end? |
Beta Was this translation helpful? Give feedback.
-
@Balint-H Thanks for your kind help which helps me with the first two questions.
The sensor data is recorded after each
and the whole end-effector trajectory is finished with the IK controller. I'm not sure if the decrease in acceleration measured by |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
When I learned how to add force-related sensors and collect data, I was confused about the meaning of the acceleration measured by
sensor/framelinacc
. According to the document,I tried to add this sensor to the box object and check the exact value. Here is the whole manipulation process:
Screencast.2024-01-10.20.35.46.mp4
Then, I collect the acceleration data in the z-direction where the horizontal axis represents the timestep.
Before the object was grasped, the measured acceleration was approximately 9.8 and vertically upward. After the object was grabbed, the direction of the acceleration did not change but the value became smaller.
So, my confusions are
what does this acceleration (which can also be seen as a kind of force) represent?
If this sensor measures the acceleration acting on the frame of the object, why is the acceleration not equal to zero (considering gravity) before grasp?
Why does the acceleration become smaller after the grasp?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions