Problems installing UR driver on ROS kinetic
Hello! I'm having trouble installing the ur_robot_driver. I've followed all the steps for installing ROS kinetic and it installed alright and now that I am trying to install the drivers for UR robots an error appears whenever I try running the "rosdep install --from-paths src --ignore-src --rosdistro kinetic -y":
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
ur_kinematics: Cannot locate rosdep definition for [moveit_ros_planning]
ur10e_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
ur5e_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
ur10_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
ur_calibration: Cannot locate rosdep definition for [ur_client_library]
ur5_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
controller_stopper: Cannot locate rosdep definition for [controller_manager_msgs]
ur_gazebo: Cannot locate rosdep definition for [position_controllers]
ur_robot_driver: Cannot locate rosdep definition for [ur_msgs]
ur_description: Cannot locate rosdep definition for [joint_state_publisher_gui]
ur3_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
ur16e_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
ur3e_moveit_config: Cannot locate rosdep definition for [moveit_simple_controller_manager]
ur_controllers: Cannot locate rosdep definition for [realtime_tools]
Does anyone know why I keep getting this error?