-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS2 Dynamic Reconfigure Image Transport #2565
Comments
Hi @xkaraman Your ros2 param set instruction looks unusual to me in regard to how it has full-stop marks instead of / symbols.
My expectation would be that the instruction would look more like this:
As Are the compressed topics listed outside of the rqt_reconfigure interface if you use the command |
Yeah Yes |
@xkaraman I will highlight your issue to one of my Intel RealSense colleagues. Thanks very much for your patience! @Nir-Az In this issue, @xkaraman has compressed topics listed in ROS2 when using ros2 topic list but cannot interact with those compressed topics in the rqt_reconfigure window during runtime after launch or configure them with |
Hi, |
Yes @Nir-Az, i have also confirmed through
I would like to also report that when i open |
OK, we will need to investigate those 2 issues on our side |
I noticed that if i remove |
Any news on this @MartyG-RealSense ? |
Hi @xkaraman I checked with the RealSense ROS team about this issue. They advised that it's in their pipeline but not a main focus at the moment and they will investigate it once they are able to get to it. Thanks very much for your patience. |
Hi @xkaraman Bearing in mind the information in the comment above, do you require further assistance with this case please? Thanks! |
Ok thanks for the update @MartyG-RealSense. Personally i don't need further assistance but maybe the issue must remain open until a fix is proposed? |
I put an Enhancement label on the case to signify to keep it open whilst the feature request remains active. |
Hi @xkaraman My name is Samer and I'm a developer in the RealSense SW Team. Regarding the scroll down issue in the rqt_reconfigure and that the last parameter you see is colorizer.stream_format_filter: This is the message I get from rqt_reconfigure: 1- in the rqt_reconfigure application which doesn't support big number (bigger than 32 bits) and also doesn't know to skip these errors. (Reference: ros-visualization/rqt_reconfigure#107) 2- in our ros wrapper, which we should prevent these cases in general (need to figure out why the value is increased by 1 while converting from float to double) This answer can provide useful information: https://stackoverflow.com/questions/23420783/convert-int-max-to-float-and-then-back-to-integer I will continue investigating this issue and will look for a proper way to define the parameter range. Will update asap. |
Thanks @SamerKhshiboun for the update! If you have any other updates or want me to help somehow, you are more than welcome to ask! :) |
Hi, @SamerKhshiboun |
Hi @SamerKhshiboun Could you kindly assist with the question of @johannesWen above, please? Thanks! |
Hi @MartyG-RealSense , @johannesWen When this PR will be merged, you can use the latest code of librealsense (development branch) and recompile your librealsense library, and then when using rqt_reconfigure the problem will disappear. Also, this fix will be included in the future releases of Librealsense Thanks, |
Hi @xkaraman and @johannesWen As PR IntelRealSense/librealsense#11858 got merged into the librealsense SDK on May 31 2023, do you require further assistance with this case please? Thanks! |
Case closed due to merging of a fix into the librealsense SDK. |
Currently only
base
topic parameters can be configured.Image transport plugins like
![image](https://user-images.githubusercontent.com/22965395/204330699-e93699e2-a54f-4ac3-8d52-1145c290545c.png)
compressed
,compressedDepth
are not available for reconfigure fromros2 run rqt_reconfigure rqt_reconfigure
Trying to configure them manually with
ros2 param set /camera/camera .aligned_depth_to_color.image_raw.compressed.format png
results to an error ofSetting parameter failed: parameter '.aligned_depth_to_color.image_raw.compressed.format' cannot be set because it was not declared
The text was updated successfully, but these errors were encountered: