Closed kamiradi closed 5 months ago
Hello,
Thanks for raising this issue and sorry for the confusion. I believe you have tried to install a version of this package that was later rolled back. If you re-install this repo, it should work with franka_ros>=0.8.0
now.
For context, the version that didn't work made a copy of franka_control.launch
into this repo to point to a custom config file that ignores the realtime kernel constraint. I've realized the issues with this approached and discarded this update. Now, if you want to run this controller package on a non-realtime kernel (when you are using CUDA on the same machine), please follow the updated README to manually edit the configuration in franka_control
.
Hi,
Thanks a lot for open-sourcing this repository, great work.
This is not an issue but more of an observation. I have tested your installation manually against later versions of
franka_ros
0.10, 0.10.1 etc.(dockerized mostly). It seems that your code base is incompatible with anyfranka_ros
versions greater than 0.9.1. This is primarily because the folder structure (and urdf tags) of thefranka_description
has changed after the version, breaking yourfranka_control.launch
file (there is an explicit path towards thepanda_arm.urdf
).So you may want to change your readme to instruct users to use any franka_ros between 0.8 and 0.9.1, and the corresponding libfranka.
Thank you for your work.