Skip to content

Commit e95cd3b

Browse files
committed
ams
1 parent 25d5d77 commit e95cd3b

File tree

4 files changed

+48
-21
lines changed

4 files changed

+48
-21
lines changed

app/(default)/(home)/landing.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { AspectRatio } from "@/components/ui/aspect-ratio"
2222

2323

2424
import { publications } from "@/data/publications"
25-
const landings = [0,1,5,4,2,3].map(index => [...publications.values()].filter(publication => publication.keys.includes('home_sliding'))[index])
25+
const landings = [5,0,1,4,2,3].map(index => [...publications.values()].filter(publication => publication.keys.includes('home_sliding'))[index])
2626
const type_mapping: Record<string, string> = {
2727
"page": "Page",
2828
"huggingface": "Hugging Face",
@@ -42,6 +42,7 @@ const image_mapping: Record<string, string> = {
4242
"DriveLM: Driving with Graph Visual Question Answering": "/assets/background/cd0d184b033748b5b5cc8a43c3b9ddc8.jpeg",
4343
"FreeTacMan: Robot-free Visuo-Tactile Data Collection System for Contact-rich Manipulation": "https://ik.imagekit.io/opendrivelab/freetacman.png",
4444
"ReSim: Reliable World Simulation for Autonomous Driving": "https://ik.imagekit.io/opendrivelab/resim.jpg",
45+
"Agility Meets Stability: Versatile Humanoid Control with Heterogeneous Data": "/assets/publication/ams.jpeg",
4546
}
4647

4748

data/publications.tsx

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -250,37 +250,29 @@ export const publications: {
250250
keys: ['editor_pick', 'home_sliding', 'drawer_e2e'],
251251
},
252252
{
253-
title: "FreeTacMan: Robot-free Visuo-Tactile Data Collection System for Contact-rich Manipulation",
254-
link: "http://arxiv.org/abs/2506.01941",
255-
image: "/assets/publication/freetacman.jpg",
256-
author: "Longyan Wu, Checheng Yu, Jieji Ren, Li Chen, Ran Huang, Guoying Gu, Hongyang Li",
253+
title: "Agility Meets Stability: Versatile Humanoid Control with Heterogeneous Data",
254+
link: "https://arxiv.org/abs/2511.17373",
255+
image: "/assets/publication/amspub.jpg",
256+
author: "Yixuan Pan, Ruoyi Qiao, Li Chen, Kashyap Chitta, Liang Pan, Haoguang Mai, Qingwen Bu, Hao Zhao, Cunyuan Zheng, Ping Luo, Hongyang Li",
257257
note: "arXiv 2025",
258258
noteoption: '',
259-
star: "https://img.shields.io/github/stars/OpenDriveLab/FreeTacMan?style=social",
260-
starlink: "https://github.com/OpenDriveLab/FreeTacMan",
259+
star: "https://img.shields.io/github/stars/OpenDriveLab/AMS?style=social",
260+
starlink: "https://github.com/OpenDriveLab/AMS",
261261
icon: [
262-
{
263-
type: "github",
264-
link: "https://github.com/OpenDriveLab/FreeTacMan",
265-
},
266262
{
267263
type: "page",
268-
link: "/FreeTacMan",
269-
},
270-
{
271-
type: "dataset",
272-
link: "https://huggingface.co/datasets/OpenDriveLab/FreeTacMan",
264+
link: "https://opendrivelab.com/AMS/",
273265
},
274266
{
275-
type: "blog",
276-
link: "https://docs.google.com/document/d/1Hhi2stn_goXUHdYi7461w10AJbzQDC0fdYaSxMdMVXM/edit?usp=sharing",
267+
type: "youtube",
268+
link: "https://www.youtube.com/watch?v=vrYhegnX7m0",
277269
},
278270
{
279-
type: "youtube",
280-
link: "https://www.youtube.com/watch?v=Ah-xYnST0yw",
271+
type: "github",
272+
link: "https://github.com/OpenDriveLab/AMS",
281273
},
282274
],
283-
description: "A human-centric and robot-free visuo-tactile data collection system for high-quality and efficient robot manipulation.",
275+
description: "A unified whole-body control policy for humanoid robots that enables zero-shot execution of diverse motions, including Ip Man'squat, dancing, running and real-time teleoperation.",
284276
keys: ['embodied_ai', 'home_sliding'],
285277
},
286278
{
@@ -327,6 +319,40 @@ export const publications: {
327319
description: "CLOVER employs a text-conditioned video diffusion model for generating visual plans as reference inputs, then these sub-goals guide the feedback-driven policy to generate actions with an error measurement strategy.",
328320
keys: ['embodied_ai'],
329321
},
322+
{
323+
title: "FreeTacMan: Robot-free Visuo-Tactile Data Collection System for Contact-rich Manipulation",
324+
link: "http://arxiv.org/abs/2506.01941",
325+
image: "/assets/publication/freetacman.jpg",
326+
author: "Longyan Wu, Checheng Yu, Jieji Ren, Li Chen, Ran Huang, Guoying Gu, Hongyang Li",
327+
note: "arXiv 2025",
328+
noteoption: '',
329+
star: "https://img.shields.io/github/stars/OpenDriveLab/FreeTacMan?style=social",
330+
starlink: "https://github.com/OpenDriveLab/FreeTacMan",
331+
icon: [
332+
{
333+
type: "github",
334+
link: "https://github.com/OpenDriveLab/FreeTacMan",
335+
},
336+
{
337+
type: "page",
338+
link: "/FreeTacMan",
339+
},
340+
{
341+
type: "dataset",
342+
link: "https://huggingface.co/datasets/OpenDriveLab/FreeTacMan",
343+
},
344+
{
345+
type: "blog",
346+
link: "https://docs.google.com/document/d/1Hhi2stn_goXUHdYi7461w10AJbzQDC0fdYaSxMdMVXM/edit?usp=sharing",
347+
},
348+
{
349+
type: "youtube",
350+
link: "https://www.youtube.com/watch?v=Ah-xYnST0yw",
351+
},
352+
],
353+
description: "A human-centric and robot-free visuo-tactile data collection system for high-quality and efficient robot manipulation.",
354+
keys: ['embodied_ai', 'home_sliding'],
355+
},
330356
{
331357
title: "Learning Manipulation by Predicting Interaction",
332358
link: "https://arxiv.org/abs/2406.00439",

public/assets/publication/ams.jpeg

909 KB
Loading
104 KB
Loading

0 commit comments

Comments
 (0)