ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Mavros and Unsupported FCU on Intel AERO RTF

asked 2017-04-04 11:35:02 -0500

Rudja gravatar image

Hello everybody!

I am trying to command my drone, an intel aero RTF, via mavros. So I have the drone running roscore, and my companion computer running mavros. So to resume:

  • I sourced the environnement (opt/ros/indigo/setup.sh) on my drone . In this document, I put ROS_MASTER_URI=http://192.168.1.1:11311 and ROS_HOSTNAME=192.168.1.1, the drone IP. https://github.com/intel-aero/meta-in...
  • I launched roscore, on the drone.
  • On my computer, I sourced my environment in catkin_ws with source devel/setup.bash.
  • I modified ROS_MASTER_URI=http:/192.168.1.1:11311 and ROS_HOSTNAME=192.168.1.2.
  • I launched roslaunch mavros px4.launch fcu_url:=udp://@:14556 gcs_url:=udp://:14556@192.168.1.2:14550. 192.168.1.2 is the IP of my computer when I am connected to the Intel Aero Wifi.
  • In an other terminal, after sourcing my environment and modifying ROS_MASTER_URI and ROS_HOSTNAME, I launched my ROS Package with rosrun myprogram takeoff.

After all this steps, the only thing I can see is "Mode: Unsupported fcu" in the mavros terminal. I can't solve this... Could someone help me pls... It was not simple to arrive here, and I can't go further... I know that my program is good, because I can simulate it with gazebo and a 3D IRIS without problem.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2017-04-06 12:27:58 -0500

vooon gravatar image

What you see in /diagnostics? I suppose that you do not have a connection.

rostopic echo -n1 /diagnostics

Also i don't understand what you want with udp://@:14556 - it is equal to udp://@ because remote host is required. Next you setup gcs proxy to bind on that port, why?

edit flag offensive delete link more

Comments

Thanks for your help vooon! Sorry for the delay, I was ill... In fact, I don't have connection with /diagnostics. These parameters for fcu_url and gcs_url are the result of my research on the net because it is my first project with ROS. I have tried many things, but I never got connection.

Rudja gravatar image Rudja  ( 2017-04-07 04:26:51 -0500 )edit

Sorry for being a novice in this domain, but what should be these parameters to command through Mavros my drone pls?

Rudja gravatar image Rudja  ( 2017-04-07 04:27:14 -0500 )edit
0

answered 2017-04-09 14:28:49 -0500

Rudja gravatar image

How can I get fcu connection with my drone? I don't see the problem with my method...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2017-04-04 11:35:02 -0500

Seen: 893 times

Last updated: Apr 09 '17