Show EOL distros: 

fanuc_experimental: fanuc_lrmate200ib_support | fanuc_lrmate200id_moveit_config | fanuc_lrmate200id_moveit_plugins | fanuc_lrmate200id_support | fanuc_m900ia_support

Package Summary

Experimental packages for Fanuc manipulators within ROS-Industrial.

fanuc_experimental: fanuc_lrmate200id_moveit_config | fanuc_lrmate200id_moveit_plugins | fanuc_lrmate200id_support | fanuc_m20ib_support

Package Summary

Experimental packages for Fanuc manipulators within ROS-Industrial.

fanuc_experimental: fanuc_cr35ia_support | fanuc_cr7ia_moveit_config | fanuc_cr7ia_support | fanuc_cr7ial_moveit_config | fanuc_lrmate200i_moveit_config | fanuc_lrmate200i_moveit_plugins | fanuc_lrmate200i_support | fanuc_lrmate200ib3l_moveit_config | fanuc_lrmate200ib_moveit_config | fanuc_lrmate200ib_moveit_plugins | fanuc_lrmate200ib_support | fanuc_lrmate200id_moveit_config | fanuc_lrmate200id_moveit_plugins | fanuc_lrmate200id_support | fanuc_m20ib_support | fanuc_m6ib_moveit_config | fanuc_m6ib_moveit_plugins | fanuc_m6ib_support | fanuc_m710ic_support | fanuc_m900ia_support | fanuc_m900ib_support | fanuc_r1000ia80f_moveit_config | fanuc_r1000ia_moveit_plugins | fanuc_r1000ia_support

Package Summary

Experimental packages for Fanuc manipulators within ROS-Industrial.

fanuc_experimental: fanuc_lrmate200id7l_moveit_config | fanuc_lrmate200id_moveit_config | fanuc_lrmate200id_moveit_plugins | fanuc_lrmate200id_support | fanuc_r2000ib_support | fanuc_r2000ic_support

Package Summary

Experimental packages for Fanuc manipulators within ROS-Industrial.

fanuc_experimental: fanuc_lrmate200id7l_moveit_config | fanuc_lrmate200id_moveit_config | fanuc_lrmate200id_moveit_plugins | fanuc_lrmate200id_support | fanuc_r2000ib_support | fanuc_r2000ic_support

Package Summary

Experimental packages for Fanuc manipulators within ROS-Industrial.

Status

Experimental

EXPERIMENTAL: This status indicates that this software is experimental code at best. There are known issues and missing functionality. The APIs are completely unstable and likely to change. Use in production systems is not recommended. All code starts at this level. For more information see the ROS-Industrial software status page.

Overview

This repository is part of the ROS-Industrial program. It contains experimental packages that will be moved to the fanuc repository once they've received sufficient testing and review.

Compatibility

Packages in distribution branches (ie: -devel) may be expected to be compatible with the corresponding ROS distribution (ie: the kinetic-devel branch is usable on Kinetic). In the absence of major differences between subsequent ROS releases, the -devel branch may be expected to be compatible with the next release as well (ie: kinetic-devel may be used on Melodic as long as no melodic-devel branch exists).

Installation

As all the packages in this repository are experimental, they will not be released through the official channels and must be build from source after cloning into a catkin workspace.

As this stack may depend on unreleased changes to the main fanuc stack, you must checkout the corresponding branch of the fanuc stack ($ROS_DISTRO-devel) from source as well. Using released packages from fanuc (ie: installed through apt-get) is explicitly not supported.

As these packages may depend on unreleased changes in the main fanuc repository, you must checkout the corresponding branch of the fanuc repository (kinetic-devel) from source as well. Using released packages from fanuc (ie: installed through apt-get) is explicitly not supported.

In a catkin workspace:

   1 cd /path/to/catkin_ws/src
   2 
   3 # retrieve the latest development version of fanuc and fanuc_experimental
   4 # NOTE: you MUST use the '-devel' version of fanuc
   5 git clone -b $ROS_DISTRO-devel https://github.com/ros-industrial/fanuc.git
   6 git clone -b $ROS_DISTRO-devel https://github.com/ros-industrial/fanuc_experimental.git
   7 
   8 cd /path/to/catkin_ws
   9 
  10 # checking dependencies
  11 rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO
  12 
  13 # building
  14 catkin_make
  15 
  16 # source this workspace (only if you don't have any others)
  17 source /path/to/catkin_ws/devel/setup.bash

   1 cd /path/to/catkin_ws/src
   2 
   3 # retrieve the latest development version of industrial_core. If you'd rather
   4 # use the latest released version, replace 'kinetic-devel' with 'kinetic'
   5 git clone -b kinetic-devel https://github.com/ros-industrial/industrial_core.git
   6 
   7 # retrieve the latest development version of fanuc and fanuc_experimental
   8 # NOTE: you MUST use the '-devel' version of fanuc
   9 git clone -b kinetic-devel https://github.com/ros-industrial/fanuc.git
  10 git clone -b kinetic-devel https://github.com/ros-industrial/fanuc_experimental.git
  11 
  12 cd /path/to/catkin_ws
  13 
  14 # checking dependencies
  15 rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO
  16 
  17 # building
  18 catkin_make
  19 
  20 # source this workspace (only if you don't have any others)
  21 source /path/to/catkin_ws/devel/setup.bash

Refer to the catkin tutorials for more information on building catkin workspaces.

Tutorials

See the fanuc page for more information.

Contact us/Technical support

For questions related to the Fanuc support or ROS-Industrial in general, please contact the developers by posting a message in the ROS-Industrial category on ROS Discourse.

Report a Bug

Use GitHub to report bugs or submit feature requests. [View active issues]

Wiki: fanuc_experimental (last edited 2021-02-07 13:52:39 by GvdHoorn)