1 #!/usr/bin/env python 2 import rospy 3 4 import math 5 import ... 31 32 msg.angular.z = 4 * math.atan2(trans.transform.translation.y, ...
確定! 回上一頁