Skip to content

Instantly share code, notes, and snippets.

View urpylka's full-sized avatar

Artem Smirnov urpylka

View GitHub Profile
#!/usr/bin/env python
#
# Simple github release body-editor
# @urpylka Artem Smirnov
#
# Use:
# python git_release.py CONFIG_FILE RELEASE_ID RELEASE_BODY
#
@urpylka
urpylka / clever-flip.py
Last active June 6, 2019 16:50
CLEVER FLIGHTS
#!/usr/bin/python
import math
import rospy
from clever import srv
from time import sleep
from mavros_msgs.srv import SetMode
rospy.init_node('Clever3_Flip')