How to publish roll/pitch data in Gmapping ?
How to publish the roll/pitch data in gmapping ?Thank you for your advices.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How to publish the roll/pitch data in gmapping ?Thank you for your advices.
gmapping itself can't make use of roll/pitch for pose estimation. What you can do however as a minimum is encode this information implicitly in the tf that you provide for odom->laser. Gmapping will transform laser messages to the odom frame.
Your answer helps a lot. I will have a try.Thank you very much!
Asked: 2014-03-10 07:35:12 -0600
Seen: 198 times
Last updated: Mar 11 '14
SLAM without odometry: gmapping or hector_slam?
how to fix the map drifting in rviz ?
Corrected Odometry from GMapping / Karto?
Issue with setting tf in gmapping
How to change fake laser scan direction of rotation
Navigation Stack with gmapping
2D SLAM with gmapping and openni_kinect
Loading a prior map with gmapping
Do you want gmapping to use pitch/roll or do you want to get pitch/roll estimates out of gmapping. In either case: gmapping is set up to be a 2D algorithm.
I use gmapping to create 2D map.But the ground is not flat.So I think maybe I need to publish roll and pitch and I want gmapping to use the data.I am confused about whether I should use a node to publish roll/pitch in some format like message or I only need to add pitch/roll to TF frames.
In other word, how can I let the gmapping know that there is roll/pitch data to use?Thank dornhege for your attention.Would you give me some advices?