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

45 set speed limit and torque limit at actuator level #52

Conversation

glannuzel
Copy link
Member

@glannuzel glannuzel commented Oct 18, 2023

This PR contains:

  • speed_limit and torque_limit settable at actuator level, doing set_speed_limit(value) and set_torque_limit(value)
  • speed_limit and torque_limit settable at actuator level, doing get_speed_limit() and get_torque_limit()
  • compliancy readable at motor level, doing _motor_1.compliant
  • speed_limit and torque_limit settable at motor level -> is this ok?
  • creation of lists self.__motors, self.__joints, self.__axis to ease iteration over actuator class attributes

@glannuzel glannuzel linked an issue Oct 18, 2023 that may be closed by this pull request
@glannuzel glannuzel requested a review from simheo October 18, 2023 15:03
@glannuzel glannuzel self-assigned this Oct 18, 2023
@glannuzel glannuzel changed the base branch from develop to 59-make-client-work-with-ros-server October 23, 2023 12:33
@glannuzel
Copy link
Member Author

@simheo Can you check this again now we've made the modifications to write in registers?
You need to put all reachy-sdk-api (in and outside of docker_sdk_server) on main branch, and reachy_sdk_server in the docker on branch 49

@glannuzel glannuzel merged commit af85c99 into 59-make-client-work-with-ros-server Oct 23, 2023
3 checks passed
@glannuzel glannuzel deleted the 45-set-speed_limit-torque_limit-and-pid-at-actuator-level branch October 23, 2023 13:09
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

Successfully merging this pull request may close these issues.

Set speed_limit, torque_limit at actuator level.
2 participants