search in map
Hi , i made a 2Dmap for my turtlebot using gmapping, i want it to search for an object in the room that mapped , how can i do this Autonomously ? thanks :)
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Hi , i made a 2Dmap for my turtlebot using gmapping, i want it to search for an object in the room that mapped , how can i do this Autonomously ? thanks :)
We need to write a code which contains:
Visual recognition of the object (e.g. juice, book) that TurtleBot tries to recognize. This may be the most difficult part and I am still not sure which libraries are the most suitable. Perhaps RoboEarth detector?
Navigation implementation (not by rviz but directly from the code) which calls gmapping, acml, move_base, etc.
Main: the strategy designed by you (e.g. circulate the room according to a particular trajectory; when it sees the book then turns right, etc.) Alternatively you may try Explore stack.
Actually I am trying to do the same thing. Perhaps we can help each other :-)
My email is chik-david at brain.kyutech.ac.jp
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-03-17 06:51:32 -0500
Seen: 238 times
Last updated: Mar 21 '13
Interrupting teleop from custom package
Turtlebot stops working after 12.04 upgrade [closed]
How to implement OMPL to move a turtlebot
publish .ply to a camera topic [closed]
Using a different gyro on a turtlebot
Generate maps of good quality [closed]
turtlebot navigation almost working
Turtlebot amcl demo, using map-files from selected directory?