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

MarcosM's profile - activity

2015-11-06 11:45:39 -0500 received badge  Famous Question (source)
2015-03-14 12:28:56 -0500 received badge  Necromancer (source)
2015-03-14 12:28:56 -0500 received badge  Teacher (source)
2015-03-03 16:55:56 -0500 commented question ROS Hydro-held broken packages

yes of course. I made my own installation steps. where I can send it to you?

2015-01-08 00:10:29 -0500 received badge  Famous Question (source)
2014-12-17 10:21:34 -0500 received badge  Notable Question (source)
2014-12-17 10:21:34 -0500 received badge  Popular Question (source)
2014-12-03 21:58:32 -0500 received badge  Famous Question (source)
2014-12-03 08:02:34 -0500 commented question ROS Hydro-held broken packages

Yes but not following any guide i have made my own steps and it works

2014-12-03 06:39:45 -0500 received badge  Popular Question (source)
2014-12-03 06:39:45 -0500 received badge  Notable Question (source)
2014-11-18 11:23:15 -0500 answered a question I keep getting:[rospack] Error: stack/package tum_ardrone not found

I supposed you have tum_ardrone in a workspace.Have you tried to do source .devel/setup.bash in your workspace?

If you do that and it doesn´t work it´s a installation problem.

2014-11-15 08:38:29 -0500 received badge  Enthusiast
2014-11-13 06:26:04 -0500 commented question ROS Hydro-held broken packages

Yes , it has but I´m installing it on Raspberry pi.

2014-11-13 05:59:27 -0500 commented question ROS Hydro-held broken packages

Yes, and I get the same error:

the following packages have unmet dependencies: python-rospkg : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable

I think that the error should be in python libraries.

2014-11-13 04:50:29 -0500 asked a question ROS Hydro-held broken packages

Hi , I'm trying to install ROS Hydro on Raspberry Pi following the steps of the ROS wiki in a new installed version of Raspbian using NOOBS like it says here:

http://wiki.ros.org/ROSberryPi/Settin...

Everything is OK until I do :

sudo pip install -U rospkg sudo apt-get install python-rosdep python-rosinstall-generator build-essential

I get the next error:

Reading package lists... Done

Building dependency tree

Reading state information... Done

build-essential is already the newest version.

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies: python-rosdep : Depends: python-catkin-pkg but it is not going to be installed Depends: python-rospkg but it is not going to be installed Depends: python-rosdistro (>= 0.3.0) but it is not going to be installed python-rosinstall-generator : Depends: python-catkin-pkg (>= 0.1.28) but it is not going to be installed Depends: python-rosdistro (>= 0.3.4) but it is not going to be installed Depends: python-rospkg but it is not going to be installed E: Unable to correct problems, you have held broken packages.

How can I install it correctly or correct the error?

Thank you.

2014-11-11 19:33:43 -0500 received badge  Notable Question (source)
2014-11-11 02:44:07 -0500 answered a question How can i create a package compiled on raspberry pi?

I have the boost libraries installed because when I try to install it again it advise me that I have already that library and looking for them in the directory /usr/lib/liboost they appear there. Maybe the error can be in the path where ROS searches the libraries. Thank you for answer.

2014-11-10 13:45:15 -0500 received badge  Popular Question (source)
2014-11-10 11:05:31 -0500 received badge  Editor (source)
2014-11-10 03:51:24 -0500 asked a question Best way to install ROS Groovy in Raspberry Pi?

What are the recommended steps to install ROS Groovy in the Raspberry Pi? Is better to install it by source following the steps shown in the ROS wiki or using the binary packages?

And how can I install new packages in raspberry pi that i don´t have correctly? I´ve tried using the command git clone in the workspace and catkin_make but it doesn´t work correctly. Thank you for answer!

2014-11-08 13:23:39 -0500 asked a question How can i create a package compiled on raspberry pi?

I´ve created a package in ROS Groovy installed on Ubuntu 12.04 with two very simple nodes that communicate sending a float32 to start learning with ROS but what i really need is to implemnet this on raspberry pi.I did the same steps in the two cases and it works on the computer but I get an error during compilation on the raspberry pi package.In the case of the raspberry pi i used leafpad text editor to create the two cpp files. Where may be the error?Are the cpp files created on Leafpad valid?

The error that i get is next>

Linking CXX executable ../bin/enviarnum /usr/bin/ld: cannot find -l:/usr/lib/libboost_signals-mt.so /usr/bin/ld: cannot find -l:/usr/lib/libboost_filesystem-mt.so /usr/bin/ld: cannot find -l:/usr/lib/libboost_regex-mt.so /usr/bin/ld: cannot find -l:/usr/lib/liblog4cxx.so /usr/bin/ld: cannot find -l:/usr/lib/libboost_date_time-mt.so /usr/bin/ld: cannot find -l:/usr/lib/libboost_system-mt.so /usr/bin/ld: cannot find -l:/usr/lib/libboost_thread-mt.so collect2: ld returned 1 exit status CMakeFiles/enviarnum.dir/build.make:103: recipe for target '../bin/enviarnum' failed make[3]: * [../bin/enviarnum] Error 1 make[3]: Leaving directory '/home/pi/catkin_ws/src/pruebas/build'