$ rospack depends1 franka_control
[rospack] Error: package 'franka_gripper' depends on non-existent package 'libfranka' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'
[rospack] Error: package 'franka_control' depends on non-existent package 'libfranka' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'
[rospack] Error: package 'franka_hw' depends on non-existent package 'libfranka' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'
franka_description
franka_gripper
joint_state_publisher
robot_state_publisher
...
And libfranka indeed is not in ROS_PACKAGE_PATH.
Does this error have any negative effect?
I have built
libfranka
andfranka-ros
from source as https://frankaemika.github.io/docs/installation_linux.html#building-from-source, and have completed all steps. However, I got an error when I ranrospack depends1 franka_control
:And
libfranka
indeed is not inROS_PACKAGE_PATH
. Does this error have any negative effect?