Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniformity of joints specific properties #108

Open
Gregwar opened this issue Aug 31, 2023 · 0 comments
Open

Uniformity of joints specific properties #108

Gregwar opened this issue Aug 31, 2023 · 0 comments

Comments

@Gregwar
Copy link
Contributor

Gregwar commented Aug 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant