Robotics StackExchange | Archived questions

import org.ros eclipse --> cannot install map_store

Hi

I'm a student ICT engineering working on a project concerning ROS. Me and my team are making an android application to control a PR2. We are working in Eclipse and have a big problem. We have done a lot of research on it and could not find the solution, not even on the ROS forum. So we decided to ask you.

In eclipse we need to import org.ros.address.InetAddressFactory, org.ros.node.Node, org.ros.node.NodeConfiguration, org.ros.node.DefaultNodeFactory and many others. However eclipse cannot find the org.ros libraries. We have asked our coach to take a look at it and he says it is because we need to install the dependency mapstore. But if we try 'rosdep install mapstore' we get 'Warning: could not identify ['map_store'] as a package ' .

I really hope someone can help us. Our team is getting desperate because as long as this problem is not solved we cannot really continue our project.

Thanks!

Asked by Kat on 2012-03-15 10:37:45 UTC

Comments

Are you following the instructions at: http://ros.org/wiki/ApplicationsPlatform . That is the documentation that we use to make apps for the PR2. map_store is a red-herring. You may need it, but it's unrelated to the issue you are having.

Asked by kwc on 2012-03-17 10:49:24 UTC

Answers