Skip to content

Commit 7affb3b

Browse files
Update README with clearer feature descriptions
Clarified feature descriptions and improved wording for better understanding.
1 parent 1175d57 commit 7affb3b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ independently.
1717

1818
### Key Features
1919

20-
- **No DDS Required**: Clients connect via WebSocket (single port) without needing ROS2/DDS installed
21-
- **High Performance**: 50 Hz message aggregation with ZSTD compression
20+
- **No ROS required**: if you have PlotJuggler 3.16+ installed on your computer, you don't need ROS installed on it.
21+
- **No DDS Communication**: Clients connect via WebSocket (single port) without needing ROS2/DDS installed
22+
- **High Performance**: 50 Hz message aggregation with ZSTD compression. The original message timestamp is preserved, and less bandwidth is used.
2223
- **Multi-Client Support**: Multiple clients can connect simultaneously with shared subscriptions
23-
- **Runtime Schema Discovery**: Automatic extraction of message schemas from installed ROS2 packages
24+
- **Runtime Schema Discovery**: Automatic extraction of message schemas from installed ROS2 packages on the server side.
2425
- **Large Message Stripping**: Automatic stripping of large array fields (Image, PointCloud2, LaserScan, OccupancyGrid) to reduce bandwidth while preserving metadata
2526

2627
## CI Status

0 commit comments

Comments
 (0)