-
Notifications
You must be signed in to change notification settings - Fork 4
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
first action before reading first observation ? #10
Comments
I agree (I actually had the same issue once). I think the best solution would be to already provide observations immediately and only start sending actions once the first one is provided by the user. |
@luator should I go ahead and work on this ? (want to make sure nobody else is currently doing this) |
we should probably talk about it first, felix and i had some discussion and
it is not really clear what is the best solution, there are some
subtleties.
Il giorno mer 13 nov 2019 alle ore 10:31 Vincent Berenz <
[email protected]> ha scritto:
… @luator <https://github.com/luator> should I go ahead and work on this ?
(want to make sure nobody else is currently doing this)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=AAO6EOUL6C72FBWT25RI63TQTPCQPA5CNFSM4JFNOND2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED5PKXI#issuecomment-553317725>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAO6EOVFAIXRJZKC7CFV6UTQTPCQPANCNFSM4JFNONDQ>
.
|
To have this documented here: We decided in an offline-discussion to try the following solution:
I can take a look into the code to get an idea how much effort it will be to implement this. |
that would be great! |
robot_interfaces/include/robot_interfaces/robot_backend.hpp
Line 119 in a738a3a
I find it counter intuitive that the system waits for a first action before starting, as possibly the first action may depend on the robot state/observation.
My program was hanging forever and it took me a while to find that this was because I start my loop with:
which hanged forever as no first action had been sent yet.
The text was updated successfully, but these errors were encountered: