Closed MAVREEF closed 7 years ago
I don't see any problems on mavros side. Look at receiver: https://github.com/PX4/Firmware/blob/master/src/modules/mavlink/mavlink_receiver.cpp#L1175 And loopback sender: https://github.com/PX4/Firmware/blob/master/src/modules/mavlink/mavlink_messages.cpp#L2671
And here your problem on line 2675: if (_att_sp_sub->update(&_att_sp_time, &att_sp)) {
@MAVREEF updates?
Closing this as there are no updates. Reopen if needed.
@MAVREEF any news on this? I know it is a long time ago but I would be interested to know if you advanced on your issue.
Issue details
I am controlling a quad using the setpoint_raw/attitude plugin. I would like to send rate commands instead of quaternions but when I set the bitmask to IGNORE_ATTITUDE the loopback topic "/mavros/setpoint_raw/target_attitude" stops publishing. Here is how I'm coding it:
Any help is very much appreciated!
Respectfully,
MAVREEF
MAVROS version and platform
Mavros: ?0.17.5? ROS: ?Indigo? Ubuntu: ?14.04?
Autopilot type and version
[ ] ArduPilot [ X ] PX4
Version: ?1.5.5?
Node logs
Diagnostics
Check ID