Fork from ros2-mindvision-camera
ROS2 MindVision Camera Package providing ROS API
Only tested under Ubuntu 22.04 with ROS2 Humble
Install dependencies and compile the package.
rosdep install --from-paths src --ignore-src -r -y
colcon build --symlink-install --packages-up-to mindvision_camera
After calibration, the parameters will be stored in /tmp/calibrationdata.tar.gz
.
ros2 launch mindvision_camera mv_launch.py
Parameters supported:
- params_file: path for the camera parameters file
- camera_info_url: path for the camera intrinsics file
- use_sensor_data_qos: whether camera Publisher uses SensorDataQoS (default:
true
)
Open RQt.
rqt
Add Configuration -> Dynamic Reconfigure
and Visualization -> Image View
in Plugins.