Realsense-ros: depth (post processing) in ROS?

Created on 30 Apr 2018  Â·  6Comments  Â·  Source: IntelRealSense/realsense-ros

Is it possible to activate the depth post-processing in ROS?

Most helpful comment

I've added three of the four available post processing filters to the realsense ROS library (temporal, spatial, and hole filling filter) and am currently working on adding the decimation filter. If you'd like to use the code, feel free to use my forked repo. All parameters are configurable via the launch files.

All 6 comments

I was wondering the same thing.

I am also wondering the same thing, is it worth even to look for post processing options in this driver?

I've added three of the four available post processing filters to the realsense ROS library (temporal, spatial, and hole filling filter) and am currently working on adding the decimation filter. If you'd like to use the code, feel free to use my forked repo. All parameters are configurable via the launch files.

It would be really nice to see this resolved (even partially) in the main development branch soon please.

I think this forked repo won't build with the newest librealsense2.

I get the following error when trying to make:

 /usr/include/librealsense2/hpp/rs_sensor.hpp:109:13: error: no match for call to ‘(rs2::asynchronous_syncer) (rs2::frame)’
              on_frame_function(frame{ fref });

Yeah, well, it’s really not up to date.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lauesa picture lauesa  Â·  6Comments

mpkuse picture mpkuse  Â·  3Comments

ranjitkathiriya picture ranjitkathiriya  Â·  3Comments

KentaKawamata picture KentaKawamata  Â·  3Comments

jacobmoroni picture jacobmoroni  Â·  4Comments