码迷,mamicode.com
首页 > 其他好文 > 详细

offboard Control

时间:2015-06-17 16:36:54      阅读:636      评论:0      收藏:0      [点我收藏+]

标签:

1.使用mavlink based软件 没有ROS

技术分享

2.使用无线连接,没有ROS

技术分享

3. Onboard computer + ROS + WiFi link (recommended

技术分享

Control Methods 有下面两种方式

1. Offboard Control with Custom Code

参考 https://pixhawk.org/dev/direct-uart-offboard-control

取出sensor的数据 可以进一步处理再通过mavlink发送出来

2. Offboard Control with Mavros

参考 https://pixhawk.org/dev/ros/mavros_offboard

使用ROS MAVROS

Position control

Accepts PoseStamped for position and yaw

  • The Pose message position is sent to controllers
  • Only yaw from orientation quaternion is sent
  • TF : position + yaw from orientation quaternion is sent

Topics :

  • /mavros/setpoint/local_position

Parameters :

  • position/listen_tf (bool) - Listen for desired position setpoint transforms
  • position/frame_id - Frame for TF
  • position/child_frame_id - Child frame for TF
  • position/tf_rate_limit - Limit tf publish rate (default 10Hz)

offboard Control

标签:

原文地址:http://www.cnblogs.com/fastwave2004/p/4583650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!