How can I insert seeds in a local planner?
I'm using move_base package and don't want seeds that require the bot to turn in zero radius and hence I want to customize the seeds!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I'm using move_base package and don't want seeds that require the bot to turn in zero radius and hence I want to customize the seeds!
Asked: 2015-05-24 12:05:28 -0500
Seen: 90 times
Last updated: May 24 '15
genaction not found in diamondback
How to set unknown pixel as goal in move_base
Pausing or aborting movement to a goal
Unknown rotation error inside move_base when using rosstage
sbpl_lattice_planner final heading error constant +45-deg.
move_base warning sensor out of bounds
Map compatability issue with move_base and gmapping...
The simple solution is to write a simple if statement: when your radius equals null +/- a small window just set the roatory.z component in your cmd_vel to 0.
Move_base is not a local planner. Which planner are you using? More specifically, which planner are you using that allows seeds?