Merge pull request #19 from Jieshoudaxue/dev

[fix] up it
This commit is contained in:
界首大学
2023-12-14 21:08:28 +08:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@ def main():
while not rospy.is_shutdown():
start_time = rospy.Time.now()
i = random.randint(0,4)
i = random.SystemRandom().randint(0, 4)
goal = MoveBaseGoal()
goal.target_pose.pose = target_list[i]