Nav2 in ROS2
Nav2 in ROS2
# 3. Configure the robot's base controller for omnidirectional motion if already not set-up or pre-built
- Use a suitable controller (e.g., diff_drive_controller, holonomic_drive_controller)
- Set the appropriate parameters for wheel velocities, wheel pairs and steering angles
# 7. Save the generated map for future use in a suitable format as a .pgm or .yaml file)
Further, it is necessary to configure the sensors , planners and the controllers to fine-tune for the hardware
and the corresponding target environment during implementation.