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

Where is ros-groovy in macports

asked 2013-09-24 15:46:02 -0500

chiko gravatar image

updated 2014-07-18 05:35:41 -0500

demmeln gravatar image

I'm new to ROS and I am trying to install it in MAC OSX 10.7.5 using ports. After executing this command sudo port install ros-groovy

I get the following error: Error: Port ros-groovy not found

Any idea why. I am following the instructions as specified in here the mac port installation page

Any help appreciated

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-07-15 12:35:22 -0500

cyberguy42 gravatar image

I think the real problem is that you can't 'sudo port ros-groovy' because there is no port with that exact name- you need to specify the full name, such as ros-groovy-core, etc.

The order of the file URL and rsync is necessary as well, as noted by rleontie.

edit flag offensive delete link more
0

answered 2013-12-05 05:15:06 -0500

rleontie gravatar image

I am assuming you are following these instructions: http://wiki.ros.org/groovy/Installation/OSX/MacPorts/Repository

First make sure the file URL appears before the rsync URL in the /opt/local/etc/macports/sources.conf

file:///Users/roxana/dev/ros-macports
rsync://rsync.macports.org/release/tarballs/ports.tar [default]

To make the port visible you need to:

$cd ros-macports
$portindex

The output should look like:

Adding port groovy/ros-groovy-core
Adding port groovy/ros-groovy-desktop-full
Adding port groovy/ros-hydro-desktop-full
Adding port hydro/ros-hydro-actionlib
Adding port hydro/ros-hydro-actionlib_msgs
...

Next the port should be visible:

$port search ros-groovy
ros-groovy-core @1.0.0 (devel)
    Robotic Operating System

ros-groovy-desktop-full @1.0.0 (devel)
    Robotic Operating System
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-09-24 15:46:02 -0500

Seen: 344 times

Last updated: Jul 15 '14