How to configure environment parameter TURTLEBOT_GAZEBO_WORLD_FILE
BH
I'm using gazebo 2.2.5 version with Ubuntu TRUSTY. I would like to launch the turtlebot_world.launch file in order to operate a turtlebot with the kobuki_keyop package in an empty world. While launching the file, I get this error: Invalid <arg> tag: environment variable 'TURTLEBOT_GAZEBO_WORLD_FILE' is not set.
Arg xml is <arg default="$(env TURTLEBOT_GAZEBO_WORLD_FILE)" name="world_file"/> The traceback for the exception was written to the log file
How can I set the TURTLEBOT_GAZEBO_WORLD_FILE parameter so that the command will work?
Seeking forward for ones help
Have you installed
ros-indigo-turtlebot-gazebo
?open a new terminal and than try. hope that may work.
It did work after opening the terminal again. Maybe because the environment variable wasn't loaded.