Closed FaboNo closed 6 years ago
any updates? I've gone through the same. removed mavros, cloned the most recent version and I'm getting the error
In member function ‘virtual void mavros::std_plugins::SystemStatusDiag::run(diagnostic_updater::DiagnosticStatusWrapper&)’:
/home/dsor/ros/src/mavros/mavros/src/plugins/sys_status.cpp:255:60: error: ‘SATCOM’ is not a member of ‘STS {aka mavlink::common::MAV_SYS_STATUS_SENSOR}’
if (last_st.onboard_control_sensors_enabled & enum_value(STS::SATCOM))
Same error but about a different member
@VascoSampaio what I did is catkin clean and redo catkin build and I did not get the error.
@FaboNo I've done that, reinstalled all dependencies, but still getting the error. I'll keep digging into that. thank you anyway
Dear All
I tried to run a program with Gazebo
using mavros_msgs::PositionTarget
with local frame set tomavros_msgs::PositionTarget::FRAME_LOCAL_NED
and I get a lot of messagesWARN [mc_pos_control_tests] Unknown velocity offboard coordinate frame
So I was thinking that I need to update the version of Mavros because perhaps updates have been done with frame naming...
and I am not able to compile because I have this error :
And I have to say I am stuck here ... Does anyone know where is the problem ?
In the installation guide there is a link to download mavlink binaries but the last updates on this repostory are from 2017...
Thank you very much