Skip to content

mhfzayed94/vision_visp

 
 

Repository files navigation

ViSP stack for ROS

GPL-2

vision_visp provides ViSP algorithms as ROS components. ViSP visp is the Visual Servoing Platform and ROS ros a robotics middleware.

These packages are released under the GPL-2 license.

Components documentation is hosted on the [ros.org wiki] vision_visp-wiki.

Support is provided through [ROS Answers] vision_visp-answers .

Which branch should I use?

Branches come in two flavors:

  • development branch,
  • release branch

Package for each ROS release is maintained on separate branches. I.e. melodic-devel is the Melodic Morenia development branch whereas melodic is the Melodic Morenia release branch.

master means the next ROS release.

If you are a user you should use a release branch as they contain stable and tested versions of the packages. If you are a developper you must provide new patches against master. You may also provide version-specific bug fix again older releases.

  • Never implement new features in old branches (i.e. not master). These Pull Requests will not be accepted. If you provide a bug fix then you may ask for it to be backported. ABI/API breakage prevent patches from being backported.
  • The only action allowed in release branches is merging the development branch in the current branch.

Warning: the Fuerte branches still rely on the legacy rosbuild build system. We recommend you to update to a newer ROS release. Only minimum maintained will be done for this release.

Additional development guidelines are provided in CONTRIBUTING.md.

Build Status

This stack supports the following ROS releases:

  • Hydro
  • Groovy
  • Fuerte
  • Indigo
  • Jade
  • Kinetic
  • Lunar
  • Melodic
  • Noetic

The master branch holds the development that will be available in the next ROS release.

ROS Release Development Branch Release Branch
Master Build Status N/A
Melodic Build Status Build Status
Lunar Build Status Build Status
Kinetic Build Status Build Status

Packages

No packages published

Languages

  • C++ 91.4%
  • CMake 5.4%
  • Python 2.1%
  • Shell 1.1%