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

kexi's profile - activity

2013-09-07 03:41:03 -0500 received badge  Popular Question (source)
2013-09-07 03:41:03 -0500 received badge  Notable Question (source)
2013-09-07 03:41:03 -0500 received badge  Famous Question (source)
2011-03-28 05:43:37 -0500 marked best answer Unable to locate package libsfml-audio1.5

It's because libsfml-audio has been updated to 1.6 in Ubuntu 10.10

sudo apt-get install libsfml-audio1.6

Should install it for you.

You should also be able to update the https://svn.csail.mit.edu/mit-ros-pkg/trunk/kinect_utils/rosdep.yaml files to reflect this version change.

2011-03-26 15:38:26 -0500 asked a question Unable to locate package libsfml-audio1.5

When "rosmake impromptu_buttons --rosdep-install", error msg:

[ rosmake ] Expanded args ['impromptu_buttons'] to:
['impromptu_buttons']                        
[ rosmake ] Generating Install Script using rosdep then executing. This may take a minute, you will be prompted for permissions. . .
rosdep executing this script:
{{{
set -o errexit
#Packages
sudo apt-get install libsfml-audio1.5
}}}
Reading package lists... Done
Building dependency tree       
Reading state information... Done
[ rosmake ] rosdep install failed: rosdep script failed with stderr 
{{{
E: Unable to locate package libsfml-audio1.5
E: Couldn't find any package by regex 'libsfml-audio1.5'

}}}

Looks like libsfml no longer supports Ubuntu10.10...... anyone run into this problem?

2011-03-23 18:29:47 -0500 answered a question Openni rosmake failing on OSX

hi, Eponymous, did you make the kinect demo work on OSX? I am trying pretty much the same thing without any luck figuring out the openni compile failure...... Have you solve this problem?