Skip to content

Commit 4334a41

Browse files
Update CHANGELOG.md (#255)
1 parent a947805 commit 4334a41

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

com.unity.robotics.ros-tcp-connector/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1414

1515
Added Sonarqube scanner
1616

17+
Added more tests
18+
19+
Add support for cloud rendering
20+
21+
Added MessagePool<T> to enable message reuse and reduce garbage collection
22+
23+
Can configure what direction is "north" for NED and ENU coordinates
24+
1725
### Changed
1826

27+
CameraInfo.msg field names are different in ROS2
28+
29+
Bug fix - cope with tab character in a .msg file
30+
31+
Bug fix - no padding when serializing an empty array
32+
33+
Can publish messages from threads other than main
34+
35+
Visualizations work with ROS services
36+
1937
### Deprecated
2038

2139
### Removed

0 commit comments

Comments
 (0)