예제 #1
0
 def sendPlanUsingBdiHeight(self, enabled):
     msg = lcmdrc.plan_adjust_mode_t()
     msg.utime = getUtime()
     msg.mode = 1 if enabled else 0
     lcmUtils.publish('PLAN_USING_BDI_HEIGHT', msg)
예제 #2
0
 def sendPlanUsingBdiHeight(self, enabled):
     msg = lcmdrc.plan_adjust_mode_t()
     msg.utime = getUtime()
     msg.mode = 1 if enabled else 0
     lcmUtils.publish('PLAN_USING_BDI_HEIGHT', msg)