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

LogicRos's profile - activity

2019-07-09 04:52:53 -0500 received badge  Famous Question (source)
2019-07-09 04:52:53 -0500 received badge  Notable Question (source)
2019-07-09 04:52:53 -0500 received badge  Popular Question (source)
2017-03-13 12:08:46 -0500 received badge  Famous Question (source)
2017-03-13 12:08:46 -0500 received badge  Notable Question (source)
2016-07-19 07:59:09 -0500 received badge  Taxonomist
2016-06-13 11:05:28 -0500 received badge  Famous Question (source)
2016-04-30 02:05:44 -0500 received badge  Famous Question (source)
2016-04-29 14:43:08 -0500 commented question Problem with roscore

I ran the line that you give me, and I edited my question with the result

2016-04-29 11:57:12 -0500 commented question Problem with roscore

Of course, I wrote that question. But proposed solutions did not work. Even I have that problem. Try to install dependencies from this website http://packages.ros.org/ros-shadow-fi... using dpkg -i

2016-04-29 11:50:18 -0500 received badge  Notable Question (source)
2016-04-29 11:43:50 -0500 received badge  Famous Question (source)
2016-04-29 10:21:01 -0500 commented question Problem with roscore

Hello. The OS that I'm using is Raspbian with ROS Indigo, and when I bought RPi already had the OS loaded. http://www.moosth.net/calabrothers/?p...

What do you recommend me?

2016-04-29 10:13:03 -0500 received badge  Popular Question (source)
2016-04-29 10:12:58 -0500 received badge  Enthusiast
2016-04-29 01:43:58 -0500 received badge  Popular Question (source)
2016-04-28 18:25:17 -0500 asked a question Problem with roscore

Hello all!

I have a new problem, now when I want to run roscore shows the fallowing.

The OS that I'm using is Raspbian with ROS Indigo

process[master]: started with pid [2464]
ROS_MASTER_URI=http://cctronics:11311/

started core service [/rosout]
/opt/ros/indigo/lib/rosout/rosout: error while loading shared libraries: libboost_thread.so.1.54.0: cannot open shared object file: No such file or directory
[rosout-1] process has died [pid 2477, exit code 127, cmd /opt/ros/indigo/lib/rosout/rosout __name:=rosout __log:=/home/pi/.ros/log/6fe27282-341b-11e5-a82f-b827eb1d4855/rosout-1.log].
log file: /home/pi/.ros/log/6fe27282-341b-11e5-a82f-b827eb1d4855/rosout-1*.log

image description

After of run the fallowing line.

pi@cctronics ~ $ sudo apt-get install libboost-thread1.54.0


pi@cctronics ~ $ sudo apt-get install libboost-thread1.54.0
Reading package lists... Done
Reading state information... Done
Package libboost-thread1.54.0 is not available, but is referred to by another packages.
This may mean that the package is missing, has been obsoleted, or is only avalilable from another source.
E: Package 'libboost-thread1.54.0' has no installation candidate
2016-04-28 17:53:31 -0500 answered a question Problem with catkin_make

Don't worry for answering U.U

I thing that i have the solution in the next link. http://wiki.ros.org/catkin_pkg

I used

sudo pip install -U catkin_pkg
2016-04-28 14:56:37 -0500 received badge  Editor (source)
2016-04-28 14:52:24 -0500 asked a question Problem with catkin_make

Hello!

When I want to use catkin_make I get the next problem.

pi@cctronics ~/catkin_ws $ catkin_make
ImportError: "from catkin_pkg.topological_order import topological_order" failed: No module named tool_detection
Make sure that you have installed "catkin_pkg", it is up to date and on the PYTOHNPATH

I don't know how to fix the issue.

Currently I'm using ROS Indigo on Raspberry Pi.

2016-04-26 18:38:42 -0500 asked a question I can run Mavros on Ubuntu Mate for RPi?

Hello! I have a RPi and I want to install mavros, but i need know if it mavros run on Ubuntu Mate. I need to install mavros on RPi, but I need to install -mavros on RPI, but requires two requirements to do so. 1. the image to have a core to run in real time (raspbian for example). 2. Indigo can be installed on RPI

Someone have any idea?

2016-04-26 15:29:07 -0500 answered a question Cannot install Ros Jade on ubuntu 15.04

Hello!

Can I to install ROS Indigo on Ubuntu Mate for Raspberry??? Could you tell me if Ubuntu Mate have a core to run in real time??

2016-04-26 13:15:36 -0500 received badge  Notable Question (source)
2016-04-25 01:49:49 -0500 received badge  Popular Question (source)
2016-04-22 17:58:09 -0500 received badge  Notable Question (source)
2016-04-22 09:06:44 -0500 asked a question How to install Mavros on Raspbian for RPi?

Hi all!

I have a Raspberry Pi and I want to install Mavros. I've been trying to install Mavros on Raspberry Pi fallowing this link:

https://github.com/mavlink/mavros/tree/master/mavros

but when I fallow the instructions in section Installation and I write the first command line sudo apt-get install ros-indigo-mavros ros-indigo-mavros-extras show me the next image.

image description

I'm using Ros indigo on RPi.

2016-04-13 02:20:09 -0500 received badge  Popular Question (source)
2016-04-12 14:39:29 -0500 asked a question Failled to install MAVLink on Raspberry Pi. How I do?

Hello all!

I have some problems. I have been trying to install Mavros on Raspberry Pi fallowing the next link: https://github.com/mavlink/mavros/tre...

But I can't to achieve it. When I want to install it, i write the next command line:

sudo apt-get install ros-indigo-mavros ros-indigo-mavros-extras

show me the next image. image description

I'm running a ssh since ubuntu. ROS - Indigo

Someone have any idea? How to install mavros - mavlink on Raspberry Pi?