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

FlorianJo's profile - activity

2015-10-26 13:49:02 -0500 received badge  Famous Question (source)
2014-04-29 12:21:28 -0500 received badge  Notable Question (source)
2014-03-07 00:17:15 -0500 received badge  Popular Question (source)
2014-02-03 08:44:32 -0500 received badge  Famous Question (source)
2014-01-14 04:50:12 -0500 commented answer problem compiling re_comm

I had the same problem. I have delete the class UnizarRoboEarthInterface.java After that, the re_comm package compiles. Best Regards Florian

2014-01-13 03:21:59 -0500 asked a question KnowRob Recipe Editor - Upload Recipe error

Hi folks,

I want to create an action recipe with the aid of the KnowRob Recipe Editor and upload them to the RoboEarthd database. If I try to push the button: “Save recipe to RoboEarth” I get the following Prolog exception:

jpl.PrologException: PrologException: error(existence_error(procedure, /(re_submit_action_recipe, 4)),
context(:(system, /(call, 1)), _2015))

at jpl.Query.get1(Query.java:336)
at jpl.Query.hasMoreSolutions(Query.java:258)
at jpl.Query.oneSolution(Query.java:688)
at jpl.Query.hasSolution(Query.java:759)
at edu.tum.cs.ias.knowrob.prolog.PrologInterface.executeQuery(PrologInterface.java:99)
at jp.atr.unr.pf.gui.KnowRobGuiApplet.controlEvent(KnowRobGuiApplet.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at controlP5.ControlBroadcaster.invokeMethod(Unknown Source)
at controlP5.ControlBroadcaster.broadcast(Unknown Source)
at controlP5.Controller.broadcast(Unknown Source)
at controlP5.Button.setValue(Unknown Source)
at controlP5.Button.activate(Unknown Source)
at controlP5.Button.mouseReleased(Unknown Source)
at controlP5.Controller.setMousePressed(Unknown Source)
at controlP5.ControllerGroup.setMousePressed(Unknown Source)
at controlP5.ControllerGroup.setMousePressed(Unknown Source)
at controlP5.ControlWindow.mouseReleasedEvent(Unknown Source)
at controlP5.ControlWindow.mouseEvent(Unknown Source)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at processing.core.PApplet$RegisteredMethods.handle(Unknown Source)
at processing.core.PApplet.handleMouseEvent(Unknown Source)
at processing.core.PApplet.dequeueMouseEvents(Unknown Source)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:701)

I am using ROS-fuerte, Ubuntu 12.04, SWI-Prolog version 5.10.4, the latest KnowRob Stack as well as the newest KnowRob_gui stack.

Thanks for every helping hand :)

Best Regards

Florian

2014-01-13 00:58:22 -0500 answered a question Problem in semantic Map Editor (Knowrob)

HI,

do you have a solution for the problem? I have the problem as well. By building the stack knowrob_gui the following error occurs:

stacks/knowrob_gui/src/jp/atr/unr/pf/gui/KnowRobGuiApplet.java:276: cannot find symbol symbol : method getController() location: class controlP5.ControlEvent if(theEvent.getController().getName().equals("save recipe to roboearth"))

stacks/knowrob_gui/src/jp/atr/unr/pf/gui/KnowRobGuiApplet.java:300: cannot find symbol symbol : method getController() location: class controlP5.ControlEvent if(theEvent.getController().getName().equals("save recipe to file")) {

stacks/knowrob_gui/src/jp/atr/unr/pf/gui/KnowRobGuiApplet.java:379: void cannot be dereferenced .setUpdateMode(ControlWindow.NORMAL)

stacks/knowrob_gui/src/jp/atr/unr/pf/gui/KnowRobGuiApplet.java:383: cannot find symbol symbol : method getController(java.lang.String) location: class controlP5.ControlP5 if(controlP5.getController("notification")==null) 100 errors

Thanks for help.

Best Regards

Florian

2013-12-05 09:52:24 -0500 received badge  Notable Question (source)
2013-11-11 22:34:47 -0500 received badge  Popular Question (source)
2013-11-08 03:16:57 -0500 asked a question Moving arm of the Nao robot

Hi folk,

I am using the current Nao-ROS stack (fuerte). I want to control the Nao in an abstract way. Now, I am trying to send commands to the nao_controller to move the left arm from the Nao. I found only one option to do this. Namely to create a JointTrajectory message for the left arm and this message as goal to the ActionServer of the nao_controller. This message requires to define 6 radians for each joint of the left arm: (LShoulderPitch,LShoulderRoll,LElbowYaw,LElbowRoll,LWristYaw2,LHand2)

But, I don`t want to control the joints seperately. I want to say: moveLeftArmToPosition (x,y,z) So, do I have to solve this mapping on my own, or, has the nao_driver this task already done?

I want to ask as well, if the nao_driver provides a node to start face detection. I havn`t found it in the documentation. Thanks a lot.

Best Regards

Florian

2013-08-16 07:30:06 -0500 received badge  Famous Question (source)
2013-02-12 12:18:52 -0500 received badge  Notable Question (source)
2013-01-27 22:39:20 -0500 received badge  Student (source)
2013-01-24 22:22:34 -0500 received badge  Popular Question (source)
2013-01-07 22:32:55 -0500 asked a question Connection NAO with RoboEarth

Hi everybody,

my name is Florian from the HAW Hamburg. I am still writing my Masterthesis about knowledge sharing for robots....especially for the NAO robot from Aldebaran robotics. So...my thesis deals with the connection between RoboEarth and NAO. The target is, that serveral NAO`s can exchange executable action recipes among eachother to improve their learning mechanism. Also...i am now developing an interface between NAO and RoboEarth via the ROS-Middleware. My problem is that, i can´t translate any CRAM-action-recipes into physical low-level routines from the NAO robot. So i can´t execute the CRAM-action-receipe on the NAO. In the paper "RoboEarth Action Recipe Execution" i have read, that i can access the robot hardware routines over process modules and actionlib libary from ROS. So....what should i do to handle that problem...to execute CRAM-action recipes on the NAO robot? Must i implement my own process modules for the NAO?

Thanks :)

Kind regards

Florian Johannßen