-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Port Costmaps to ROS2 #21
Comments
As part of this work, the existing costmap placeholder code should either be removed or replaced. |
We can port in smaller chunks from the existing ROS1 costmap_2d code in #86 |
As part of this work, it might be good to keep in the back of your mind how you'd want to remove having 2 costmaps (one for controller another for planner) as that duplication of work accounts for a good amount of resource usage when using plugins for the 3D world. |
@SteveMacenski Yes, definitely. We plan to factor out the duplication, were possible. |
* added handling of start_position ~ goal_position * removed previous change, changed only the failure point (the number of allocated memory) * fix types
AUTO-854 visualize planner espansions
No description provided.
The text was updated successfully, but these errors were encountered: