ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is no simple solution. We need to write a new 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 Exploration stack.
Actually I am trying to do the same thing. Perhaps we can help each other :-)
2 | No.2 Revision |
There is no simple solution. We need to write a new code which contains:
Visual recognition of the object (e.g. juice, book) that TurtleBot the robot 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 Exploration stack.
Actually I am trying to do the same thing. Perhaps we can help each other :-)