Open osrf-migration opened 8 years ago
Original comment by jasonzliang NA (Bitbucket: jasonzliang).
Patrick, it appears global position of the foot itself erroneously reported as the force contact position. To calculate the true force contact position and force vector, we need to determine all points of collision of the foot link and the force vector applied at each collision position (in coordinates relative to the foot). However, I am unclear how to access the force applied at each collision point. Carlos, are you familiar with this?
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).
Take a look at this plugin as an example:
It subscribes to the contact sensor, stores the last update inside the callback, and then, process the message stored in the main update loop. Take a look at the gazebo::msgs::contacts.proto
definition too.
Original report (archived issue) by Patrick MacAlpine (Bitbucket: patmac).
In gazebo the center of the FRP values are being reported as where the point of pressure is in global space...this means you actually get global ground truth position information from the FRPs! The center values of the FRPs should be relative to the foot.