Skip to content

Instantly share code, notes, and snippets.

View dimaxano's full-sized avatar
🎯
Focusing

Dmitry Klimenkov dimaxano

🎯
Focusing
View GitHub Profile
@kevinmoran
kevinmoran / noacos_derivation.md
Last active June 30, 2024 14:30
How to Calculate a Rotation Matrix to Align Vector A to Vector B in 3D
@lucasw
lucasw / create_cloud_xyzrgb.py
Created April 25, 2018 00:08
Create PointCloud2 with python with rgb
#!/usr/bin/env python
# PointCloud2 color cube
# https://answers.ros.org/question/289576/understanding-the-bytes-in-a-pcl2-message/
import rospy
import struct
from sensor_msgs import point_cloud2
from sensor_msgs.msg import PointCloud2, PointField
from std_msgs.msg import Header
@KarthikMAM
KarthikMAM / gridcorpus.sh
Created March 28, 2017 08:13
Download the grid corpus dataset and extract it.
#preparing for download
mkdir "gridcorpus"
cd "gridcorpus"
mkdir "raw" "audio" "video"
cd "raw" && mkdir "audio" "video"
for i in `seq $1 $2`
do
printf "\n\n------------------------- Downloading $i th speaker -------------------------\n\n"