Mavros launchfile
I am trying to analyze the mavros package with an automated tool. For now, I need to have mavros run mission.py (located in mavros/mavros/src/mavros/mission.py) because that is where I believe problematic.
I start by launching mavros/mavros/launch/node.launch, whthout knowing anything about the purpose of that launchfile. I immediately got a message saying that the launchfile requires the 'fcu_url' arg to be set. Below are my questions?
- How can I set fcu_url? What is FCU by the way?
- Will node.launch run mission.py? If not, which launchfile will run mission.py?
Check the glossary in the README. It says that FCU is Flight Control Unit.