Cant find launch arguments for costmap2d in nav2_bringup ROS2 Foxy
Where can i find the launch arguments for the costmap2d in the nav2_bringup package?
I managed to start the nav2_bringup and everything works fine.
However while trying to understand the launchfiles i got stuck on finding the launch code for the costmap2d node.
So far i understood that the following files are used to launch the example
- tb3_simulation_launch.py
- From there Rviz2 and bringup_launch.py is launched.
- In 2. then localization_launch.py and navigation_launch.py is launched.
I can find the arguments to launch map_server, planner... however not the costmap in these files. The config file nav2_params.yaml includes specifications for the global and local costmap. Somewhere the costmap_node has to be launched to use these specifications.