Skip to content
Snippets Groups Projects
Commit e7dca7a7 authored by crides's avatar crides
Browse files

shorter expr

parent a9338392
No related branches found
No related tags found
1 merge request!9Tutorial
......@@ -161,7 +161,7 @@ if __name__ == "__main__":
run(sim, True)
elif 'n' in arg:
run(sim)
poses[0][0] = 1
poses[6][0] = 50
cont_inits = dupi(poses)
if not sim:
cont_inits = jerks(cont_inits, _jerks)
......
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