doc: Document !2131

And fix codespell fixes in other changelog fragments
This commit is contained in:
Mateo de Mayo 2024-02-09 12:58:17 -03:00 committed by Simon Zeni
parent 6b323209b2
commit ed618ad979
9 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1 @@
t/slam: Send hand tracking masks to VIT system

View file

@ -0,0 +1 @@
u/space: Fix build warning because of non-void function not returning

View file

@ -0,0 +1 @@
t/slam: Update to VIT 1.0.1 with small usage improvements

View file

@ -1,3 +1,3 @@
render: Refactor gfx path code to split out render pass vulkan objects from
the render target resources struct into the `render_gfx_render_pass` struct.
This allows the render pass to resused for more then one target.
This allows the render pass to be reused for more than one target.

View file

@ -0,0 +1 @@
d/wmr: Properly compute hand tracking boundary circle

View file

@ -0,0 +1 @@
d/vive: Use raw imu samples for slam

View file

@ -0,0 +1 @@
d/{wmr,rift_s,vive,ns}: Share hand bounding box with head tracker

View file

@ -1,4 +1,4 @@
server: Make the server a little bit more chatty by default (switch the default
logging level `info` from `warn`). Print out a messages that the service has
started, and advicing on how to collect information to help in debugging to ease
started, and advising on how to collect information to help in debugging to ease
helping end-users.

View file

@ -0,0 +1 @@
h/mercury: Push hand rect masks to the SLAM tracker sinks