-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configure costmap for the lane lines and occupancy grid #43
Comments
@Jiawei-Liao get this done by friday |
I looked into using Nav2 and SLAM to combine the occupancy grids themselves but it doesn’t seem like it’s possible. For Nav2, it takes just 1 map occupancy grid. I tried adding more to the different plugin layers, obstacle and static but it didn’t seem to work. For SLAM, it takes other data types like laserscan but not occupancy grids. So I think a new node needs to be created which uses nav2 layered costmap to combine them into a single occupancy grid. What do you think of this? |
With some more tests, it seems like it only works if both occupancy grids are of the same size and resolution. Otherwise, they try to overwrite each other. Not too sure what to do about this... |
The text was updated successfully, but these errors were encountered: