open-rmf / free_fleet

A free fleet management system.
Apache License 2.0
163 stars 69 forks source link

Question on launching free_fleet_example_ros2 #34

Closed prashantking closed 4 years ago

prashantking commented 4 years ago

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.

aaronchongth commented 4 years ago

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?

prashantking commented 4 years ago

yes it worked thankyou.