-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WVN results on our data #313
Comments
Hi @AfonsoEloy, it's great to see you testing WVN on your data.
Let me know how it goes |
Hi @mmattamala! I am glad to tell you that the problem was indeed the footprint frame -- considering that in the simulation example you were using the base_link for both the base and the footprint, I also did the same on our data. When I properly created a footprint frame for our robot, the behavior of your technique is now outstanding! For future reference, I leave here a couple of prints in the same timestamps as before to show the improvement. Once again, thank you so much for your help! |
Hi @AfonsoEloy, this is awesome! I'm glad to know you discovered the problem. Thanks a lot for sharing your results, this looks super exciting :) |
Hello again guys! We have now integrated your system with our data, but the results don't quite look like the ones from the jackal sim or the paper. As such, I'm attaching some images and debug info in the hope you can check if this is normal for some reason, or perhaps point us in the right direction to tune the configs.
The relevant part of our setup for this work consists of a Unitree Go1 EDU robot and a RealSense D435i recording RGB at 640x480@6fps. The robot generates velocity estimates at 50Hz and we compute the Twist commands sent to the robot from the joystick feedback and the known maximum velocities achievable by the robot in its current gait.
First few seconds of operation with 120 images, 6 model updates and 15 valid nodes (Image callback: front... step: 80 | loss: 0.240516 | loss_trav: 0.204203 | loss_reco: 0.474659):
215 seconds of operation with 1266 images, 177 model updates and 419 valid nodes (Image callback: front... step: 1640 | loss: 0.036430 | loss_trav: 0.142824 | loss_reco: 0.068188):
240 seconds (just to show that it learned the sidewalk quite fast):
355 seconds of operation with 2117 images, 295 model updates and 768 valid nodes (Image callback: front... step: 2240 | loss: 0.048374 | loss_trav: 0.190312 | loss_reco: 0.094069)
The results then tend to stabilize, i.e., the horizon line (or canopies) roughly separate the traversable from the non-traversable regions, in a total of 1099 seconds of data.
The text was updated successfully, but these errors were encountered: