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

ErivaldoJunior's profile - activity

2021-04-12 10:14:05 -0500 received badge  Famous Question (source)
2018-04-27 08:28:27 -0500 received badge  Taxonomist
2017-04-20 14:12:21 -0500 marked best answer Is it possible to install ROS on Linux ARM?

Hi,

I am working with a Chinese embedded board called Mini210S from FriendlyARM. I wasn't able to install any version of Ubuntu on it. I can only run a so called Linux Qtopia with kernel 3.0.15. I didn't find any information about how I can install ROS on such a system.

Could anyone give some light on this? It is possible to install ROS on this system? I can use Android in this board, but I was unable to install roscpp_android in it. I am facing a lot of compiling errors. Maybe Linux is a better choice. Also, if I cannot install ROS on this board, what is the best option to a PC with ROS send data to it? For example, I want this board to have an User Interface and control stepper motors. There will be a Intel NUC to do the have calculation and the Intel NUC will send the data for this board.

Thank you very much for any response!

2017-03-20 11:30:56 -0500 received badge  Notable Question (source)
2017-01-31 13:48:19 -0500 received badge  Nice Question (source)
2017-01-26 16:40:07 -0500 commented answer Integrating Tensorflow into ROS

I will take a look into your code because I still need to learn how to internet tensorflow using C++ and Catkin.

2017-01-26 16:39:29 -0500 commented answer Integrating Tensorflow into ROS

Thank you for the answer. Well, I was able to integrate ROS and Tensorflow using Python. I found a sample python code using the Inception network at https://github.com/tensorflow/models/... . I modified this code for my needs and it worked great with ROS.

2016-10-20 05:12:10 -0500 received badge  Popular Question (source)
2016-10-19 16:10:30 -0500 asked a question Best way to send images from ROS to a Windows machine

Hello everyone,

I am trying to get images from my robot running ROS in a Windows machine to use with Oculus Rift.

I don't know what should be the best way to accomplish this. I thought about using socket, but I had bad experiences in the past with sockets. I would to know if there is a better option to receive images in a Windows machine.

Thank you very much for any help. :)

2016-10-19 16:07:56 -0500 received badge  Scholar (source)
2016-10-03 09:24:16 -0500 received badge  Student (source)
2016-08-10 10:22:06 -0500 commented question usb_cam exit code-11 on arm firefly rk3288

I downloaded the GSCAM github files, added them to my catkin workspace, and compiled using catkin_make. I am using ros Indigo and it is working fine. I am using two Logitech cameras.

2016-08-10 10:22:06 -0500 received badge  Commentator
2016-08-10 10:19:40 -0500 commented answer catkin_create_android_project throws error

Thank you! This worked for me!

2016-08-08 11:41:51 -0500 commented question usb_cam exit code-11 on arm firefly rk3288

Well, I gave up using this package. I was not able to use my cameras. So, I tested the GSCAM and it worked flawlessly. Anyway, thank you for your response!

2016-08-02 13:06:58 -0500 commented question usb_cam exit code-11 on arm firefly rk3288

I am facing the same problem. Did you fix it?

2016-07-18 09:30:02 -0500 received badge  Enthusiast
2016-07-07 11:38:47 -0500 commented question ROS Windows 10

Maybe, someone can try to install ROS using BASH on Windows 10 that will be available on the new update of Windows 10 next month.

2016-07-06 22:06:09 -0500 commented answer Integrating Tensorflow into ROS

Thank you for the reply. I don't think it is easy to integrate ROS and Tensorflow, because it uses Bazel as its building tool.

2016-05-30 11:08:29 -0500 received badge  Famous Question (source)
2016-05-30 11:08:29 -0500 received badge  Notable Question (source)
2016-05-30 11:08:29 -0500 received badge  Popular Question (source)
2016-03-13 16:29:59 -0500 asked a question Integrating Tensorflow into ROS

Hello, everyone. I would like to the Google's inception neural network that comes with Tensorflow in a ROS Package. However, I don't have any idea on how to do this. The build system of tensorflow is different from cmake (they use bazel). Does anyone know from where can I start this?

Thank you very much for any help!

2016-02-18 15:45:44 -0500 received badge  Famous Question (source)
2016-02-16 17:02:18 -0500 commented answer create package

I also believe that the workspace wasn't sourced.

2016-02-16 17:01:38 -0500 received badge  Supporter (source)
2016-02-10 14:49:07 -0500 commented answer publisher and subscriber in single node

Thank you! This worked for me, but do you think this is a good a idea to have a global variable?

2016-02-07 17:08:32 -0500 commented answer Is it possible to install ROS on Linux ARM?

Ok, I tried ROSJAVA with Android 4.0.3 and it worked. I believe this will be my workaround to use ROS in this chinese board. Thank you, ahendrix.

2016-01-25 21:20:44 -0500 received badge  Notable Question (source)
2016-01-25 20:25:37 -0500 commented answer Is it possible to install ROS on Linux ARM?

Ahendrix, thank you! Do you know if it is possible to cross-compile ros? My ARM board doesn't have any build tool. I do everything from my main PC and then send the compiled files to this board.

2016-01-25 20:24:17 -0500 received badge  Popular Question (source)