Ryan

Results 203 issues of Ryan

# Purpose * Fix the delay in the GSOF driver. It was very wrong. This should be backported to 4.5.

Enhancement
GPS
Driver
NeedsTesting

## Feature request **Is your feature request related to a problem? Please describe.** PX1 is a GNSS-INS, but currently is only treated as a GPS in ArduPilot. **Describe the solution...

GPS
Driver
ExternalAHRS

## Feature request **Is your feature request related to a problem? Please describe.** PX-1 provides fused GPS to EKF3 right now, which couples IMU. **Describe the solution you'd like** Add...

GPS

## Feature request **Is your feature request related to a problem? Please describe.** Right now, there is no way to change the GSOF data rates on the PX1 GNSS because...

Enhancement
GPS
Driver

## Feature request **Is your feature request related to a problem? Please describe.** Right now, there is no way to enable the internal logging on the PX1 GNSS because the...

Enhancement
GPS
Driver
good first issue

## Background ## Feature request ![image](https://github.com/ArduPilot/ardupilot/assets/25047695/0ee6f3df-efa7-4ae6-9f36-501cfb7339f0) The GSOF driver configuration exhange sends config data from ArduPilot, then it responds with acks. Midway through, data streaming starts, and the config acks...

Enhancement
GPS
Driver

## Bug report **Issue details** There is a parameter called `GPS_AUTO_CONFIG` to determine whether ArduPilot should configure the GPS. https://ardupilot.org/plane/docs/parameters.html#gps-auto-config-automatic-gps-configuration Regardless of the value of GPS_AUTO_CONFIG, the GSOF driver will...

BUG
AllVehicles
GPS
Driver
For-4.5

## Feature request **Is your feature request related to a problem? Please describe.** It's not clear when writing ROS code and sending high level goal commands which are persistent, and...

Docs
ROS

Work in progress to make DDS enabled by default on SITL and CubeRed. Ideally disabled by default on all other boards. Major rework in waf to allow local developers to...

WIP
ROS

I want DDS available through the custom build server. Later, UDP support and visual odom can be exposed as optional features. Solves #23280

BuildSystem
ROS
CI