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
We used a custom 3D planning approach for that paper, but the code was not released as open source. However the planner was not meant for real-time object avoidance like egoplanner, but more for exploration. In all cases, rtabmap provides the 6DoF pose of the drone, so you can replace move_base with any planner. If egoplanner takes care of the 3D occupancy grid already, then you just need the output pose from rtabmap. rtabmap can produce an OctoMap online though if needed (at 1 Hz), but for fast flying, you would need a fast real-time updated local occupancy grid.
for example,use egoplanner
i want to chang move_base to egoplanner .
The text was updated successfully, but these errors were encountered: