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
Context: I am working on a wheeled robot which can "intelligently" move around your home (think of robotic vacuums) by
Perception: Getting a 3d map of the home
Planning: Go from A (say kitchen) to B (say bedroom) using the above map.
Two question
All the examples in the codebase were on "more complicated" robots. I would assume this codebase should be able to support my wheeled robot. But I wanted to double check if thats correct?
Is this software an overkill since wheeled robots are "easy".