Skip to content

Instantly share code, notes, and snippets.

View swaseemanwar's full-sized avatar

Waseem Anwar swaseemanwar

View GitHub Profile
@swaseemanwar
swaseemanwar / robot_state_publisher.launch.py
Created January 13, 2026 09:50 — forked from joshnewans/robot_state_publisher.launch.py
Simple Robot State Publisher Launch File
import os
from ament_index_python.packages import get_package_share_directory
from launch import LaunchDescription
from launch_ros.actions import Node
import xacro
def generate_launch_description():
# Specify the name of the package and path to xacro file within the package