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
@ajshank Hi Ajay,
The Freyja Autopilot instructions say (as per attached screenshot):
"sr2: change all publish rates to zeros, except for EXTRA3 (battery info, system state) which can be set to 1Hz. "
However, when I did this, mavros stopped transmitting GPS, IMU, and odometry data, which caused the current_state topic and state manager node to not work. Is the sr2 publish rates recommendation still valid for later versions of arducopter (4.1+), or is it correct to set publish rates to non-zero?
Thanks,
John
The text was updated successfully, but these errors were encountered:
@johnthelzer Yes, this recommendation is correct; however, this is geared mostly towards indoor flights (controlled via radio modules), given that you have an alternative positioning source offboard (like mocap). Since you are interested in GPS & odometry messages, I'm guessing this is not an indoor setup - in which case, I'd recommend setting the rates for GPS and IMU messages to what you need them to be (with the understanding that these are often big packets to stream). If you only have one radio, then it is going to have to handle all of that, plus the controller's signals back to the aircraft. Hopefully you know your radio limits :)
If you describe what your setup is, perhaps my recommendation might be more targeted. And it might be worth moving this to Discussions as opposed to Issues.
Apologies for not seeing this sooner -- something's wrong with my notification settings.
@ajshank All good, thanks for replying! I ended up setting GPS and odometry to normal levels and it worked; I'm using a raspi hardwired to the FMU, so that provides more bandwidth than a radio would. I actually have moved away from field testing for a while as I write a paper, but I'll open a discussion next time.
@ajshank Hi Ajay,
The Freyja Autopilot instructions say (as per attached screenshot):
However, when I did this, mavros stopped transmitting GPS, IMU, and odometry data, which caused the current_state topic and state manager node to not work. Is the sr2 publish rates recommendation still valid for later versions of arducopter (4.1+), or is it correct to set publish rates to non-zero?
Thanks,
John
The text was updated successfully, but these errors were encountered: