We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a947805 commit 4334a41Copy full SHA for 4334a41
com.unity.robotics.ros-tcp-connector/CHANGELOG.md
@@ -14,8 +14,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
14
15
Added Sonarqube scanner
16
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
25
### Changed
26
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
37
### Deprecated
38
39
### Removed
0 commit comments