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

Starting New Project with Airplane Platform

asked 2014-08-05 14:22:59 -0500

musik gravatar image

I am working on a personal project in which I want to write a ROS package that can send messages to control the flight of an airplane (ex. Venture, Flyin' King, etc.) with the works: ailerons, rudders, elevators, etc. Is it possible to develop a ROS package for this sort of platform? Has any work been conducted on similar vehicles that could possibly be used as a guide? If not, what would be a good starting point for this type of project?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-08-05 15:06:03 -0500

prosa100 gravatar image

You can definitely use ROS. Consider how you plan on communicating with the plane. what device will be on the plane to control the motors?

One of the beautiful things about ros is how well it works with other projects. You could integrate ardupilot with ros.

If you don't want to use a flight controller, you could also start with making a teleop plane in ros. Try the rosserial_arduino/Tutorials as a "warmup". You can look at hector_quadrotor.

Good luck, and I look forward to seeing your developments.

edit flag offensive delete link more

Comments

Thanks a lot. The device I was considering using to control the motors was a Piccolo autopilot. Hopefully it will work in a similar fashion to an ardupilot.

musik gravatar image musik  ( 2014-08-06 09:20:11 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-08-05 14:22:59 -0500

Seen: 256 times

Last updated: Aug 05 '14