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

mia's profile - activity

2017-08-29 10:07:42 -0600 received badge  Popular Question (source)
2017-08-29 10:07:41 -0600 received badge  Popular Question (source)
2017-03-28 22:49:04 -0600 asked a question ImportError: No module named json_prolog

So when I try to rosrun the test_json_prolog.py file from the json_prolog folder it shows the following error:

    Traceback (most recent call last):   
    File "/home/raw/catkin_ws/src/src/knowrob/json_prolog/examples/test_json_prolog.py", line 7, in <module>
    from json_prolog import json_prolog ImportError: No module named json_prolog
    ImportError: No module named json_prolog
2017-03-21 21:46:01 -0600 received badge  Enthusiast
2017-03-15 22:19:08 -0600 asked a question How to run the example client from json_prolog?

I've successfully run the json_prolog service from one launch file, how do I run the python client in the example folder now?

Thank you !

2017-03-15 02:53:34 -0600 received badge  Supporter (source)
2017-03-10 07:55:27 -0600 asked a question How do I query .owl file and visualize it though knowrob?

Hi everyone I'm new to knowrob

I have .owl files now and I want to integrate them into my ROS project. So if my knowrob package subscribes to a topic, is it possible for me to query the keyword from the topic in my .owl file loaded by the knowrob and then visualize it in web browser or somewhere? Does knowrob help you process the .owl file automatically and if so how do i present it ? I can't find detailed documentations for these.

Thank you very much

2017-03-10 07:55:26 -0600 asked a question How do I query a .owl file and visualize it by knowrob?

Hi everyone I'm new to knowrob

I have .owl files now and I want to integrate them into my ROS project. So if my knowrob package subscribes to a topic, is it possible for me to query the keyword from the topic in my .owl file loaded by the knowrob and then visualize it in web browser or somewhere? Does knowrob help you process the .owl file automatically and if so how do i present it ? I can't find detailed documentations for these.

Thank you very much