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

knowrob_map_data

asked 2019-01-10 10:22:44 -0500

yaced gravatar image

Hi there,

Does somebody know from where to get the package "knowrob_map_data" and "knowrob_map_tools" for kinetic?

I installed KnowRob following the instructions from the website, but I get an error when owl_parsing the package (package not found).

?- owl_parse('package://knowrob_map_data/owl/ccrl2_semantic_map.owl').

I inspected the KnowRob folder and the package "knowrob_map_data" was indeed missing.

Browsing for the package in ROS-wiki, the package appears under knowrob (indigo, melodic, older), but once in the repository it is missing.

Thx

OS: Ubuntu 16.04, ROS Kinetic

edit retag flag offensive close merge delete

Comments

Hello,

Did you find a solution? I've the same issue.

OS: Ubuntu 16.04, ROS Kinetic

Thx

LucasJ gravatar image LucasJ  ( 2019-01-17 07:33:58 -0500 )edit

Hi @LucasJ,

check Jayess answer, it worked for me.

yaced gravatar image yaced  ( 2019-01-18 04:52:50 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-01-17 08:26:29 -0500

LucasJ gravatar image

updated 2019-01-17 16:45:56 -0500

jayess gravatar image

HI , It's seems that the tutorials is not up to date since "knowrob_map_data" doesn't exist anymor in KINETIC (Look here).

This package has been replaced by "Knowrob_maps", so you just have to replace this :

owl_parse('package://knowrob_map_data/owl/ccrl2_semantic_map.owl').

by that :

owl_parse('package://knowrob_maps/owl/ccrl2_semantic_map.owl').

Good Luck !

edit flag offensive delete link more

Comments

1

Thx Jayess. That works fine.

Now I'm dealing with some log4j problems. It seems there are some configuration problems. Any ideas?

log4j:WARN No appenders could be found for logger (org.ros.internal.node.client.Registrar). log4j:WARN Please initialize the log4j system properly.

yaced gravatar image yaced  ( 2019-01-18 04:56:13 -0500 )edit

Hi, still i am getting package not found error after i replaced the package "Knowrob_maps" instead of "knowrob_map_data". register_ros_package(knowrob_maps). owl_parse('package://knowrob_maps/owl/ccrl2_semantic_map.owl'). I will really appreciate some help here.

gayathri gravatar image gayathri  ( 2020-01-22 09:27:59 -0500 )edit

Hi @gayathari Could you overcome this problem?

msc gravatar image msc  ( 2020-02-03 07:37:33 -0500 )edit

Just to add: I am getting this error message too, but this is because there is no ccrl2_semantic_map.owl file in knowrob_maps. I believe this file has been removed, so this part of the knowrob basics tutorial cannot be followed using the referenced file.

StefanB gravatar image StefanB  ( 2020-02-06 04:16:15 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-01-10 10:22:44 -0500

Seen: 344 times

Last updated: Jan 17 '19