Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
A Loam | 1,803 | 2 months ago | 39 | other | C++ | |||||
Advanced implementation of LOAM | ||||||||||
Awesome Visual Slam | 1,621 | 2 years ago | ||||||||
:books: The list of vision-based SLAM / Visual Odometry open source, blogs, and papers | ||||||||||
Awesome Robotics | 773 | 2 months ago | 4 | |||||||
A curated list of awesome links and software libraries that are useful for robots. | ||||||||||
Kitti2bag | 563 | 1 | a year ago | 7 | May 15, 2017 | 37 | mit | Python | ||
Convert KITTI dataset to ROS bag file the easy way! | ||||||||||
Awesome Mobile Robotics | 325 | 2 days ago | ||||||||
Useful links of different content related to AI, Computer Vision, and Robotics. | ||||||||||
Msckf_mono | 281 | 4 years ago | 13 | mit | C++ | |||||
Monocular MSCKF ROS Node | ||||||||||
Avdata | 277 | 6 months ago | 11 | mit | C++ | |||||
Autonomous Vehicle Seasonal Dataset | ||||||||||
3d Point Clouds | 275 | 4 months ago | 2 | mit | Jupyter Notebook | |||||
🔥3D点云目标检测&语义分割(深度学习)-SOTA方法,代码,论文,数据集等 | ||||||||||
Pointnetgpd | 256 | 6 months ago | 10 | mit | Python | |||||
PointNetGPD is an end-to-end grasp evaluation model to address the challenging problem of localizing robot grasp configurations directly from the point cloud. | ||||||||||
Sptam | 244 | 4 years ago | 6 | other | C++ | |||||
S-PTAM: Stereo Parallel Tracking and Mapping |
ROS code used for recording the ContactPose dataset released in the following paper:
ContactPose: A Dataset of Grasps with Object Contact and Hand Pose -
Samarth Brahmbhatt, Chengcheng Tang, Christopher D. Twigg, Charles C. Kemp, and James Hays,
ECCV 2020.
@InProceedings{Brahmbhatt_2020_ECCV,
author = {Brahmbhatt, Samarth and Tang, Chengcheng and Twigg, Christopher D. and Kemp, Charles C. and Hays, James},
title = {{ContactPose}: A Dataset of Grasps with Object Contact and Hand Pose},
booktitle = {The European Conference on Computer Vision (ECCV)},
month = {August},
year = {2020}
}
Tested on Ubuntu 16.04 + ROS Kinetic. Features:
Raise a GitHub issue for questions, sorry the code is not well documented, but I am happy to assist with questions.
See docs/deps.md
launch/record_object.launch
: High level launch file for recording a grasp. Starts 3 Kinects and the thermal camera, controls the turnrable, records data to bag file.scripts/embed_marker_points.py
and scripts/embed_marker_points_docker.sh
: Edit object 3D models to create small cylindrical cavities for marker embedding. Save the locations of those cavities.scripts/align_optitrack_rigid_body.py
: Given the marker constellation from Optitrack Motive tracking software, and the marker locations in the object coordinate system (generated by scripts/embed_marker_points.py
), find the 6-DOF transformation that aligns the two. This is necessary because the coordinate system assigned by Motive to the marker constellation is not the same as the object coordinate system that is used in all of ContactPose code.scripts/setup_kinect.sh
: Increase the USB filsystem memory, required for operating multiple kinects on the same computer. See this guide.