ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

mr18b082's profile - activity

2022-07-15 00:33:59 -0500 received badge  Famous Question (source)
2021-12-03 10:45:24 -0500 received badge  Famous Question (source)
2021-11-22 01:47:35 -0500 received badge  Notable Question (source)
2021-07-08 05:48:08 -0500 received badge  Popular Question (source)
2021-07-08 04:59:26 -0500 received badge  Notable Question (source)
2021-07-01 13:17:21 -0500 asked a question Failed to build tree: parent link not found

Failed to build tree: parent link not found Hey, I have posted the same question in the Gazebo forum aswell but maybe s

2021-06-22 12:48:22 -0500 received badge  Popular Question (source)
2021-06-21 10:12:03 -0500 commented question Failed to load Gripper Controller for Robotiq 2finger gripper and UR5

thanks a lot for trying to help. Unfotunatly i messed up my files and had to restart completly. I tried getting back to

2021-06-19 07:16:55 -0500 edited question Failed to load Gripper Controller for Robotiq 2finger gripper and UR5

Failed to load Gripper Controller for Robotiq abd UR5 Hello Everybody, I added a Robotiq gripper to my URDF of the UR5

2021-06-19 05:30:12 -0500 asked a question Failed to load Gripper Controller for Robotiq 2finger gripper and UR5

Failed to load Gripper Controller for Robotiq abd UR5 Hello Everybody, I added a Robotiq gripper to my URDF of the UR5

2021-05-25 05:04:19 -0500 asked a question Robotiq85 MoveIT. Unable to identify any set of controllers that can actuate the specified joints: [ robotiq_85_left_knuckle_joint ]

Robotiq85 MoveIT. Unable to identify any set of controllers that can actuate the specified joints: [ robotiq_85_left_knu

2021-05-24 11:22:47 -0500 marked best answer Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

Hallo everybody, I am new here and have already looked for similiar questions but those solutions didnt fix mine. So my Programm is based on the moveit UR5 tutorial. Now i wanted to move the robot via a node and fix goal position. But the code is not compiling anymore throwing that error. I cant upload an image (> 5 points required) ?? So i copied the terminal. I am running Ros noetic and moveit 1.

I have isntall moviet with "Sudo apt-get install ros-noetic-moveit" and also tried is over source. None work. I hope anybody has an idea Thanks already

Terminal:

Could NOT find moveit (missing: moveit_DIR)
-- Could not find the required component 'moveit'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "moveit" with any
  of the following names:

    moveitConfig.cmake
    moveit-config.cmake

  Add the installation prefix of "moveit" to CMAKE_PREFIX_PATH or set
  "moveit_DIR" to a directory containing one of the above files.  If "moveit"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  BAC/CMakeLists.txt:10 (find_package)
2021-05-24 11:20:59 -0500 received badge  Famous Question (source)
2021-05-24 09:05:11 -0500 answered a question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

So I just missed to add the packages to my cmake and package.xml. moveit_ros_planning moveit_ros_planning_interface

2021-05-15 04:06:13 -0500 received badge  Enthusiast
2021-05-13 06:56:02 -0500 commented question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

Oh sorry didnt know, but i cant reopen (<200 points required)

2021-05-13 06:18:38 -0500 commented question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

I fixed it! i was missing a specific line in the cmake.. my bad but thanks for your help appreciate it al ot!!

2021-05-13 01:46:20 -0500 commented question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

Yeah that's the weird part everything worked fine. If I restore a backup it works aswell. I am going to try out a fanuc

2021-05-12 11:36:15 -0500 commented question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

I have installed catkin_tools like this awnser propsed https://answers.ros.org/question/353113/catkin-build-in-ubuntu-20

2021-05-11 22:52:11 -0500 received badge  Notable Question (source)
2021-05-11 15:21:29 -0500 commented question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

catkin clean didnt work because i cant install catkin_tools (tried all kinds of installation variations) and uninstall a

2021-05-11 06:47:34 -0500 received badge  Popular Question (source)
2021-05-10 12:09:41 -0500 asked a question Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:"

Cmake Error "Could not find a package configuration file provided by "moveit" with any of the following names:" Hallo