Skip to content

Commit

Permalink
shape eval videos
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-suresh committed Apr 5, 2024
1 parent 84ac313 commit 7608d41
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/planar_grasp_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from pydrake.systems.analysis import ApplySimulatorConfig, Simulator
from pydrake.systems.framework import DiagramBuilder

from kinova_gen3.gen3_constants import Gen3NamedPosition, kGen3NamedPositions

from station import (
MakeHardwareStation,
Scenario,
Expand Down Expand Up @@ -150,7 +152,7 @@ def run(*, scenario: Scenario, simulation=False, visualize=False):
)
hardware_station.GetInputPort(f"gen3.command").FixValue(
hardware_station_context,
[0, 0.56, 0, 1.02, 0, 1.29, 0],
kGen3NamedPositions[Gen3NamedPosition.CAMCLEAR]
)
hardware_station.GetInputPort(f"2f_85.command").FixValue(
hardware_station_context,
Expand Down
Binary file added videos/Peek 2024-04-05 09-49.mp4
Binary file not shown.
Binary file added videos/Peek 2024-04-05 09-52.mp4
Binary file not shown.
Binary file added videos/Peek 2024-04-05 09-53.mp4
Binary file not shown.
Binary file added videos/Peek 2024-04-05 09-54.mp4
Binary file not shown.
Binary file added videos/filter_shape.mp4
Binary file not shown.
Binary file added videos/filter_shape_eval_planar1.mp4
Binary file not shown.
Binary file added videos/filter_shape_eval_planar2.mp4
Binary file not shown.
Binary file added videos/filter_shape_eval_suction1.mp4
Binary file not shown.
Binary file added videos/filter_shape_eval_suction2.mp4
Binary file not shown.
Binary file added videos/greenbox_shape.mp4
Binary file not shown.
Binary file added videos/greenbox_shape_eval.mp4
Binary file not shown.
Binary file added videos/greenbox_shape_eval_suction1.mp4
Binary file not shown.
Binary file added videos/greenbox_shape_eval_suction2.mp4
Binary file not shown.
Binary file added videos/greenbox_shapev1.mp4
Binary file not shown.

0 comments on commit 7608d41

Please sign in to comment.