No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
kitti_to_ros2bag package from kitti_to_ros2bag repokitti_to_ros2bag |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/chris7462/kitti_to_ros2bag.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-11 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
TODO: Package description
Additional Links
No additional links.
Maintainers
- chris7462
Authors
No additional authors.
KITTI to ROS2 Bag
As I couldn’t find any package on GitHub for directly converting raw KITTI data into ROS2 bag, I decided to create this repository.
The current version of this repository only supports the conversion of KITTI raw data into ROS2 bag. Contributions are welcome.
How to use it?
- Download the raw data from KITTI website and unzip the downloaded file.
- clone this repo under your {ros2_workspace}/src folder.
git clone https://github.com/Chris7462/kitti_to_ros2bag.git
- Modify the kitti_to_ros2bag.yaml file under params folder.
- kitti_path: indicates the data path
- data_folder: indicates the data folder
- calib_folder: indicates the calibation folder. By default the calibration files are under kitti_path. If you put the calibration files into a different folder, then you will have to change this value.
- dirs: designates the directories to be written into the bag
For example:
kitti_path: "/data/kitti/raw/2011_09_29"
data_folder: "2011_09_29_drive_0071_sync"
calib_folder: ""
dirs: ["image_00", "image_01", "image_02", "image_03", "oxts", "velodyne_points"]
The corresponding folder structure:
/data/kitti/raw/2011_09_29/ <--- kitti_path
├── 2011_09_29_drive_0071_sync <--- data_folder
│ ├── image_00 <--- dirs
│ │ ├── data
│ │ │ ├── 0000000000.png
│ │ │ ├── ...
│ │ │ └── 0000001058.png
│ │ └── timestamps.txt
│ ├── image_01
│ │ ├── data
│ │ │ ├── 0000000000.png
│ │ │ ├── ...
│ │ │ └── 0000001058.png
│ │ └── timestamps.txt
│ ├── image_02
│ │ ├── data
│ │ │ ├── 0000000000.png
│ │ │ ├── ...
│ │ │ └── 0000001058.png
│ │ └── timestamps.txt
│ ├── image_03
│ │ ├── data
│ │ │ ├── 0000000000.png
│ │ │ ├── ...
│ │ │ └── 0000001058.png
│ │ └── timestamps.txt
│ ├── oxts
│ │ ├── data
│ │ │ ├── 0000000000.txt
│ │ │ ├── ...
│ │ │ └── 0000001058.txt
│ │ ├── dataformat.txt
│ │ └── timestamps.txt
│ └── velodyne_points
│ ├── data
│ │ ├── 0000000000.bin
│ │ ├── ...
│ │ └── 0000001058.bin
│ ├── timestamps_end.txt
│ ├── timestamps_start.txt
│ └── timestamps.txt
├── calib_cam_to_cam.txt <--- calibrations
├── calib_imu_to_velo.txt
└── calib_velo_to_cam.txt
- Build the package
colcon build --symlink-install --packages-select kitti_to_ros2bag
- Launch the package
source ./install/setup.bash
ros2 launch kitti_to_ros2bag kitti_to_ros2bag_launch.py
That's it. You have the file *kitti_2011_09_29_drive_0071_sync_bag* that contains your data.
References
- https://github.com/umtclskn/ros2_kitti_publishers
- https://github.com/tomas789/kitti2bag
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
rosbag2_cpp | |
geometry_msgs | |
sensor_msgs | |
tf2 | |
tf2_geometry_msgs | |
cv_bridge | |
pcl_conversions |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kitti_to_ros2bag at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.