Skip to content
Snippets Groups Projects
Commit d467c0d3 authored by rachelmoan's avatar rachelmoan
Browse files

add waypoints and dynamics model as an object in robot class

parent 90c9ed52
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ class Robot:
self.current_position = start
self.control = np.zeros(2)
self.rrtpath = rrtpath
self.dynamics_model = dynamics_model
self.waypoints = waypoints
self.next_step = None
self.next_control = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment