Skip to content

feedback frequency and getNextFeedback #105

Discussion options

You must be logged in to vote

Sorry for the late response. For some reason we didn't see a notification about it.

  1. Both F1 and F2 run concurrently in separate OS threads

  2. Workflow:
    a) F1 sends messages requesting feedback. This also increments the sequence number and sets the "pc transmit" timestamp. Afterwards, F1 goes to sleep for the specified period.
    b) The receiving thread "F3" blocks on the udp socket for feedback responses
    c) Each incoming feedback updates the corresponding index. This also sets the "pc receive" timestamp and the receive-sequence number.
    d) After receiving at least one feedback message from every actuator, the messages get packaged together and are made available as "new feedback"

  3. No, it wi…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GogiPuttar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions, comments or problems
1 participant