Skip to content
Snippets Groups Projects

Feature/costmap integration

Merged Fabian Reister requested to merge feature/costmap-integration into master
All threads resolved!

Many changes related to my work on mobile manipulation.

The collision checking is now done initially during onConnectComponent. A costmap will be created and global planning is now based on this. Global planning now only takes ~1ms. However, the creation of the costmap might take several seconds (~10-20s).

Instead of A*, users can now also select the ShortestPathFasterAlgorithm which is applicable if the graph has non-positive edge weights. This might be the case if the distance to the obstacles is considered. The resulting trajectory:

spfa-weight-3

Merge request reports

Merged by Fabian ReisterFabian Reister 3 years ago (Jan 12, 2022 3:26pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Fabian Reister added 2 commits

    added 2 commits

    • bc9d6b28 - navigation simulation scenario update
    • 927ae4f2 - using mask; fix: robot only with collision model (visu model sucks -> segfaults ...)

    Compare with previous version

  • Fabian Reister resolved all threads

    resolved all threads

  • Fabian Reister mentioned in commit 71af4d70

    mentioned in commit 71af4d70

  • Please register or sign in to reply
    Loading