onshape-to-robot
onshape-to-robot copied to clipboard
Uniformity of joints specific properties
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/whellalso set with keyword, - The joint limits sets with
jointMaxEffortandjointMaxEffort
This could be uniformized in config.json under one entry, like:
{
"joints": {
"wheel": {
"invert": true,
"continuous": true
"speed_limit": 4
}
}
}
ping @DevnathNair