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

Gmapping of custom robot

asked 2015-07-04 20:52:30 -0500

SamTew gravatar image

updated 2015-07-04 21:12:57 -0500

I am going to do mapping on a custom robot. After that, give a coordinate on the map to robot and let the robot move there without laserscan data. I am new in ros. In this process, I still unclear about many steps.

  1. When making the urdf of my robot, is it necessary to include a real kinect? Or can simply draw a box at the correct position?
  2. I am using gmapping and i know it is required odometry tf. If i am using encoder and imu, how to convert these data to odometry? What kinds of data needed? For imu, the data publish as nav_msgs/Odometry or sensor_msgs/Imu?
  3. After mapping, can i move robot on the map without kinect only depend on encoder and imu? The robot will moving on a static map which means no dynamic obstacle will appear.
  4. After mapping, what kind of coordinate to be given to robot to move the robot? For example, i have a ball at 2d coordinate (x,y) and height,z. How can i pass the coordinate to robot so that it will move to the desired place?

Thank in advance for your guidance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-07-29 07:03:17 -0500

LexX gravatar image

updated 2015-07-29 07:05:28 -0500

Hey I am also new to ROS, but I can answer to some of these questions:

  1. It is not necessary to create a real kinect, you can just realize a simple box. But the origin is important for your future tf, and to correctly link the kinect to the rest of the robot.

  2. Give more details about what is the output of your encoders.

  3. No, you still need the kinect to make it run on an known map, because amcl node subscribes to this /scan topic provided by the Kinect or laser you use. ( take a look to http://wiki.ros.org/amcl )

  4. After mapping you can give a position on your 2D map but you have to specify where is your initial position on the map first. Look at the autonomous navigation tutorial ( http://wiki.ros.org/turtlebot_navigat... ) and the amcl_demo.launch for more details.

Hope it would help.

edit flag offensive delete link more

Comments

Hi, LexX. Last time i stop this project for awhile and now i am going to continue it again. Actually i am totally new and yet do not have good basic. If possible, can you tell me the procedure for mapping and navigation? Else tell me some website or tutorial that i can learn all the basic. Thanks.

SamTew gravatar image SamTew  ( 2015-08-31 07:36:08 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-07-04 20:52:30 -0500

Seen: 595 times

Last updated: Jul 29 '15