Skip to content

Commit

Permalink
WIP #4: Created skeleton node file for teleop control
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlao99 committed Jan 25, 2019
1 parent 4baa29c commit 6b38d3b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions high_level_control/scripts/teleop_control.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env python

# ----------------------------- #
# DESCRIPTION OF THIS NODE HERE #
# ----------------------------- #

# import required packages
import rospy
from geometry_msgs.msg import Twist
from sensor_msgs.msg import Joy

class TeleopController:
#stuff


if __name__ = '__main__':
#stuff

0 comments on commit 6b38d3b

Please sign in to comment.