Skip to content

Commit

Permalink
Added README.md for pendulum_msgs. (#577)
Browse files Browse the repository at this point in the history
* ➕ 📖 Added README.md for pendulum_msgs.

No instructions to verify. Added supplementary info in README.md for easier references.

Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode authored Jan 23, 2023
1 parent 404ccd7 commit f4ca3cb
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions pendulum_msgs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## **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`

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

0 comments on commit f4ca3cb

Please sign in to comment.