Skip to content

Commit

Permalink
Merge pull request #29 from APLA-Toolbox/release-0.1.3
Browse files Browse the repository at this point in the history
Release 0.1.3
  • Loading branch information
guilyx authored Feb 17, 2021
2 parents a88d394 + f4e5535 commit d2b0417
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pymapf/decentralized/velocity_obstacle/velocity_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def __compute_velocity(self, state, obstacles, step, v_desired, other_agents):
# Handle other agents
k = number_of_obstacles
for obs_agent in other_agents:
print(obs_agent)
obs_agent_position = obs_agent[:2]
obs_agent_velocity = obs_agent[2:]
dispBA = pos_agent - obs_agent_position
Expand Down
Empty file added scripts/steady_vel_obstacles.py
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="pymapf", # Replace with your own username
version="0.1.2",
version="0.1.3",
author="Erwin Lejeune",
author_email="[email protected]",
description="Pymapf is a library for decentralized and centralized multi-agent planning tools",
Expand Down
Binary file removed test.gif
Binary file not shown.

0 comments on commit d2b0417

Please sign in to comment.