Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added README.md for pendulum_msgs. #577

Merged
merged 3 commits into from
Jan 23, 2023
Merged
Changes from 2 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
40 changes: 40 additions & 0 deletions pendulum_msgs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## **What Is This?**

The **pendulum_msgs** ROS 2 package is a dependency of **pendulum_control** ROS 2 package. It contains `JointCommand.msg`, `JointState.msg` and `RttestResults.msg`
cardboardcode marked this conversation as resolved.
Show resolved Hide resolved

Please refer to [pendulum_control](https://github.com/ros2/demos/tree/rolling/pendulum_control) for more details.

### **JointCommand.msg**

```msg
float64 position
```

### **JointState.msg**

```msg
float64 position
float64 velocity
float64 effort
```

### **RttestResults.msg**

```msg
builtin_interfaces/Time stamp

JointCommand command
JointState state

uint64 cur_latency
float64 mean_latency
uint64 min_latency
uint64 max_latency
uint64 minor_pagefaults
uint64 major_pagefaults
```


## References

- Real-time Jitter Measurements under ROS 2: The Inverted Pendulum Case: https://www.researchgate.net/publication/350353690_Real-time_Jitter_Measurements_under_ROS2_the_Inverted_Pendulum_case