赞
踩
本节主要学习ardupilot的CAN和UAVCAN,主要参考官网,欢迎批评指正。
在Ardupilot中对CAN总线消息传递的支持依赖于两个部分:
硬件CAN总线支持的基础位于AP_HAL库中,由两个类组成:
/**
* 单个非阻塞CAN接口------Single non-blocking CAN interface.
*/
class AP_HAL::CAN: public uavcan::ICanIface {
public:
/* CAN port open method
bitrate Selects the speed that the port wil
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。