Daniel Beßler
Daniel Beßler
the rather implicit conventions can be derived by looking at how repositories are named in the code-iai group -- which is lower case with underscore. I would add the hint...
Well why don't you create then a "UnrealRobots" group or so? Then everything in this group can be named according to Unreal conventions. And it's not only opinion but more...
I am facing the same issue. What I observed is that `PL_initialize` affects Redland query evaluation. I have a couple of unit tests for Redland and one of them does...
Hi Ivan, oh really? I was not assuming a second call would do nothing when additional facts were added until the last call. I was thinking it might be possible...
for me it works to simply cast to `pl_function_t` ``` static foreign_t a_predicate(term_t arg0, term_t arg1) { .... } .... PL_register_foreign("a_predicate", 2, (pl_function_t)a_predicate, 0); ```
ok that's a pity. I am not aware of how input is handled with the remote play in steam. To me it seems desirable to isolate host input, after all...
Thanks for the report @Thordreck. seems occurs is having quite some issues. I will add more unit tests covering the cases you listed
The predicate has been removed from mongolog in the *dev* branch. The reasoning being the temporal operators that are part of the query language.
Hi @AndrewJSchoen, thanks for your message. And glad that you consider using KnowRob for your work! My research group has not yet switched to ROS2. And me and other KnowRob...
@fmrico there has been a recent development regarding ROS2. But only concerning *rosprolog*. It is likely that someone will soon work on adding ROS2 support to it. but the funding...