Rhoban / onshape-to-robot

Converting OnShape assembly to robot definition (SDF or URDF) through OnShape API
MIT License
231 stars 49 forks source link

Uniformity of joints specific properties #108

Open Gregwar opened 10 months ago

Gregwar commented 10 months ago

As discussed in 104, we currently have several properties that can be set for joints:

This could be uniformized in config.json under one entry, like:

{
  "joints": {
    "wheel": {
        "invert": true,
        "continuous": true
        "speed_limit": 4
     }
  }
}

ping @DevnathNair