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

Navigation Stack configuration for static map

asked 2019-08-26 03:34:27 -0500

enthusiast.australia gravatar image

updated 2019-08-26 05:22:27 -0500

gvdhoorn gravatar image

Hello everyone. I am using turtlebot3 burger with kinetic and ubuntu. I am not using laser sensor or any to build map, so i have not used gmapping. Rather i have created a static map in a image editor, and then created the corresponding .pgm and .yaml file. Now i am configuring my navigation stack. for that i have few confusions.
I have turtlebot navigation which has all its files for different models. How can i alter this for my purpose?

<arg name="model" default="$(env TURTLEBOT3_MODEL)" doc="model type [burger, waffle, waffle_pi]"/>

Also, should i exempt amcl file or do i need that? And in last, do i need to alter .yaml files or use them as it is?

edit retag flag offensive close merge delete

Comments

@enthusiast.australia: please mark a question as answered by clicking the checkmark to the left of the answer.

We don't close questions here when they are answered.

gvdhoorn gravatar image gvdhoorn  ( 2019-09-08 10:42:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-26 07:18:54 -0500

prefpkg21 gravatar image

How are you planning to localize yourself in the map? If you aren't providing scan data then you can omit the AMCL node.

The default argument is going to be whatever the environment variable TURTLEBOT3_MODEL is set. If it is not set then you can set it in your bashrc file, export TURTLEBOT3_MODEL=burger from commandline prior to launch, or when you launch this from the terminal you would put model:=burger after the *.launch file

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-08-26 03:34:27 -0500

Seen: 174 times

Last updated: Aug 26 '19