zichunxx / moveit

:robot: The MoveIt motion planning framework

Home Page:http://moveit.ros.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoveIt Logo

The MoveIt Motion Planning Framework for ROS. For the ROS 2 repository see MoveIt 2.

Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms.

After Installation from Source, Errors may be encountered

  1. Could not find a package configuration file provided by "..." with any of the following names: ...

    Solution:

    • Add list(APPEND CMAKE_PREFIX_PATH "workspace/devel/") before find_package() in CMakeList.txt

    • find_package() in CMakeList.txt

    • <depend>/</depend> in Package.xml

    • include_directories() in CMakeList.txt

    • target_link_libraries in CMakeList.txt

    Related questions and solutions:

  2. Attention

    source ~/home/workspace/devel/setup.zsh should be added at the bottom of the ~/.zshrc file.

About

:robot: The MoveIt motion planning framework

http://moveit.ros.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 94.3%Language:Python 3.4%Language:CMake 1.9%Language:Shell 0.2%Language:TeX 0.1%Language:Dockerfile 0.1%Language:NASL 0.0%Language:C 0.0%Language:HTML 0.0%Language:GDB 0.0%Language:Makefile 0.0%