Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ By default, all Clearpath platforms launch a [Foxglove bridge node](https://docs
as part of the diagnostics features. This is required for the [Cockpit ROS 2 Diagnostic extension](../../../cockpit/ros2_diagnostics.mdx).
If the Cockpit webserver is not being used then the node can be disabled.

| Key | Value / Datatype | Description |
| :---------------------: | :--------------: | ------------------------------------------------------------- |
| enable_foxglove_bridge: | boolean | Enables or disables the Foxglove bridge node. Default: `false` |
| Key | Value / Datatype | Description |
| :---------------------: | :--------------: | ------------------------------------------------------------------------------- |
| enable_foxglove_bridge: | boolean | Enables or disables the Foxglove bridge node. Default: `true` as of version 2.6 |

For example, to disable the EKF node:
For example, to disable the Foxglove bridge node:

```yaml
platform:
Expand Down