#!/usr/bin/python3

import rclpy

from raph_teleop import RaphTeleop

rclpy.init()
node = RaphTeleop()
rclpy.spin(node)
