Browse Source

Fixed syntax error.

noetic
Alan G. Sanchez 2 years ago
parent
commit
39e4153db7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/marker.py

+ 1
- 1
src/marker.py View File

@ -23,7 +23,7 @@ class Balloon():
# Set the frame ID and type. The frame ID is the frame in which the position of the marker
# is specified. The type is the shape of the marker, detailed on the wiki page
self.marker.header.frame_id = '/base_link'
self.marker.header.frame_id = 'base_link'
self.marker.header.stamp = rospy.Time()
self.marker.type = self.marker.SPHERE

Loading…
Cancel
Save