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

Why the SLAM have more than one maps in RVIZ? [closed]

asked 2011-05-17 13:56:06 -0500

gong gravatar image

updated 2014-01-28 17:09:41 -0500

ngrennan gravatar image

When I'm using gmapping to be SLAM in rviz, with the robot running there will generate more than one maps in RVIZ?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by mmwise
close date 2011-06-07 12:18:52

Comments

Could you add the screenshot that you sent to the mailing list as well, since it helps to explain what you mean?
Eric Perko gravatar image Eric Perko  ( 2011-05-17 14:51:01 -0500 )edit
How are you generating/publishing odometry (e.g. p2os or your own custom robot driver)? Is your odometry accurate? If you run the robot around with the fixed frame in rviz set to "/odom" and set the laser scan's "Decay time" to a large number, do you get a mostly consistent looking map?
Eric Perko gravatar image Eric Perko  ( 2011-05-17 14:54:33 -0500 )edit
as you can see from the screenshot, the map is jumping from one place to another
gong gravatar image gong  ( 2011-05-17 20:08:24 -0500 )edit
I guess I wasn't clear about the "mostly consistent map". This would be without SLAM running, just using your odometry source to place the buffered laser scans into a mostly consistent reference frame.
Eric Perko gravatar image Eric Perko  ( 2011-05-17 20:20:21 -0500 )edit
I set the fixed frames to "/odom" and set the laser scan's "delay time" to 10 seconds. It seems that I do not get the "mostly consistent map", because when the robot is running I cannot see the map in rviz until the robot is stoped.
gong gravatar image gong  ( 2011-05-17 20:55:55 -0500 )edit
Further more, I got an error message. Error: m_distanceThesholdCheck overridden!!! ... the odometry has a big jump here. this is probably a bug in the odometry/laser input. This error has been happened someday ago, I rewrite the odomety program to fix it. At that time, the formula was wrong.
gong gravatar image gong  ( 2011-05-17 21:00:43 -0500 )edit
Additional, I published odometry using the relative distance computed from odometry which provided by driver. The odmetry was like that : x = (current_odometry - last_odometry)*cos(theta), y = (current_odometry - last_odometry)*sin(theta), the theta was absolute value provided by gyro.
gong gravatar image gong  ( 2011-05-17 21:07:09 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2011-05-24 01:49:18 -0500

gong gravatar image

I have been fix the problem. There is a mistake in my program about the odom computing. Thanks Eric and dornhege. Thank you so much!!

edit flag offensive delete link more
-1

answered 2011-05-17 19:53:49 -0500

gong gravatar image

I have not enough Karma, so there is the link of the image. link text

edit flag offensive delete link more

Comments

Hmm... the FAQ ( http://answers.ros.org/faq/ ) doesn't mention anything about needing a certain level of Karma to put an image into your post...
Eric Perko gravatar image Eric Perko  ( 2011-05-17 20:22:04 -0500 )edit
I'm sorry, but it need Karma more than 20 to be able to put an image in the question.
gong gravatar image gong  ( 2011-05-17 21:01:28 -0500 )edit
1

answered 2011-05-18 00:21:09 -0500

dornhege gravatar image

Can you display the odom trajetory? It looks to me as you won't get something even near to the "mostly consistent map", but some jump in odometry.

Maybe it starts from some internal coordinates != 0, but send 0,0 as the first message?

edit flag offensive delete link more

Comments

You are right. I think the problem is that I do not have a really fixed frame in the world coordinate. Though the fixed frame I set to /odom but it's not fixed. With the robot moving the location of /odom is change. Am I right?
gong gravatar image gong  ( 2011-05-18 13:48:06 -0500 )edit

Question Tools

Stats

Asked: 2011-05-17 13:56:06 -0500

Seen: 834 times

Last updated: May 24 '11