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
Following the odometry publisher plugin description, both pose and twist messages should be noisy but only the twist has noise. (Notice the blue point in the graph corresponding the model pose).
Alternatives considered
Checking the source code, pose in odometry message is built directly getting the model pose in world:
Desired behavior
Following the odometry publisher plugin description, both pose and twist messages should be noisy but only the twist has noise. (Notice the blue point in the graph corresponding the model pose).
Alternatives considered
Checking the source code, pose in odometry message is built directly getting the model pose in world:
gz-sim/src/systems/odometry_publisher/OdometryPublisher.cc
Lines 358 to 366 in 990f1c2
Implementation suggestion
I guess the better way to do it to integrate noisy velocity to get pose with some drift.
Additional context
I used Gazebo Sim, version 8.3.0, installed by binaries. But, I copied OdometryPublisher from
gz-sim9
branch and compiled it manually.The text was updated successfully, but these errors were encountered: