Refactored how depth is used to compute 3D transform (making sure the same depth image is used with same stamp and frame_id). Fixed CameraTcpServer ingoring incoming connections with Qt5. Added approx_sync parameter to ros.

This commit is contained in:
matlabbe
2019-08-09 21:45:27 -04:00
parent 413cb6820d
commit f43bc943f8
13 changed files with 92 additions and 73 deletions
+1
View File
@@ -8,6 +8,7 @@
<param name="subscribe_depth" value="true" type="bool"/>
<param name="objects_path" value="" type="str"/>
<param name="object_prefix" value="object" type="str"/>
<param name="approx_sync" value="true" type="bool"/>
<remap from="rgb/image_rect_color" to="camera/rgb/image_rect_color"/>
<remap from="depth_registered/image_raw" to="camera/depth_registered/image_raw"/>