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

Brushless Motor Control

asked 2011-11-18 09:10:39 -0500

ww3ace gravatar image

updated 2014-01-28 17:10:49 -0500

ngrennan gravatar image

I'm trying to design the motor control system for an autonomous quad-rotor. We're building it from scratch, against my personal desire to use an existing platform like the pelican, and we're using brushless motors to power the propellers. My group just purchased the Mystery 12A Brushless Speed Controller (Blue Series), and I'm trying to figure out how to get ROS to talk to it. I really have no idea how to do this. The tutorials do not mention anything about how to control motors. Will I have to write my own system? Is there a package that can already do this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-11-18 09:44:21 -0500

updated 2011-11-18 09:47:53 -0500

You'll generally want to have microcontroller doing this very low level control and interfacing stuff with hard realtime constraints. If you look at basically any quadrotor you'll notice that they all have a microcontroller for interfacing the motor controllers, IMU, ultrasonic sensors, barometer etc. (and most have the basic attitude stabilization loop running at 100-1000Hz running there too). Even if you'd have the attitude estimation and control running on a PC board, you'd still need a microntoller for interfacing everything. Note that ROS in it's basic form does not satisfy hard real-time constraints (there is the OROCOS integration and a realtime_tools package that could be used for that though).

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-18 09:10:39 -0500

Seen: 992 times

Last updated: Nov 18 '11