Skip to content

Commit cf5b091

Browse files
authored
Document the known jitter error / warning (#451)
1 parent 0c62ae2 commit cf5b091

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
You may see errors or warnings regarding `High execution jitter` from the `controller_manager` `Hardware Components Activity` or `Controllers Activity`. This is expected and can be ignored.
2+
3+
<center>
4+
<figure>
5+
<img src={require("./img/jitter_error.png").default} />
6+
<figcaption>Jitter Error</figcaption>
7+
</figure>
8+
</center>
21.4 KB
Loading

docs_versioned_docs/version-ros2jazzy/ros/cockpit/ros2_diagnostics.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_label: ROS 2 Diagnostics
44
sidebar_position: 3
55
---
66

7+
import JitterError from "/docs_versioned_docs/version-ros2jazzy/components/troubleshooting/_jitter_error.mdx";
8+
79
The [Cockpit ROS 2 Diagnostics](https://github.com/clearpathrobotics/cockpit-ros2-diagnostics) extension was developed by Clearpath Robotics to add more ROS specific functionality to Cockpit and specifically to help in monitoring and troubleshooting ROS 2 robots.
810

911
## Capture Diagnostics
@@ -22,6 +24,12 @@ Errors are unexpected situations that prevent normal operation of one or more fe
2224

2325
Active errors and warnings are each separated into dedicated tables in order to bring emphasis to what issues need to be addressed on a given robot. Clicking on these errors and warnings opens the diagnostic details in the section below.
2426

27+
:::note
28+
29+
<JitterError />
30+
31+
:::
32+
2533
## All Diagnostics
2634

2735
This section displays all ROS 2 diagnostics in an expandable table. If a diagnostic is clicked, the diagnostic details are displayed in a drawer, including associated values.

docs_versioned_docs/version-ros2jazzy/ros/troubleshooting.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_label: Troubleshooting
44
sidebar_position: 9
55
---
66

7+
import JitterError from "/docs_versioned_docs/version-ros2jazzy/components/troubleshooting/_jitter_error.mdx";
8+
79
The following are common problems our [support team](https://support.clearpathrobotics.com/hc/en-us)
810
have received. Before [submitting a request](https://support.clearpathrobotics.com/hc/en-us/requests/new)
911
please review the items below to see if they resolve your problem. If your problem is not resolved, download a [diagnostic capture](./cockpit/ros2_diagnostics.mdx#capture-diagnostics) from the [Cockpit webserver](./cockpit/overview.mdx) and attach it to the support request.
@@ -226,3 +228,7 @@ Fast CDR exception deserializing message of type rmw_dds_common::msg::dds_::Part
226228
```
227229

228230
It is recommended that all ROS 2 devices on a network use the same ROS 2 distribution and middleware.
231+
232+
## Jitter Warning or Error
233+
234+
<JitterError />

0 commit comments

Comments
 (0)