Skip to content

Instantly share code, notes, and snippets.

View Seiwert's full-sized avatar

Adam Seiwert Seiwert

  • Denver, Colorado
View GitHub Profile
#!/usr/bin/env python3
"""
A script to outline the fundamentals of the moveit_py motion planning API.
"""
import time
# generic ros libraries
import rclpy
from rclpy.logging import get_logger