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
Change the current way to set the location where the maps are save.
Currently it requires a package, since it was intended to save maps inside the specific packages.
Now we want to set the full path, independent from any ROS package.
How do we plan to do it?
Change the function to get the file based on a package path. Instead of that it will use the full path provided by param.
How can it be tested?
Change the param from package name to path and see it runs correctly
The text was updated successfully, but these errors were encountered:
What do we want to achieve?
Change the current way to set the location where the maps are save.
Currently it requires a package, since it was intended to save maps inside the specific packages.
Now we want to set the full path, independent from any ROS package.
How do we plan to do it?
Change the function to get the file based on a package path. Instead of that it will use the full path provided by param.
How can it be tested?
Change the param from package name to path and see it runs correctly
The text was updated successfully, but these errors were encountered: