manipulation icon indicating copy to clipboard operation
manipulation copied to clipboard

Course notes for MIT manipulation class

Results 40 manipulation issues
Sort by recently updated
recently updated
newest added

On Firefox 105.0 (Ubuntu 20.04), as of fbc1580: https://manipulation.csail.mit.edu/pick.html#diff_ik_w_constraints At normal zoom: > ![image](https://user-images.githubusercontent.com/26719449/198380020-62530ca0-7ee7-4d55-b08b-994910f3b0b9.png) At 110% zoom, then it appears: > ![image](https://user-images.githubusercontent.com/26719449/198380089-530d9c08-82a8-4321-ab39-d2ffaa806795.png)

so that it doesn't need to get installed on the first call to StartMeshcat.

Now that Drake has removed it: https://github.com/RobotLocomotion/drake/issues/14691 . It's currently coming from the policy gradient exercise: ``` ==================== Test output for //exercises/rl:policy_gradient: Matplotlib created a temporary config/cache directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/matplotlib-cukhora2...

i believe it now requires an account; need to request an edu account from dockerhub. Update: submitted request form on 2021/08/30

In particular, it would be nice to have more real-estate when using the teleop sliders. Here is a javascript snippet that does the trick, but it's not pretty. I could...

The following line in `exercises/pick/differential_ik_optimization.ipynb` (exercise 3.9) fails: ``` simulator = BuildAndSimulate(DiffIKQP, V_d) in DiffIKQP(J_G, V_G_desired, q_now, v_now, p_now) 9 prog.AddCost(error.dot(error)) 10 solver = SnoptSolver() ---> 11 result = solver.Solve(prog)...

For an example failure (with, unfortunately, no useful console output), see: https://github.com/RussTedrake/manipulation/runs/1338886525?check_suite_focus=true @mfeng9 -- this was your exercise.

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

[Note: I'm quite the beginner] Got the following error when trying to visualize the block diagram: Execution error NameError: name 'RenderDiagram' is not defined After adding path to utils, the...