-
Notifications
You must be signed in to change notification settings - Fork 53
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
Digital I/O signal activation #198
Comments
Hi @pala5 , thanks for raising this issue. This is indeed missing right now |
Hi @mhubii, are you planning to work on it soon? |
well this is an important feature that should be supported. How urgent is it on your end? |
Well, I could say it is a matter of life and death. |
Hey @mhubii! |
really occupied these days :(, I will give it a quick look tomorrow, hope this get you unstuck. Genuinely sorry |
Hey @mhubii, do not worry! Thank you very much for your effort. |
Hey @mhubii! |
Originally posted by @TalentLeshen-DLUT in #231 (comment)
Originally posted by @TalentLeshen-DLUT in #231 (comment) |
here is a list of things that would need to be done
|
@mhubii Hello, I have modified the project according to your method this week, you can see these changes in the fork below. |
hi @TalentLeshen-DLUT. Apologize the late response. Seems you've been putting quite some effort! I am back online now. Would you mind working this through together? |
@mhubii First let me wish you a belated Merry Christmas and a happy New Year. I can't imagine how happy I would be if I could get your help. I think I'd love for you to configure io with me. During your absence, I tried to modify lbr_fri_idl,lbr_fri_ros2 and lbr_ros2_control according to the method you gave. I created msg for analog io and digital io, and tried both modifying and creating analog_command files directly in position_command, which you can see in the following pages. (Correspondingly, I modified part of ros2_control) |
@mhubii I'm sorry that the above may confuse you because I used machine translation and didn't check it. In fact, in Project 1, I tried to configure IO directly in the position,wrench, and torque commands. In Project 2, I tried to configure IO files (analog command and digital command) . But they ran into the same problem :miss state interface and miss command interface. I guess I need to change the hardware part of lbr bringup, but I'm not sure. |
Helo @mhubii.
I have a question that came up while using your packages (lbr_frI_ros2_stack and fri).
I have the LBR Iiwa 14 820R with the Sunrise.OS 1.16.1.9 (FRI 1.16), and I am working with Ubuntu 22.04 and ROS2 Humble distro.
We have installed an external digital I/O card, configurable from Sunrise.Workvisual, required to control some external devices.
I have seen, that in the FRIClientSDK, for the FRI 1.16 version, in the frilLBRCommand class, there is the function setDigitalIOValue, but I did not found this functionality in this package.
I am missing something or it was not considered?
Could you provide some help regarding this issue?
The text was updated successfully, but these errors were encountered: