-
Notifications
You must be signed in to change notification settings - Fork 48
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
offline build option? #104
Comments
oh thank you for raising this issue. We did introduce this to have a single source for the FRI for python bindings https://github.com/lbr-stack/pyFRI, see #85 (comment) we will try to add this ASAP, sorry for the inconvenience. Maybe in the meantime build via May I ask:
|
I use humble branch, version 1.2.3. Now use topics mainly. |
do you run through python or cpp? Because there are still some issues with noise, when the controlling thread is slower than the commanding thread, but this will be finally fixed |
Yes, I use both of python and cpp. About this I have some thinking. The FRI interface use the fixed frequency. If the interval is comed but ROS driver doesn't receive the further instructions, the FRI will make robot stop to prevent uncommanded movement just like emergency stop. Besides, I'm looking for end-effort control method using this package. Do you have some good demo? I tried using kinpy but it's a bit slow to solve (about 10Hz). |
Actually I also used moveit2 (servo) and want to accomplish an end-effort realtime control. But I found the slowly solution and some bug on foxy moveit2 servo so I give up it. It also has some frequency problem. But the trajectory planning motion on moveit2 works well. Only hard to move in real time. |
This will be fixed tomorrow (later today) |
okay if you pull the latest changes you will notice smooth robot behavior even for an asynchronous control loop. The joint names are now There are some other changes which shouldn't affect you. I'll try to fix the build issue but might take some time. |
Thanks for your contribution! I believe lbr_fri_ros2_stack is expected to be the best choice for kuka robots. Now many students in our laboratory are using this package! |
I write a end control node with reference to demo advance c++, link here:https://github.com/CarlDegio/lbr_end_control.git |
Very cool, what does it do? Happy to add this to the demos if you think this could be of general interest |
this problem is fixed with #147. The FRI source is now downloaded before building from https://github.com/lbr-stack/fri. |
I found new version of SDK has introduced fri_vendor to auto download fri package when build. However, this leads to the PC must link to internet when build. But it's hard when PC link to the kuka.
So is there a method to check fri_vendor already download fri so cancel network connection.
The text was updated successfully, but these errors were encountered: