forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
e465b5123f
commit
2d7c8cf245
|
@ -355,7 +355,6 @@ class SeaEnvEngine(object):
|
|||
|
||||
self.ship_body[ship_id].angle = process_angle(
|
||||
self.ship_body[ship_id].angle)
|
||||
# calculate velocity with direction
|
||||
driving_direction = Vec2d(1, 0).rotated(
|
||||
self.ship_body[ship_id].angle)
|
||||
|
||||
|
|
Loading…
Reference in New Issue