mishig HF Staff commited on
Commit
145f498
·
verified ·
1 Parent(s): 597a8a6

Sync from GitHub via hub-sync

Browse files
Files changed (1) hide show
  1. src/components/urdf-viewer.tsx +0 -3
src/components/urdf-viewer.tsx CHANGED
@@ -53,9 +53,6 @@ function getRobotConfig(robotType: string | null) {
53
  scale: 3,
54
  };
55
  }
56
- if (lower.includes("so100") && !lower.includes("so101")) {
57
- return { urdfUrl: `${URDF_BASE_URL}/so101/so100.urdf`, scale: 10 };
58
- }
59
  return {
60
  urdfUrl: `${URDF_BASE_URL}/so101/so101_new_calib.urdf`,
61
  scale: 10,
 
53
  scale: 3,
54
  };
55
  }
 
 
 
56
  return {
57
  urdfUrl: `${URDF_BASE_URL}/so101/so101_new_calib.urdf`,
58
  scale: 10,