Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Output topic drop error during initialization Signed-off-by: Shunsuke Miura <[email protected]> * Avoid out-of-bounds access in get_lidar_camera_synced_frame_info Signed-off-by: Shunsuke Miura <[email protected]> * Enhance image data handling to support CompressedImage format - Modify _generate_image_data to accept both np.ndarray and CompressedImage types - Add image_shape parameter to properly set image dimensions - Ensure correct saving of CompressedImage data Signed-off-by: Shunsuke Miura <[email protected]> * add RX2 constants Signed-off-by: Shunsuke Miura <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat(rosbag2_to_non_annotated_t4): support image undistortion option Signed-off-by: Shunsuke Miura <[email protected]> * feat(rosbag2_to_non_annotated_t4): add DRS related constants/config Signed-off-by: Shunsuke Miura <[email protected]> * raise error when the camera_info is not found Signed-off-by: Shunsuke Miura <[email protected]> * overwrite distortion coefficient when applying undistortion Signed-off-by: Shunsuke Miura <[email protected]> * fix config, set jpeg_quality to 100 Signed-off-by: Shunsuke Miura <[email protected]> * update config file Signed-off-by: Shunsuke Miura <[email protected]> * modity overwrite logic for rosbag2_to_non_annotated_t4 converter Signed-off-by: Shunsuke Miura <[email protected]> * Add elapsed time logging and increase message display interval Signed-off-by: Shunsuke Miura <[email protected]> * add error handling, add print Signed-off-by: Shunsuke Miura <[email protected]> * add error handling Signed-off-by: Shunsuke Miura <[email protected]> * update drs config file Signed-off-by: Shunsuke Miura <[email protected]> * add output when finish conversion Signed-off-by: Shunsuke Miura <[email protected]> * add output when finish conversion Signed-off-by: Shunsuke Miura <[email protected]> * [tentative] add camera info patch Signed-off-by: Shunsuke Miura <[email protected]> * feat: update record classes for CoMLOPs format Signed-off-by: ktro2828 <[email protected]> * ci: update test depends Signed-off-by: ktro2828 <[email protected]> * Update perception_dataset/ros2/oxts_msgs/ins_handler.py Co-authored-by: Shunsuke Miura <[email protected]> * feat: update acceleration coordinate system in base_link Signed-off-by: ktro2828 <[email protected]> * feat: update handling of velocity/omega/acceleration Signed-off-by: ktro2828 <[email protected]> * chore: remove unused tf-transformations Signed-off-by: ktro2828 <[email protected]> * ci: update to install pacmod3-msgs Signed-off-by: ktro2828 <[email protected]> * [tantative] add angular velocity conversion patch Signed-off-by: Shunsuke Miura <[email protected]> * update config for DRS conversion Signed-off-by: Shunsuke Miura <[email protected]> * fix: bug in pcd conversion Signed-off-by: Shunsuke Miura <[email protected]> * Update convert_rosbag2_to_non_annotated_t4_drs.yaml * Revert "[tantative] add angular velocity conversion patch" This reverts commit eea021d. * Revert "[tentative] add camera info patch" This reverts commit d45d573. * Apply suggestions from code review Co-authored-by: Kotaro Uetake <[email protected]> * remove sample config yaml for Co-MLOps dataset Signed-off-by: Shunsuke Miura <[email protected]> --------- Signed-off-by: Shunsuke Miura <[email protected]> Signed-off-by: ktro2828 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ktro2828 <[email protected]> Co-authored-by: Kotaro Uetake <[email protected]>
- Loading branch information