Writing /var/lib/dokuwiki/data/meta/tutorials/calibrating_realsense_rgb_camera_ros_melodic.meta failed
tutorials:calibrating_realsense_rgb_camera_ros_melodic
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tutorials:calibrating_realsense_rgb_camera_ros_melodic [2019/09/13 21:01] – created admin | tutorials:calibrating_realsense_rgb_camera_ros_melodic [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
nano rs_camera.launch | nano rs_camera.launch | ||
- | * Edit rs_camera.launch file. | + | * Edit rs_camera.launch file. Change to the following resolutions: |
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
+ | | ||
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
+ | | ||
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
<arg name=" | <arg name=" | ||
+ | * Check new configuration: | ||
+ | |||
+ | roslaunch realsense2_camera rs_camera.launch | ||
+ | |||
+ | rosrun image_view image_view image: | ||
+ | |||
+ | rostopic echo / | ||
+ | |||
+ | * Check that camera_info is informing of a 1920x1080 resolution | ||
+ | * Execute calibration program (adjust size and square according to your printed board): | ||
+ | |||
+ | rosrun camera_calibration cameracalibrator.py --no-service-check --size 8x6 --square 0.2463 image: | ||
+ | * Move calibration board according to : [[http:// | ||
+ | * Calibration data is stored in: / | ||
+ | * |
tutorials/calibrating_realsense_rgb_camera_ros_melodic.1568408495.txt.gz · Last modified: 2022/09/20 00:08 (external edit)