Skip to content
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

Messages Missed on socket datastream #785

Open
smishraasu opened this issue Feb 20, 2018 · 1 comment
Open

Messages Missed on socket datastream #785

smishraasu opened this issue Feb 20, 2018 · 1 comment

Comments

@smishraasu
Copy link

Hi ,

I am trying to accomplish Hardware in loop simulation for quadcopters. I am using QuadrotorDynamicControl actuator and the actuator control values are obtained from the flight controller. But when I publish the actuator values to the QuadrotorDynamicControl actuator, I see a lot of "Messages Missed on socket datastream" in the terminal where I start morse. The quad in the simulator doesn't take off because of this reason I guess. I am concerned if any messages are actually successfully published. I have attached a screenshot of the issues. Please let me know what could be done to mitigate the issue.

Thanks.

screen shot 2018-02-19 at 7 07 00 pm

@adegroote
Copy link
Contributor

"Messages missed" means that you publish faster than what can Morse consume. It can be a problem for control accuracy, but normally shoudn't prevent the quad to take off.

You may increase the frequency of the simulation (if your machine permit it) to get rid of these messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants