-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QTCBS] Parallel motion gives 0s relations #234
Comments
Since this only models attract and repell, parallel movement will produce 0 states in qtcbs where as in qtccs it won't. But maybe I misunderstood the question. Do you have an example drawing? |
Hi @cdondrup, Please can you tell us where QTCBS is defined? Or what exactly is the simplification? Possibly you could add it to the QSRLib docs or the QSRLib journal paper? In your paper: "A Probabilistic Model of Human-Robot Spatial Interaction Using a Qualitative |
Hi, I will add docs as soon as I get some free time. I am however currently quite busy with deployment preparations. I promise I'll do it ASAP. Regarding the definition of QTCBS QTCB describes the relative movement between
The simplification here is that I only regard From this definition follows that if |
And the way QTCB is calculated is by calculating QTCC and omitting the last two and hence remove the side constraint. |
I know from here (bottom page 104 Eq (1)) it uses some time before and after t to determine if a point is moving towards or away. This is for continuous time however. Is your QTCBS implementation the QTC-B11 from table 1 on page 5189 here?? |
Yes, there is two different ways to calculate these.
The current implementation does the latter. However, for parallel movement, there should be no difference in outcome using either. |
There are many ways to calculate this. My point above is that in here they compare the position of |
Yes, of course. Sorry for the confusion. The implementation currently compares
So you compare the movement of point This means that if they follow each other you will have |
Just as an example:
|
@cdondrup
As title says in vertical and horizontal parallel movements of two objects the relations are always [0, 0], which does not seem right.
The text was updated successfully, but these errors were encountered: