ROBOTIS-GIT / turtlebot3

ROS packages for Turtlebot3
http://turtlebot3.robotis.com
Apache License 2.0
1.51k stars 1.03k forks source link

Error while using nav2 #945

Open Prajwal-C10 opened 1 year ago

Prajwal-C10 commented 1 year ago

ISSUE TEMPLATE ver. 0.4.0

  1. Which TurtleBot3 platform do you use?

Waffle

  1. Which ROS is working with TurtleBot3?

    ROS2 Humble Hawsbill

  2. Which OS you installed on Remote PC?

    Ubuntu 22.04.2 LTS

  3. Specify the commands or instructions to reproduce the issue. ros2 launch turtlebot3_navigation2 navigation2.launch.py use_sim_time:=True map:=maps/my_map.yaml

5 Copy and Paste the error messages on terminal.

[INFO] [launch]: All log files can be found below /home/prajwal/.ros/log/2023-04-04-03-34-39-244466-mera-laptop-4992

[INFO] [launch]: Default logging verbosity is set to INFO [ERROR] [launch]: Caught exception in launch (see debug for traceback): while parsing a block mapping in "/opt/ros/humble/share/turtlebot3_navigation2/param/waffle.yaml", line 2, column 3 expected , but found '' in "/opt/ros/humble/share/turtlebot3_navigation2/param/waffle.yaml", line 31, column 5

GyuH13 commented 1 week ago

Hi @Prajwal-C10 Based on the error message, it seems there might be a syntax or indentation error in the YAML file. Did you make any modifications to the YAML file? If not, please try reinstalling the TurtleBot package. I also recommend installing it by building from source.