Skip to content

Instantly share code, notes, and snippets.

View SantoshBanisetty's full-sized avatar

Santosh Balajee Banisetty SantoshBanisetty

View GitHub Profile
@SantoshBanisetty
SantoshBanisetty / markers.py
Created February 12, 2017 18:39
LIST_STRIP rospy not working
def links():
global lcount, lkey
link = Marker()
link.header.frame_id = "/myframe"
link.type = Marker.LINE_STRIP
link.action = Marker.ADD
link.scale.x = 0.2
link.scale.y = 0.2
link.scale.z = 0.2
link.color.a = 1.0