Skip to content

Commit

Permalink
Update PX4 Firmware metadata Wed Sep 25 08:22:35 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Sep 25, 2024
1 parent f767c82 commit cd0d766
Show file tree
Hide file tree
Showing 16 changed files with 445 additions and 9 deletions.
355 changes: 354 additions & 1 deletion en/advanced_config/parameter_reference.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions en/airframes/airframe_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,10 @@ div.frame_variant td, div.frame_variant th {
<td><a href="https://www.axialadventure.com/product/1-10-scx10-ii-trail-honcho-4wd-rock-crawler-brushed-rtr/AXID9059.html">Axial SCX10 2 Trail Honcho</a></td>
<td>Maintainer: John Doe &lt;john@example.com&gt;<p><code>SYS_AUTOSTART</code> = 51001</p></td>
</tr>
<tr id="rover_rover_generic_rover_mecanum">
<td>Generic Rover Mecanum</td>
<td>Maintainer: John Doe &lt;john@example.com&gt;<p><code>SYS_AUTOSTART</code> = 52000</p></td>
</tr>
<tr id="rover_rover_generic_ground_vehicle_(deprecated)">
<td>Generic Ground Vehicle (Deprecated)</td>
<td><p><code>SYS_AUTOSTART</code> = 59000</p><p><b>Specific Outputs:</b><ul><li><b>Motor1</b>: throttle</li><li><b>Servo1</b>: steering</li></ul></p></td>
Expand Down
18 changes: 18 additions & 0 deletions en/modules/modules_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,24 @@ rover_differential <command> [arguments...]
status print status info
```
## rover_mecanum
Source: [modules/rover_mecanum](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_mecanum)


### Description
Rover Mecanum controller.

<a id="rover_mecanum_usage"></a>
### Usage
```
rover_mecanum <command> [arguments...]
Commands:
start
stop
status print status info
```
## rover_pos_control
Source: [modules/rover_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_pos_control)

Expand Down
16 changes: 16 additions & 0 deletions en/msg_docs/RoverMecanumGuidanceStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# RoverMecanumGuidanceStatus (UORB message)



[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RoverMecanumGuidanceStatus.msg)

```c
uint64 timestamp # time since system start (microseconds)

float32 lookahead_distance # [m] Lookahead distance of pure the pursuit controller
float32 heading_error # [rad] Heading error of the pure pursuit controller
float32 desired_speed # [m/s] Desired velocity magnitude (speed)

# TOPICS rover_mecanum_guidance_status

```
20 changes: 20 additions & 0 deletions en/msg_docs/RoverMecanumSetpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# RoverMecanumSetpoint (UORB message)



[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RoverMecanumSetpoint.msg)

```c
uint64 timestamp # time since system start (microseconds)

float32 forward_speed_setpoint # [m/s] Desired forward speed
float32 forward_speed_setpoint_normalized # [-1, 1] Desired normalized forward speed
float32 lateral_speed_setpoint # [m/s] Desired lateral speed
float32 lateral_speed_setpoint_normalized # [-1, 1] Desired normalized lateral speed
float32 yaw_rate_setpoint # [rad/s] Desired yaw rate
float32 yaw_rate_setpoint_normalized # [-1, 1] Desired normalized yaw rate
float32 yaw_setpoint # [rad] Desired yaw (heading)

# TOPICS rover_mecanum_setpoint

```
22 changes: 22 additions & 0 deletions en/msg_docs/RoverMecanumStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# RoverMecanumStatus (UORB message)



[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RoverMecanumStatus.msg)

```c
uint64 timestamp # time since system start (microseconds)

float32 measured_forward_speed # [m/s] Measured speed in body x direction. Positiv: forwards, Negativ: backwards
float32 measured_lateral_speed # [m/s] Measured speed in body y direction. Positiv: right, Negativ: left
float32 adjusted_yaw_rate_setpoint # [rad/s] Yaw rate setpoint output of the closed loop yaw controller
float32 measured_yaw_rate # [rad/s] Measured yaw rate
float32 measured_yaw # [rad] Measured yaw
float32 pid_yaw_rate_integral # Integral of the PID for the closed loop yaw rate controller
float32 pid_yaw_integral # Integral of the PID for the closed loop yaw controller
float32 pid_forward_throttle_integral # Integral of the PID for the closed loop forward speed controller
float32 pid_lateral_throttle_integral # Integral of the PID for the closed loop lateral speed controller

# TOPICS rover_mecanum_status

```
3 changes: 3 additions & 0 deletions en/msg_docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ This are the three next waypoints (or just the next two or one).
- [RoverDifferentialGuidanceStatus](RoverDifferentialGuidanceStatus.md)
- [RoverDifferentialSetpoint](RoverDifferentialSetpoint.md)
- [RoverDifferentialStatus](RoverDifferentialStatus.md)
- [RoverMecanumGuidanceStatus](RoverMecanumGuidanceStatus.md)
- [RoverMecanumSetpoint](RoverMecanumSetpoint.md)
- [RoverMecanumStatus](RoverMecanumStatus.md)
- [Rpm](Rpm.md)
- [RtlStatus](RtlStatus.md)
- [RtlTimeEstimate](RtlTimeEstimate.md)
Expand Down
2 changes: 1 addition & 1 deletion public/config/failsafe/index.js

Large diffs are not rendered by default.

Binary file modified public/config/failsafe/index.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion public/config/failsafe/parameters.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full_no_mavlink.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v4.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v5.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_sitl.json

Large diffs are not rendered by default.

0 comments on commit cd0d766

Please sign in to comment.