Rover: L1 navigation overview

Rover: L1 navigation overview

This page provides an overview of Rover’s navigation feature including the L1 controller which is also used in Plane. The L1 controller is based on this paper by Sanghyuk Park, John Deyst and Jonathan P How of MIT.

Overview

在这里插入图片描述

  • on every iteration of the main loop (50hz) a call is made to the
    active mode’s update method (here is RTL’s update function). While in
    Auto, Guide, RTL and SmartRTL mode, the update calls into the Mode
    class’s calc_steering_to_waypoint method.
    Mode’s calc_steering_to_waypoint then call’s the AP_L1_controller library’s
    update_waypoint method providing it the location that the rover
    should drive towards.
  • The AP_L1_controller’s update_waypoint method returns a desired
    lateral acceleration which is passed into Mode’s
    calc_steering_from_lateral_acceleration
  • Mode’s calc_steering_from_lateral_acceleration sends the desired
    acceleration to APM_Control/AR_AttitudeControl’s
    get_steering_out_lat_accel which uses a PID controller to calculate a
    steering output
  • The steering output is sent into the AP_MotorsUGV library using
    the set_steering method

L1 Controller

The final output of the L1 controller’s update_waypoint method is a desired lateral acceleration (shown as “latAccDem” in red below) which should bring the vehicle back to the line between the origin and destination.

The formulas used are also shown below. damping is from the NAVL1_DAMPING parameter. period is from the NAVL1_PERIOD parameter.

在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值