I am trying to learn the navigation stack on my little Baron platform that I am using a a sandbox for my larger outdoor yard helper bot so can put up with the low resolution.
Should I be asking this somewhere else?
Thanks
Patrick Goebel
unread,
Jan 27, 2015, 8:51:32 PM1/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ros-by-...@googlegroups.com
Hi Gerard,
I'm afraid my old PML code is long gone. (Not sure where it went as
I don't usually delete that kind of thing...). However, you might
find this
web page helpful. Looks like a very thorough approach to
doing SLAM with ROS using sensors other than a laser. I found this
page by Googling "fake laser ROS sonar" and there are other hits
that you might find useful as well.
--patrick
gerard M Kelly
unread,
Jan 29, 2015, 6:40:17 PM1/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ros-by-...@googlegroups.com
Thanks for looking Patrick. I searched the net and will probably put something together from the bits and pieces found. The approach at the moment is, Add a sensor type to the bridge Arduino code that will gather and respond with the distance array, modify bridge Python node to poll for sensor array and publish on topic, add a new node to listen on that topics and publish a laser scan using sensor tutorial as a guide. http://wiki.ros.org/navigation/Tutorials/RobotSetup/Sensors