ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How do a fix this enviroment error ?

asked 2017-03-07 14:17:50 -0500

jeff96 gravatar image

updated 2017-03-07 14:52:40 -0500

gvdhoorn gravatar image

I'm trying to run this command but I get this error :

roslaunch turtlebot_bringup minimal.launch --screen

I get this

Invalid <arg> tag: environment variable 'TURTLEBOT_BASE' is not set. 

Arg xml is <arg default="$(env TURTLEBOT_BASE)" doc="mobile base type [create, roomba]" name="base"/>
The traceback for the exception was written to the log file
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-03-07 15:09:33 -0500

Akif gravatar image

As the error explains, you need to set TURTLEBOT_BASE environment variable to one of create or roomba.

You can set it like; export TURTLEBOT_BASE=roomba

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-07 14:17:50 -0500

Seen: 3,580 times

Last updated: Mar 07 '17