turtlebot / turtlebot_apps

A group of simple demos and exmaples to run on your TurtleBot to help you get started with ROS and TurtleBot.
http://www.ros.org/wiki/turtlebot_apps
196 stars 225 forks source link

turtlebot_follower/launch/follower.launch has on small XML syntax error #127

Closed howlong closed 9 years ago

howlong commented 9 years ago

The original line 6 is: " " which results error when executing "$ roslaunch turtlebot_follower follower.launch ": "Invalid roslaunch XML syntax: mismatched tag: line 41, column 4 The traceback for the exception was written to the log file"

After the modification of " ", everything works fine

jihoonl commented 9 years ago

/ shouldn't be there ..fixed.

muhammad96 commented 8 years ago

what is the change that was made here??