You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
"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.
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.
The text was updated successfully, but these errors were encountered: