AdrianLlopart commited on
Commit
38f7d02
·
verified ·
1 Parent(s): 99ca4b3

chore: drop legacy -none quant segment

Browse files
Files changed (1) hide show
  1. SKILL.md +2 -2
SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: >-
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
- rskill_id: OpenRAL/rskill-moveit-multi-look_at-none
9
  manifest: ./rskill.yaml
10
  role: s1
11
  kind: ros_action
@@ -52,7 +52,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
52
  ```python
53
  from openral_rskill import rSkill
54
 
55
- skill = rSkill.from_pretrained("OpenRAL/rskill-moveit-multi-look_at-none")
56
  # the loader validates embodiment / sensors / runtime / quantization against the target
57
  # RobotDescription and enforces the weight-license gate before any weights load.
58
  ```
 
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
+ rskill_id: OpenRAL/rskill-moveit-multi-look_at
9
  manifest: ./rskill.yaml
10
  role: s1
11
  kind: ros_action
 
52
  ```python
53
  from openral_rskill import rSkill
54
 
55
+ skill = rSkill.from_pretrained("OpenRAL/rskill-moveit-multi-look_at")
56
  # the loader validates embodiment / sensors / runtime / quantization against the target
57
  # RobotDescription and enforces the weight-license gate before any weights load.
58
  ```