MavROS Install Problems

The current instructions for installing mavros includes:

wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh
./install_geographiclib_datasets.sh

However, this url results in a 404. Any ideas where this file could be found in order to get around this issue?

Hello Calvin,

Just try this:

wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh && ./install_geographiclib_datasets.sh

I suppose, you’re getting 404 error due to extra whitespace between the url and ./install_geographiclib_datasets.sh.

Hope it helps.