ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Minimal ROS installation

asked 2014-07-24 11:32:12 -0500

updated 2014-07-24 12:38:12 -0500

gvdhoorn gravatar image

Hi all,

I'm working on a project for UDOO based robot and I would like to take advantages of ROS features.

I followed the tutorial on wiki.ros.org for UDOO.

When I have to choose which package install I choose ros-hydro-ros since I want a minimal installation (other packages will be installed when needed).

I was surprised when list the content of /opt/ros/hydro/bin since roscore is not there!

So my question is: which package contains roscore? More general: which packages are need to run ros and develop basic packages (only message publish and receiver)?

Thanks for support Alessandro

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-07-24 12:34:09 -0500

gvdhoorn gravatar image

So my question is: which package contains roscore?

$ source /opt/ros/hydro/setup.bash
$ dpkg -S `which roscore`
ros-hydro-roslaunch: /opt/ros/hydro/bin/roscore

At least, on Ubuntu Precise, x86.

But I'm surprised that ros-hydro-ros does not include that.

edit flag offensive delete link more

Comments

It works, thanks for your suggestion!

Ale

afranceson gravatar image afranceson  ( 2014-07-25 07:16:06 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-24 11:32:12 -0500

Seen: 1,189 times

Last updated: Jul 25 '14