diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index c56ae6f..844aa55 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -7421,6 +7421,78 @@ the setpoint will be capped to MPC_XY_VEL_MAX
+
+
+ Serial Configuration for Roboclaw Driver
+ Configure on which serial port to run Roboclaw Driver.
+ true
+
+ Disabled
+ UART 6
+ TELEM 1
+ TELEM 2
+ TELEM 3
+ TELEM/SERIAL 4
+ GPS 1
+ GPS 2
+ Radio Controller
+
+
+
+
+
+ Address of the Roboclaw
+ The Roboclaw can be configured to have an address from 0x80 to 0x87, inclusive. It must be configured to match this parameter.
+ 128
+ 135
+
+ 0x80
+ 0x81
+ 0x82
+ 0x83
+ 0x84
+ 0x85
+ 0x86
+ 0x87
+
+
+
+ Roboclaw serial baud rate
+ Baud rate of the serial communication with the Roboclaw. The Roboclaw must be configured to match this rate.
+ 2400
+ 460800
+ true
+
+ 2400 baud
+ 9600 baud
+ 19200 baud
+ 38400 baud
+ 57600 baud
+ 115200 baud
+ 230400 baud
+ 460800 baud
+
+
+
+ Encoder counts per revolution
+ Number of encoder counts for one revolution. The roboclaw treats analog encoders (potentiometers) as having 2047 counts per rev. The default value of 1200 corresponds to the default configuration of the Aion R1 rover.
+ 1
+
+
+ Encoder read period
+ How long to wait, in Milliseconds, between reading wheel encoder values over Uart from the Roboclaw
+ 1
+ 1000
+ ms
+
+
+ Uart write period
+ How long to wait, in Milliseconds, between writing actuator controls over Uart to the Roboclaw
+ 1
+ 1000
+ ms
+
+
L1 damping