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

Launch time defined parameters (frame_id) #112

Closed mehditlili closed 9 years ago

mehditlili commented 9 years ago

In order to avoid having to copy these launch files to my stdr package, I made a slight modification that allows me to define some important parameters from my stdr launch file. Before, these parameters were hardcoded. This will not change anything for other packages using turtlebot navigation because when no parameters are defined for the frame_id's, the default values will be automatically used.

jihoonl commented 9 years ago

:+1: