mavlink / mavros

MAVLink to ROS gateway with proxy for Ground Control Station
Other
889 stars 991 forks source link

mavftp is not working #1661

Open itzmejawad opened 2 years ago

itzmejawad commented 2 years ago

Issue details

mavftp is not working with the following command

rosrun mavros mavftp list

need help!

image

ROS: ?Melodic? Ubuntu: ?18.04?

vooon commented 2 years ago

Service unavailable error. Did you run mavros?

itzmejawad commented 2 years ago

@vooon

Mavros is running... Also I am running Ardupilot in Pixhawk

image

in this mavros wiki , i see MAVFTP is for PX4

I have Logs in my Pixhawk's SD card

As u said... even if i run "rostopic list" ..... there are no topics shown for mavftp...

If the mavftp plugin is missing in my ros-melodic... how can i add ?

itzmejawad commented 2 years ago

rostopic echo -n1 /diagnostics header: seq: 2138 stamp: secs: 1638349177 nsecs: 621137835 frame_id: '' status:

itzmejawad commented 2 years ago

CLEAR PARAMETERS

PARAMETERS

NODES / mavros (mavros/mavros_node)

vooon commented 2 years ago

What is in /mavros/plugin_blacklist?

itzmejawad commented 2 years ago

@vooon in Ardupilot..........

image

the ftp is removed from blacklist but still

image image

Rand0409 commented 2 years ago

The reasong might be this PX4 only... I am using Ardupilot, seems you are using Ardu instead of PX as well.

Screenshot 2022-09-07 151658

vooon commented 2 years ago

@Rand0409 initially mavlink ftp was implemented only in PX4. Today APM also have it, but i didn't test it. Probably need to add some fixes to the plugin.

Rand0409 commented 2 years ago

Yeah, I got a lot Input/Output error using APM with mavros mavftp upload