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

jmrssc's profile - activity

2021-06-30 04:23:21 -0500 received badge  Famous Question (source)
2017-02-18 01:34:59 -0500 received badge  Notable Question (source)
2017-02-08 19:48:11 -0500 received badge  Famous Question (source)
2017-01-18 09:50:21 -0500 received badge  Notable Question (source)
2017-01-18 09:50:21 -0500 received badge  Popular Question (source)
2017-01-16 03:29:32 -0500 received badge  Famous Question (source)
2017-01-01 17:29:44 -0500 received badge  Popular Question (source)
2016-11-09 10:19:07 -0500 received badge  Supporter (source)
2016-11-09 07:45:41 -0500 asked a question Error related with TF tree

I'm trying to localize a Pioneer P3dx with AMCL.

Whenever i run

rosrun amcl amcl

the node says that no data is being published in /scan. I've searched for it and people usually say that there need to be a transform from the odom frame to the laser frame (at least it was what I understood).

I've made a statical transform and when i run rqt_tf_tree I got /odom->/base_link->/base_laser. Ain't this the necessary? Because with this configuration i still cannot run AMCL correctly.

Any hints?

2016-11-08 13:05:50 -0500 received badge  Scholar (source)
2016-11-07 16:23:24 -0500 received badge  Editor (source)
2016-11-07 15:43:35 -0500 asked a question AMCL warning: no laser scan received

Hello, i'm really new in ros, so here's my question:

With AMCL how do i localize the robot?

I got the following warning continually on amcl node:

  [ WARN] [1425574394.999492201]: No laser scan received (and thus no pose updates 
  have been published) for 1425574394.999407 seconds.  Verify that data is being published
  on the /scan topic.

  [ WARN] [1425574394.999585497]: MessageFilter [target=odom ]: Dropped 100.00% of 
  messages so far. Please turn the [ros.amcl.message_notifier] rosconsole logger to DEBUG
  for more information.

but i have data on the /scan topic.

And in rviz, under "global status" i got:

No tf data. Actual error: Fixed Frame [map] does not exist

I've searched for it and many people say that it is related with some /tf transform that I need to change.

Can some of you give me a hint on how to solve this?

2016-10-31 04:14:56 -0500 received badge  Notable Question (source)
2016-10-30 18:51:13 -0500 received badge  Popular Question (source)
2016-10-30 16:04:58 -0500 commented answer How do I use a map to reduce odometry errors? [SOLVED]

Yes! I think it is this.

Thank you!

2016-10-30 16:04:17 -0500 answered a question How do I use a map to reduce odometry errors? [SOLVED]

yes! it might be this! thank you!

2016-10-30 11:57:39 -0500 asked a question How do I use a map to reduce odometry errors? [SOLVED]

So, I have a *.pgm and *.yaml map and I want to use it, somehow, to reduce the odometry errors.

I need to get accurate locations to set point on a map and someone recomended this to me. However I couldn't find info about that anywhere.

Thanks!