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

btacju's profile - activity

2016-03-12 13:10:53 -0500 received badge  Famous Question (source)
2015-08-24 00:29:17 -0500 received badge  Notable Question (source)
2015-08-20 20:17:25 -0500 commented answer Rosaria Gmapping Transform Help

I don't get anything on the odom topic. Doesn't RosAria publish it's odometry data to RosAria/pose?

2015-08-20 13:23:58 -0500 received badge  Popular Question (source)
2015-08-19 15:26:22 -0500 received badge  Supporter (source)
2015-08-19 15:26:16 -0500 commented answer Rosaria Gmapping Transform Help

Thank you, I will try that. How would I check if my odom node is working?

2015-08-18 20:51:58 -0500 asked a question Rosaria Gmapping Transform Help

I'm trying to use gmapping with a pioneer-3dx and a lms111 with gmapping, but am having issues. When trying to run rosrun gmapping slam_gmapping, I get the warning "MessageFilter [target=odom ]: Dropped 100.00% of messages so far." My current transform map is map->odom->base_link. I've read online that I needed a base_link -> scan, where scan is my laser scan. I've tried adding that, using rosrun tf static_transform_publisher 0 0 0 0 0 0 base_link scan 100, but I still get the error. I'm not sure what I'm missing, or how to add the required transforms. I used rosrun tf view_frames to view the tf tree map. map-> odom is published by /slam_gmapping, while odom->base_link is published by RosAria.

My laser scan is publishing to /scan, so is that where I would want to direct the transform? as in base_link -> /scan, or is there something else I'm missing?

Also, in the required tf transforms portion of the gmapping wiki, it says we need base_link -> odom, but in my tf tree RosAria broadcasts odom-> base_link. Is that a potential cause for error? The one provided by gmapping is map->odom, which is the same direction as on their wiki. Any help would be appreciated. Thanks!