Package extension for surfaceControl #39
Replies: 4 comments
-
As it is a different type of sensor, it would probably be in a separate repository. We currently do not have any surfaceCONTROL devices, so we would be unable to test the driver. I therefore think this is not something we will be working on in the near future (at least not until we have access to a surfaceCONTROL device). Does it use the same SDK (just a newer version?). If so the adaptation of the scanCONTROL driver is probably quite straightforward and I would suggest forking this repository. If it is a different SDK, it is probably more work. |
Beta Was this translation helpful? Give feedback.
-
I think its a different one because the SDK for surface control is not available for linux platform. |
Beta Was this translation helpful? Give feedback.
-
Hi again, I got success in compiling the camera software within the ROS node and getting the sensor_msgs/Image or sensor_msgs/PointCloud2 topics. |
Beta Was this translation helpful? Give feedback.
-
Have a look at: https://docs.ros.org/en/noetic/api/sensor_msgs/html/msg/CameraInfo.html. It explains a little about the message and what to set (also in case it is uncalibrated). Calibration is needed if you want to retrieve the intrinsic and/or extrinsic calibration. I am not sure if a As this is a high-precision sensor, I assume the retrieved image is actually already a rectified image. I am not an expert on this topic, so please have a look yourself as well to confirm this. If it is already rectified, doing your own calibration on top might actually make the camera less accurate in this particular case as your calibration result can have a lower overall accuracy than the camera has by default (depending on your calibration method and tools). |
Beta Was this translation helpful? Give feedback.
-
Hi, can this package be extended for Micro Epsilon surfaceControl cameras?
Beta Was this translation helpful? Give feedback.
All reactions