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

The gripper_speed_multiplier/gripper_speed_multiplier are not being read instead the count of parameters are read #57

Open
ashwinvkNV opened this issue Jul 13, 2024 · 0 comments

Comments

@ashwinvkNV
Copy link

  1. At these lines, the values of the parameters are not being read. Only the count of the parameters are being read.

https://github.com/PickNikRobotics/ros2_robotiq_gripper/blob/main/robotiq_driver/src/hardware_interface.cpp#L195
https://github.com/PickNikRobotics/ros2_robotiq_gripper/blob/main/robotiq_driver/src/hardware_interface.cpp#L201

  1. Although the parameter is called "gripper_force_multiplier/gripper_speed_multiplier", the parameter data is being divided by constants in the below lines. So as per the current logic, these parameters are "gripper_force/gripper_speed" and not "gripper_force_multiplier/gripper_speed_multiplier"

https://github.com/PickNikRobotics/ros2_robotiq_gripper/blob/main/robotiq_driver/src/hardware_interface.cpp#L297
https://github.com/PickNikRobotics/ros2_robotiq_gripper/blob/main/robotiq_driver/src/hardware_interface.cpp#L299

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