BenchBot is a tool for seamlessly testing & evaluating semantic scene understanding tools in both realistic 3D simulation & on real robots
BSD 3-Clause "New" or "Revised" License
110
stars
12
forks
source link
Dead reckoning mode currently gives ground_truth poses #55
Closed
btalb closed 2 years ago
The new Omniverse-powered Isaac Sim gives ground truth odometry at all times, whereas the old version gave noisy odometry.
We need to create a persistent node to be run by the controller that:
map -> odom
linkodom -> base_link
link with a noisy versionOur existing integrations will then ensure the user receives the correct version based on their selected mode.