onshape-to-robot icon indicating copy to clipboard operation
onshape-to-robot copied to clipboard

Uniformity of joints specific properties

Open Gregwar opened this issue 2 years ago • 0 comments

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

  • The inv, set with a keyword in the dof name,
  • The continuous/whell also set with keyword,
  • The joint limits sets with jointMaxEffort and jointMaxEffort

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

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

ping @DevnathNair

Gregwar avatar Aug 31 '23 12:08 Gregwar