Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

2024-02-05から1日間の記事一覧

ROS2 humbleのRealsense用標準launchファイルにてRGBカメラ/深度センサーの解像度を変更する

ROS

実際のところ depthがmoduleなのに対して、rgbはcamera。 私はこれで数日潰しました。 ros2 launch realsense2_camera rs_launch.py enable_color:=true enable_depth:=true depth_module.profile:=848x480x15 rgb_camera.profile:=848x480x15 pointcloud.en…