Stairs' detection and avoidance using nav2d
Hi to all,
Since I sucessfully implemented nav2d to my own robot, I've been thinking about translate it to another place where there are downstairs
. I've read nav2d documentation without find any clue about that and I don't know if it already has an implementation for Operator
node nor costmap
.
In this case would be useful some kind of layer that identifies for costmap an amount of -z readings. From what I've read, geometry_msgs/Pose2D for nav2d_msgs doesn't use z axis, so that could be a problem. I'm using a kinect and I think isn't necessary using an extra ultrasonic sensor pointing below for this.
I hope you can enlighten me about that.
Thanks in advance
EDIT 1
I've found an interesting package that could work for me: cliff_detector. Fortunatelly, it has support for kinetic version which is just what I'm using, and It's made for a kinect sensor, too.