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

Robert_d1968's profile - activity

2019-07-16 04:26:17 -0500 received badge  Notable Question (source)
2018-08-18 23:31:39 -0500 received badge  Famous Question (source)
2018-06-22 06:50:02 -0500 commented answer Communicating with ROS application from Xojo

Thank you, I did look at that library you linked, a lot of great information there! looks like I have a lot of reading

2018-06-22 06:47:07 -0500 received badge  Popular Question (source)
2018-06-22 04:25:44 -0500 marked best answer Communicating with ROS application from Xojo

Hello there,

I'm going to be running ros on a sbc x86 based, with a Ubuntu 16.04 64 bit OS. I will be writing a GUI application in Xojo and I'm going to need to be able to read information from the ros program.

Is there any information out there on making your own subscriber in C or python? Anybody been down this road yet?

I'll still look around on the internet a bit more, but if anybody has a code snip-it or two, that would very useful for me.

Thanks for any help you can provide,

Robert

2018-06-22 04:25:04 -0500 commented answer Communicating with ROS application from Xojo

Thanks for the tip with the ROS bridge! Xojo also supports JSON. This should be a breeze with the bridge.

2018-06-22 04:13:55 -0500 commented answer Communicating with ROS application from Xojo

Xojo is a Basic language IDE that said, I don't think it would be able to use them in that IDE. But since ROS supports p

2018-06-22 02:02:36 -0500 commented answer Communicating with ROS application from Xojo

No, I wont be using ROS client libraries for this GUI. I will need to learn how to do this and somewhat quick too.

2018-06-22 01:53:40 -0500 asked a question Communicating with ROS application from Xojo

ROS programming question (xojo) Hello there, I'm going to be running ros on a sbc x86 based, with a Ubuntu 16.04 64 bit

2018-06-22 01:42:14 -0500 received badge  Popular Question (source)
2018-06-14 21:25:05 -0500 commented answer i am trying to get rviz to work but it just doesnt (on windows 10)

I just did this on my Firefly rk3399 but, it's an 64 bit Linux embedded OS, not windows. I have heard windows 10 can run

2018-06-14 21:24:37 -0500 commented answer i am trying to get rviz to work but it just doesnt (on windows 10)

I just did this on my Firefly rk3399 but, it's an 64 bit Linux embedded OS, now windows. I have heard windows 10 can run

2018-06-14 07:03:10 -0500 received badge  Teacher (source)
2018-06-13 19:45:19 -0500 edited answer i am trying to get rviz to work but it just doesnt (on windows 10)

I just went through the same thing, turned out it was OpenGL was not installed on my system, you may want to check that

2018-06-13 19:44:12 -0500 edited answer i am trying to get rviz to work but it just doesnt (on windows 10)

I just went through the same thing, turned out it was OpenGL was not installed on my system, you may want to check that

2018-06-13 19:44:12 -0500 received badge  Editor (source)
2018-06-13 19:37:55 -0500 answered a question i am trying to get rviz to work but it just doesnt (on windows 10)

I just went through the same thing, turned out it was OpenGL was not installed on my system, you may want to check that

2018-06-13 03:01:34 -0500 edited question sicknav350 ros driver question

sicknav350 ros driver question Hello there, this question is from this article: link text The code ran fine on 64 bit U

2018-06-12 16:10:30 -0500 received badge  Notable Question (source)
2018-06-12 11:51:23 -0500 asked a question sicknav350 ros driver question

sicknav350 ros driver question Hello there, this question is from this article: link text The code ran fine on 64 bit U

2018-06-12 04:35:50 -0500 commented answer ROS driver for SICK NAV350?

Hello there, this driver works great on an x86 platform, but does not seem to work on my arm platform. can this be modif

2018-06-12 04:35:29 -0500 commented answer ROS driver for SICK NAV350?

Hello there, this driver works great on an x86 platform, but douse not seem to work on my arm platform. can this be modi

2018-06-12 04:09:03 -0500 marked best answer FireFLY EGL config Problem

Hello there, I'm running Ros lunar full desktop on this FireFly RK3399. First problem, when i type into the terminal: rosrun rviz rviz, it kicks up this error:

firefly@firefly:~$ rosrun rviz rviz
[ INFO] [1528702646.473572157]: rviz version 1.12.16
[ INFO] [1528702646.473719158]: compiled against Qt version 5.5.1
[ INFO] [1528702646.473746867]: compiled against OGRE version 1.9.0 (Ghadamon)
Cannot find EGLConfig, returning null config
Unable to find an X11 visual which matches EGL config 0
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
Segmentation fault (core dumped)

Thanks for any insight you can provide,

Robert

PS the Firefly RK3399 is running Ubuntu 16.04 and it's a 64 bit OS

2018-06-12 04:09:03 -0500 received badge  Scholar (source)
2018-06-12 04:06:34 -0500 received badge  Popular Question (source)
2018-06-12 04:05:50 -0500 commented question FireFLY EGL config Problem

You were exactly right about OpenGL, It was running an image from them, and it was not installed. once I got it installe

2018-06-11 23:11:50 -0500 asked a question FireFLY EGL config Problem

FireFLY EGL config Problem Hello there, I'm running Ros lunar full desktop on this FireFly RK3399. First problem, when