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

Rikardo's profile - activity

2023-06-08 04:14:30 -0500 received badge  Great Question (source)
2022-12-13 20:08:46 -0500 received badge  Notable Question (source)
2022-12-13 20:08:46 -0500 received badge  Popular Question (source)
2019-08-18 19:15:15 -0500 received badge  Good Question (source)
2018-09-07 05:03:52 -0500 received badge  Nice Question (source)
2017-02-17 15:18:45 -0500 received badge  Famous Question (source)
2016-05-31 07:08:51 -0500 received badge  Notable Question (source)
2015-11-28 16:26:06 -0500 marked best answer how to point and click on rviz map and output the position.

Can any one tell me how to use mouse to click on a map in Rviz and get the position of this area. Then output it.

2015-11-28 16:25:58 -0500 marked best answer knowrob_mesh_reasoning not be found

When I run the knowrob and compile the knowrob_addons, it cannot find the dependency

knowrob_mesh_reasoning

. I tried to find it, but I found that the package know_mesh_reasoning on github knowrob repository is removed. How can I deal with this.

2015-10-12 00:24:41 -0500 received badge  Famous Question (source)
2015-09-18 01:28:00 -0500 received badge  Student (source)
2015-09-18 01:27:36 -0500 received badge  Popular Question (source)
2015-09-17 12:09:21 -0500 received badge  Popular Question (source)
2015-09-17 12:09:21 -0500 received badge  Notable Question (source)
2015-09-13 12:01:23 -0500 asked a question Compile and run android in Android studio 1.4 (indigo)

Hi there,

I have gone through the tutorial of ROS android studio. But I can not find a tutorial about how to set up a Android studio project, compile it, run it.

http://wiki.ros.org/android/Tutorials...

Could you please provide a full instruction to this.

Cheers, Ricky

2015-09-13 12:01:23 -0500 asked a question Android map_nav set pose and send goal do not work

Hi there,

When I used ros android map_nav (here), I can load the map created by make_map app. However, I can not set the pose and send goal with the app. I checked the topic. All the topics are proper in tf graph. Do anyone know how to deal with this? Cheers!

http://wiki.ros.org/rocon_interaction...

http://wiki.ros.org/android/Tutorials...

https://github.com/rosjava/android_ap...

2015-09-13 10:57:51 -0500 received badge  Famous Question (source)
2015-09-13 10:56:10 -0500 received badge  Famous Question (source)
2015-09-13 10:56:10 -0500 received badge  Notable Question (source)
2014-06-02 05:57:11 -0500 received badge  Popular Question (source)
2014-06-01 12:56:05 -0500 received badge  Famous Question (source)
2014-06-01 12:44:59 -0500 asked a question ros process in subsumption architecture

Hello there,

Can anyone know how to run ROS process in subsumption architecture sytle, with which, different node have different priorities and some nodes can be triggered/terminate by a topic message.

2014-02-14 01:14:42 -0500 received badge  Notable Question (source)
2014-02-14 01:14:42 -0500 received badge  Popular Question (source)
2014-02-05 21:53:38 -0500 received badge  Notable Question (source)
2014-01-28 17:31:12 -0500 marked best answer knowrob_gui Exception

when I run the knowrob_gui, a exception occurred:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /opt/ros/groovy/stacks/knowrob/3rdparty/jpl/jpl/libjpl.so: libswipl.so.5.10.4: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at jpl.JPL.loadNativeLibrary(JPL.java:100) at jpl.fli.Prolog.<clinit>(Prolog.java:85) at edu.tum.cs.ias.knowrob.prolog.PrologInterface.initJPLProlog(PrologInterface.java:33) at jp.atr.unr.pf.gui.KnowRobGuiMain.setup(KnowRobGuiMain.java:68) at processing.core.PApplet.handleDraw(Unknown Source) at processing.core.PApplet.run(Unknown Source) at java.lang.Thread.run(Thread.java:679)

@moritz

2014-01-28 17:31:10 -0500 marked best answer Problem with the semantic_map editor knowrob_gui running

As the semantic map editor is moved into knowrob_gui. But the tutorial and document has not been updated. Do anyone know what is the problem with this:

When I compiled the knowrob_gui successfully in groovy on Ubuntu 12.04 and run it

$rosrun knowrob_gui KnowRobGUI

It displays that:

find: ‘/jre/lib/’: No such file or directory Cannot find libjsig ... maybe you need to set JAVA_HOME?

It is not clear in the tutorial in knowrob org

PS: @moritz would you please update the tutorial if possible?

2014-01-21 18:15:01 -0500 received badge  Famous Question (source)
2014-01-16 05:11:59 -0500 received badge  Famous Question (source)
2014-01-13 01:01:47 -0500 received badge  Famous Question (source)
2013-11-28 02:02:19 -0500 received badge  Notable Question (source)
2013-11-16 09:05:31 -0500 received badge  Popular Question (source)
2013-11-13 07:25:41 -0500 asked a question How to display a text as marker name in RVIZ in Python

How to display a text as marker name in RVIZ in Python: I want to add names for the markers in rviz. Can anyone tell me how to add it in python.

2013-11-13 07:22:13 -0500 received badge  Notable Question (source)