Openai_ros Dependencies error

Hi, I tried installing openai_ros for ros kinetic in my local PC with https://bitbucket.org/theconstructcore/openai_ros/src/kinetic-devel/.

I compiled it and tried to install the dependencies using
rosdep install openai_ros

However, I’m getting below error

  ERROR: the following packages/stacks could not have their rosdep keys resolved
  to system dependencies:
  openai_ros: Cannot locate rosdep definition for [controller_manager_msgs]

can anyone please help me with this?

Hi,

You have to install them manually with the commands sudo apt install ros-ROSVERSION-packagename.
The package openai_ros wasnt tested to be installed through rosped install I’m affraid.

Thank you very much for the inofrmation.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.