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
I have people (modeled with two circles for the legs) walking around. They follow a specified path.
For that I apply velocities and position transformations to the models.
As result, the marker visualization is doing what's expected, but the laser scan data isn't. The legs are registered at the right position, but not in the right orientation. It is always the initialized orientation ( 0° --> see image).
If I remove the absolute transformations and just apply linear and angular transformations, the error remains.
The text was updated successfully, but these errors were encountered:
I had the density = 0. When setting it to a non-zero value, it works. You can easily reproduce it by spawning two robots and turning one. It results in the same effect.
I have people (modeled with two circles for the legs) walking around. They follow a specified path.
For that I apply velocities and position transformations to the models.
As result, the marker visualization is doing what's expected, but the laser scan data isn't. The legs are registered at the right position, but not in the right orientation. It is always the initialized orientation ( 0° --> see image).
If I remove the absolute transformations and just apply linear and angular transformations, the error remains.
The text was updated successfully, but these errors were encountered: