i am trying to execute the tutorial from readme and while executing ros2 launch
ros2 launch free_fleet_examples_ros2 fake_server.launch.xml
i am getting this error.
[INFO] [launch]: All log files can be found below /home/user/.ros/log/2020-03-04-15-49-12-343851-user-Latitude-E5570-26745
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): The launch file may have a syntax error, or its format is unknown
I have a hunch that this is due a missing dependency regarding launch.xml, could you try installing via sudo apt install ros-eloquent-launch*, and try again?
i am trying to execute the tutorial from readme and while executing ros2 launch ros2 launch free_fleet_examples_ros2 fake_server.launch.xml i am getting this error.
[INFO] [launch]: All log files can be found below /home/user/.ros/log/2020-03-04-15-49-12-343851-user-Latitude-E5570-26745 [INFO] [launch]: Default logging verbosity is set to INFO [ERROR] [launch]: Caught exception in launch (see debug for traceback): The launch file may have a syntax error, or its format is unknown
unable to understand what is the issue.