Skip to content

I have NAV2 working with Create 3 :) I cheated a little... Used TurtleBot4 code and merged it with what was working properly with the Create3 Base! #68

Answered by justinIRBT
jerrynsr asked this question in Questions
Discussion options

You must be logged in to vote

In the Nav2 stacks costmap parameters, there are fields:

local_costmap:
  local_costmap:
    ros__parameters:
      resolution: 0.05
      robot_radius: 0.175
      footprint_padding: 0.03

Increasing those values will increase offset from obstacles, but you have to be careful, as if you grow obstacles too much, you won't be able to get through tighter spaces.

The 3D data from the Oak D lite would help to see things outside of the laser plane. For example, if your fan's base is tall enough for the robot to distinguish it from the floor, but below the laser plane, the robot may see it as an obstacle with the 3D sensor. You will have to fool around with the voxel layer z values to get the h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shamlian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants