Skip to content

Commit

Permalink
4.5:add new rangefinders
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Oct 12, 2023
1 parent 7c8bd32 commit d3bdd86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions common/source/docs/common-canbus-setup-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,19 @@ CAN_Dx_PROTOCOL Protocol Type
1 DroneCAN
4 PiccoloCAN
6 EFI_NWPMU
7 USD1
7 USD1 (RangeFinder)
8 KDECAN
10 Scripting based CAN driver
11 Benewake
11 Benewake (RangeFinder)
12 Scripting2 (allows two drivers)
13 NoopLoop TOFSenseP (RangeFinder)
14 NanoRadar NRA24 (RangeFinder)
=============== =============

After the change to protocol the autopilot has to be rebooted for the changes to take place.

.. note:: non DroneCAN-protocol based RangeFinders must be connected to the same CAN port on the flight controller. Only multiple DroneCAN rangefinder drivers are allowed at this time. This is an ArduPilot software based limitation which maybe fixed in the future.

CAN ESCs
========

Expand Down
3 changes: 3 additions & 0 deletions common/source/docs/common-rangefinder-landingpage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Unidirectional Rangefinders
Lightware SF02 Lidar <common-rangefinder-sf02>
Maxbotix I2C Sonar <common-rangefinder-maxbotixi2c>
Maxbotix Analog Sonar <common-rangefinder-maxbotix-analog>
Nooploop TOF-Sense P <common-rangefinder-nooploop-tofsense-p>
Nooploop TOF-Sense F <common-rangefinder-nooploop-tofsense-f>
Nanoradar NRA24 <common-rangefinder-nra24>
ST VL53L0X / VL53L1X Lidar <common-vl53l0x-lidar>
TeraRanger One/EVO Rangefinders <common-teraranger-one-rangefinder>
TeraRanger NEO <common-teraranger-neo>
Expand Down

0 comments on commit d3bdd86

Please sign in to comment.