Skip to content

Commit a1fd868

Browse files
committed
.
1 parent bb09773 commit a1fd868

1 file changed

Lines changed: 115 additions & 1 deletion

File tree

app/(project)/FreeTacMan/page.tsx

Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export default function Home() {
450450

451451

452452

453-
<div className="w-full pl-6 pr-6 flex flex-col items-center">
453+
<div className="w-full pl-6 pr-6 flex-col items-center hidden lg:flex">
454454
<div className="w-full max-w-7xl mt-12">
455455
{/* <div className="bg-[#98AEF3] mt-20 p-10">
456456
<div className="flex w-full justify-center border-8 bg-[#eaeaea]">
@@ -561,6 +561,120 @@ export default function Home() {
561561
</div>
562562

563563

564+
<div className="w-full pl-6 pr-6 flex flex-col items-center lg:hidden">
565+
<div className="w-full max-w-7xl mt-12">
566+
{/* <div className="bg-[#98AEF3] mt-20 p-10">
567+
<div className="flex w-full justify-center border-8 bg-[#eaeaea]">
568+
<span className="text-3xl font-bold text-center p-10 select-none">FreeTacMan</span>
569+
</div>
570+
</div>
571+
<div className="flex justify-center">
572+
<img src="/3d_model/arrowdown.png" className="max-h-48 select-none"/>
573+
</div> */}
574+
<div className="border-8 border-[#98AEF3] ">
575+
<div className="p-10 flex flex-row gap-10 justify-around">
576+
<div className="flex flex-col gap-6 max-w-32">
577+
<span className="font-bold text-base text-center">
578+
Fragile Cup Manipulation
579+
</span>
580+
<div className="flex justify-center items-center">
581+
<img
582+
src="https://opendrivelab.github.io/FreeTacMan/task/FragileCupManipulation.png"
583+
className="h-24 select-none"
584+
/>
585+
</div>
586+
</div>
587+
<div className="flex flex-col gap-6 max-w-32">
588+
<span className="font-bold text text-center">
589+
USB Plugging
590+
</span>
591+
<div className="flex justify-center items-center">
592+
<img
593+
src="https://opendrivelab.github.io/FreeTacMan/task/USBPlugging.png"
594+
className="h-24 select-none"
595+
/>
596+
</div>
597+
</div>
598+
</div>
599+
<div className="p-10 flex flex-row gap-10 justify-around">
600+
<div className="flex flex-col gap-6 max-w-32">
601+
<span className="font-bold text-base text-center">
602+
Texture Classification
603+
</span>
604+
<div className="flex justify-center items-center">
605+
<img
606+
src="https://opendrivelab.github.io/FreeTacMan/task/TextureClassification.png"
607+
className="h-24 select-none"
608+
/>
609+
</div>
610+
</div>
611+
<div className="flex flex-col gap-6 max-w-32">
612+
<span className="font-bold text-base text-center">
613+
Stamp Pressing
614+
</span>
615+
<div className="flex justify-center items-center">
616+
<img
617+
src="https://opendrivelab.github.io/FreeTacMan/task/StampPressing.png"
618+
className="h-24 select-none"
619+
/>
620+
</div>
621+
</div>
622+
</div>
623+
<div className="p-10 flex flex-row gap-10 justify-around">
624+
<div className="flex flex-col gap-6 max-w-32">
625+
<span className="font-bold text-base text-center">
626+
Calligraphy Writing
627+
</span>
628+
<div className="flex justify-center items-center">
629+
<img
630+
src="https://opendrivelab.github.io/FreeTacMan/task/CalligraphyWriting.png"
631+
className="h-24 select-none"
632+
/>
633+
</div>
634+
</div>
635+
<div className="flex flex-col gap-6 max-w-32">
636+
<span className="font-bold text-base text-center">
637+
Toothpaste Extrusion
638+
</span>
639+
<div className="flex justify-center items-center">
640+
<img
641+
src="https://opendrivelab.github.io/FreeTacMan/task/ToothpasteExtrusion.png"
642+
className="h-24 select-none"
643+
/>
644+
</div>
645+
</div>
646+
</div>
647+
<div className="p-10 flex flex-row gap-10 justify-around">
648+
<div className="flex flex-col gap-6 max-w-32">
649+
<span className="font-bold text-base text-center">
650+
Tissue Grasping
651+
</span>
652+
<div className="flex justify-center items-center">
653+
<img
654+
src="https://opendrivelab.github.io/FreeTacMan/task/TissueGrasping.png"
655+
className="h-24 select-none"
656+
/>
657+
</div>
658+
</div>
659+
<div className="flex flex-col gap-6 max-w-32">
660+
<span className="font-bold text-base text-center">
661+
Potato Chip Grasping
662+
</span>
663+
<div className="flex justify-center items-center">
664+
<img
665+
src="https://opendrivelab.github.io/FreeTacMan/task/PotatoChipGrasping.png"
666+
className="h-24 select-none"
667+
/>
668+
</div>
669+
</div>
670+
</div>
671+
</div>
672+
{/* <p className="text-base text-center mt-10">
673+
We evaluate the effectiveness of FreeTacMan system and the quality of the collected visuo-tactile demonstration through a diverse set of contact-rich manipulation tasks.
674+
</p> */}
675+
</div>
676+
</div>
677+
564678

565679

566680
<div className="w-full pl-6 pr-6 flex flex-col items-center">

0 commit comments

Comments
 (0)