As confirmed in #101 (comment), none of the packages in kuka_experimental have a dependency on joint_state_controller or joint_trajectory_controller.
This can lead to users - with a minimal ROS install (ie: no ros_control packages installed yet - running into "Could not load controller X" errors while trying to start the launch file(s) mentioned in the readmes.
It's unclear whether - and where - these dependencies should be added: the hw interface can be used without those two controllers and, apart from the launch and config files in test (which should probably not be there), kuka_rsi_hw_interface does not use those packages itself.
Only if users of kuka_rsi_hw_interface configure their systems to load those controllers is a dependency created.
As confirmed in #101 (comment), none of the packages in
kuka_experimentalhave a dependency onjoint_state_controllerorjoint_trajectory_controller.This can lead to users - with a minimal ROS install (ie: no
ros_controlpackages installed yet - running into "Could not load controller X" errors while trying to start the launch file(s) mentioned in the readmes.It's unclear whether - and where - these dependencies should be added: the hw interface can be used without those two controllers and, apart from the launch and config files in
test(which should probably not be there),kuka_rsi_hw_interfacedoes not use those packages itself.Only if users of
kuka_rsi_hw_interfaceconfigure their systems to load those controllers is a dependency created.