Only released in EOL distros:
Package Summary
This is the hardware driver for the AscTec AutoPilot built by Ascending Technologies GmbH. http://www.asctec.de It should be compatible with the Hummingbird and Pelican quadrotor aircraft. This driver is not yet complete and the interfaces are not yet finalized. Full functionality will be supported in the near future. Contributions are welcome.
- Author: William Morris, Ivan Dryanovski, Steven Bellens, Patrick Bouffard et al.
- License: GPL
- Repository: ccny-ros-pkg
- Source: git http://robotics.ccny.cuny.edu/git/ccny-ros-pkg/asctec_drivers.git
Package Summary
This is the hardware driver for the AscTec AutoPilot built by Ascending Technologies GmbH. http://www.asctec.de It should be compatible with the Hummingbird and Pelican quadrotor aircraft. This driver is not yet complete and the interfaces are not yet finalized. Full functionality will be supported in the near future. Contributions are welcome.
- Author: William Morris, Ivan Dryanovski, Steven Bellens, Patrick Bouffard et al.
- License: GPL
- Source: git https://github.com/ccny-ros-pkg/asctec_drivers.git (branch: master)
Package Summary
This is the hardware driver for the AscTec AutoPilot built by Ascending Technologies GmbH. http://www.asctec.de It should be compatible with the Hummingbird and Pelican quadrotor aircraft. This driver is not yet complete and the interfaces are not yet finalized. Full functionality will be supported in the near future. Contributions are welcome.
- Author: William Morris, Ivan Dryanovski, Steven Bellens, Patrick Bouffard et al.
- License: GPL
- Source: git https://github.com/ccny-ros-pkg/asctec_drivers.git (branch: fuerte)
Contents
Usage
This package provides the driver interface for communicating with an Ascending Technologies AutoPilot. The code is being developed to support both the Hummingbird and the Pelican Quadrotor aircraft.
Details
This package accepts and provides data in the same structure as specified in the AscTec documentation. The asctec_proc package provides conversion of the data, such as IMU information, into standard ROS messages.
Limitations
Due to hardware limitations of the autopilot the only supported baud rate on the telemetry link is 57600, because of this the topic polling intervals and offsets are designed to optimize the available bandwidth.
Due to processing limitations of the autopilot, the maximum update frequency is 10 HZ using the Zigbee radio or 20 Hz if connected directly via the serial port. This is due to the latencies involved when requesting data and sending control messages. If data is only requested or controls are only sent, the update frequency can be higher.
Additional Information
Additional technical information about the Ascending Technologies Pelican and Hummingbird Quadrotor aircraft can be found here
Example
The driver can be started by running:
1 roslaunch asctec_autopilot autopilot.launch
Nodes
asctec_autopilot
The asctec_autopilot node takes in asctec_msgs/CtrlInput messages and sends these commands over the serial port to the aircraft.Subscribed Topics
~CTRL_INPUT (asctec_msgs/CtrlInput)- Provides an interface to control the yaw, pitch, roll and thrust
- When a true value is received on this topic, the "motor emergency" command is sent to the AutoPilot. The AutoPilot must be restarted to re-enable motors.
Published Topics
~CONTROLLER_OUTPUT (asctec_msgs/ControllerOutput)- This is the output of the yaw, pitch, roll, thrust controller
- Basic GPS Data
- Advanced GPS Data
- Fused IMU Data
- Unfused IMU Data
- Low Level Status including battery voltage
- Inputs from the radio control
Parameters
~port (string, default: "/dev/ttyUSB0")- The default name of the serial port
- The documentation indicates that 57600 is the only supported speed, however this param is provided in the event that the baud rate can be changed.
- This is the base command/polling frequency
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
- Enables polling
- Topic frequency = Base frequency / interval
- If the interval is 2 and the offset is 0 poll on even counts, if offset is 1 poll on odd counts, etc.
Bug Reports & Feature Requests
We appreciate the time and effort spent submitting bug reports.
Please use our Trac to report bugs or request features.