Skip to content
Snippets Groups Projects
Commit 24c4694e authored by Pierre-Alexandre Leziart's avatar Pierre-Alexandre Leziart
Browse files

Set target to 0.1 m/s forwards

parent 02c680fc
No related branches found
No related tags found
1 merge request!32Draft: Reverse-merge casadi-walking into new WBC devel branch
......@@ -22,6 +22,6 @@ class Target:
self.params = params
self.dt_wbc = params.dt_wbc
self.linear_velocity = np.array([10, 0, 0])
self.linear_velocity = np.array([0.1, 0, 0])
self.angular_velocity = np.array([0, 0, 0])
self.velocity_task = [self.linear_velocity, self.angular_velocity]
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