diff --git a/docs/lidar.md b/docs/lidar.md index 1c592d5787..bb1dafcdf3 100644 --- a/docs/lidar.md +++ b/docs/lidar.md @@ -30,6 +30,7 @@ VerticalFOVLower | Vertical FOV lower limit for the lidar, in degrees X Y Z | Position of the lidar relative to the vehicle (in NED, in meters) Roll Pitch Yaw | Orientation of the lidar relative to the vehicle (in degrees, yaw-pitch-roll order to front vector +X) DataFrame | Frame for the points in output ("VehicleInertialFrame" or "SensorLocalFrame") +ExternalController | Whether data is to be sent to external controller such as ArduPilot or PX4 if being used (default `true`) e.g., ``` diff --git a/docs/sensors.md b/docs/sensors.md index 5309399158..f9108c1c3c 100644 --- a/docs/sensors.md +++ b/docs/sensors.md @@ -111,12 +111,13 @@ By default, Distance Sensor points to the front of the vehicle. It can be pointe Configurable Parameters - -Parameter | Description ------------------|------------ -X Y Z | Position of the sensor relative to the vehicle (in NED, in meters) (Default (0,0,0)-Multirotor, (0,0,-1)-Car) -Yaw Pitch Roll | Orientation of the sensor relative to the vehicle (degrees) (Default (0,0,0)) -MinDistance | Minimum distance measured by distance sensor (metres, only used to fill Mavlink message for PX4) (Default 0.2m) -MaxDistance | Maximum distance measured by distance sensor (metres) (Default 40.0m) +Parameter | Description +--------------------|------------ +X Y Z | Position of the sensor relative to the vehicle (in NED, in meters) (Default (0,0,0)-Multirotor, (0,0,-1)-Car) +Yaw Pitch Roll | Orientation of the sensor relative to the vehicle (degrees) (Default (0,0,0)) +MinDistance | Minimum distance measured by distance sensor (metres, only used to fill Mavlink message for PX4) (Default 0.2m) +MaxDistance | Maximum distance measured by distance sensor (metres) (Default 40.0m) +ExternalController | Whether data is to be sent to external controller such as ArduPilot or PX4 if being used (default `true`) For example, to make the sensor point towards the ground (for altitude measurement similar to barometer), the orientation can be modified as follows -