Skip to content

Commit

Permalink
new pos for test agent
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Nov 21, 2024
1 parent 81fcf4d commit 9019049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vereya/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class TestAgentServer(TestAgent):
@classmethod
def setUpClass(self, *args, **kwargs):
start = (4.0, 69.0, 68)
mc, obs = init_mission(None, start_x=None, start_y=None, start_z=None, forceReset='false', forceReuse=True, seed='2', serverIp='127.0.0.1', serverPort=25565)
mc, obs = init_mission(None, start_x=-4.5, start_y=110, start_z=-8.5, forceReset='false', forceReuse=True, seed='2', serverIp='127.0.0.1', serverPort=25565)
self.mc = mc
self.rob = obs
assert mc.safeStart()
Expand Down

0 comments on commit 9019049

Please sign in to comment.