Skip to content

Instantly share code, notes, and snippets.

View bhomaidan1990's full-sized avatar
๐Ÿ
Trying . . .

Belal Hmedan bhomaidan1990

๐Ÿ
Trying . . .
View GitHub Profile
@bhomaidan1990
bhomaidan1990 / setup-azure-kinect-on-jetson-x-nx.md
Created April 1, 2023 13:34 — forked from madelinegannon/setup-azure-kinect-on-jetson-x-nx.md
Notes on Setting up the Microsoft Azure Kinect on Ubuntu 18.04
@bhomaidan1990
bhomaidan1990 / output.png
Created May 14, 2023 15:23 — forked from endolith/output.png
Detecting rotation and line spacing of image of page of text using Radon transform
output.png
@bhomaidan1990
bhomaidan1990 / CUDA_Compilers.md
Created July 4, 2024 02:02 — forked from ax3l/CUDA_Compilers.md
CUDA Compilers
kill_ros2_node() {
# Input: Node name
NODE_NAME=$1
# Check if node name is provided
if [ -z "$NODE_NAME" ]; then
echo "Error: No node name provided."
return 1
fi