Skip to content

Commit

Permalink
45k datapoints O.o
Browse files Browse the repository at this point in the history
  • Loading branch information
NakuraMino committed Jun 8, 2020
1 parent 7b13743 commit 53bd9d2
Show file tree
Hide file tree
Showing 4 changed files with 29,662 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nonholonomic_data/createData.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main(planning_env, planner, start, goal, argplan = 'astar'):
visited = None
tree = planner.tree
# TODO: Comment out later
planning_env.visualize_plan(plan, tree, visited)
# planning_env.visualize_plan(plan, tree, visited)
# plt.show()
return plan, actions

Expand All @@ -40,7 +40,7 @@ def main(planning_env, planner, start, goal, argplan = 'astar'):
# First setup the environment and the robot.
dim = 3 # change to 3 for holonomic

image_num = 369
image_num = 738
total_paths = 200
with open("data.csv", mode='a', newline='') as csv_file:
csv_writer = csv.writer(csv_file, delimiter=',')
Expand Down
Loading

0 comments on commit 53bd9d2

Please sign in to comment.