Skip to content

Commit

Permalink
reviewed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Yang authored and Ryan Yang committed Oct 22, 2024
1 parent b57eda8 commit 66bab66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/force.html
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ <h1>Manipulator Control</h1>
<li> If we push too hard (i.e. $f^{C}_{finger,z}$ is too big), then
the pivot point will slide to the left. First, balance forces along the
horizontal axis to derive an upper bound for $f^{C}_{finger, z}$.
Then, balance forces along the y-axis an equation with $f^{C}_{finger,z}$.
Then, balance forces along the y-axis to obtain an equation with $f^{C}_{finger,z}$.
Finally, combine the relations found from balancing forces in the
horizontal and vertical directions with the torque lower bound from part (a)
to finish deriving the upper bound for the required normal force $f^{C}_{finger,z}$
Expand Down
4 changes: 2 additions & 2 deletions book/force/exercises/hybrid_force_position.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@
},
"outputs": [],
"source": [
"# NOTE: you may tune the velocity and duration to achieve the above specification.\n",
"# NOTE: We recommend the following values, though you may try different velocities and durations as well!\n",
"velocity = -0.125 # p_des = 0.65 + velocity * max\\{time - 2.0, 0\\}\n",
"duration = 0.1 # duration to simulate. We check the book pose at the end of duration. set to 5~10.\n",
"duration = 6.5 # duration to simulate. We check the book pose at the end of duration. set to 5~10.\n",
"log, plant, plant_context = BuildAndSimulate(compute_ctrl, velocity, duration)"
]
},
Expand Down

0 comments on commit 66bab66

Please sign in to comment.