mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-31 01:20:51 +08:00
update
This commit is contained in:
@@ -5,7 +5,6 @@ utils for collision check
|
||||
|
||||
import math
|
||||
import numpy as np
|
||||
import pyrr
|
||||
import os
|
||||
import sys
|
||||
|
||||
@@ -20,7 +19,7 @@ class Utils:
|
||||
def __init__(self):
|
||||
self.env = env.Env()
|
||||
|
||||
self.delta = 0.2
|
||||
self.delta = 0.5
|
||||
self.obs_circle = self.env.obs_circle
|
||||
self.obs_rectangle = self.env.obs_rectangle
|
||||
self.obs_boundary = self.env.obs_boundary
|
||||
|
||||
Reference in New Issue
Block a user