Show EOL distros:
Package Summary
Experimental packages for Fanuc manipulators within ROS-Industrial.
- Maintainer: G.A. vd. Hoorn (TU Delft Robotics Institute) <g.a.vanderhoorn AT tudelft DOT nl>
- Author: G.A. vd. Hoorn (TU Delft Robotics Institute)
- License: BSD
- Bug / feature tracker: https://github.com/ros-industrial/fanuc_experimental/issues
- Source: git https://github.com/ros-industrial/fanuc_experimental.git (branch: hydro-devel)
Package Summary
Experimental packages for Fanuc manipulators within ROS-Industrial.
- Maintainer status: developed
- Maintainer: G.A. vd. Hoorn (TU Delft Robotics Institute) <g.a.vanderhoorn AT tudelft DOT nl>
- Author: G.A. vd. Hoorn (TU Delft Robotics Institute)
- License: BSD
- Bug / feature tracker: https://github.com/ros-industrial/fanuc_experimental/issues
- Source: git https://github.com/ros-industrial/fanuc_experimental.git (branch: indigo-devel)
Package Summary
Experimental packages for Fanuc manipulators within ROS-Industrial.
- Maintainer status: developed
- Maintainer: G.A. vd. Hoorn (TU Delft Robotics Institute) <g.a.vanderhoorn AT tudelft DOT nl>
- Author: G.A. vd. Hoorn (TU Delft Robotics Institute)
- License: BSD
- Bug / feature tracker: https://github.com/ros-industrial/fanuc_experimental/issues
- Source: git https://github.com/ros-industrial/fanuc_experimental.git (branch: indigo-devel)
Package Summary
Experimental packages for Fanuc manipulators within ROS-Industrial.
- Maintainer status: developed
- Maintainer: G.A. vd. Hoorn (TU Delft Robotics Institute) <g.a.vanderhoorn AT tudelft DOT nl>
- Author: G.A. vd. Hoorn (TU Delft Robotics Institute)
- License: BSD
- Bug / feature tracker: https://github.com/ros-industrial/fanuc_experimental/issues
- Source: git https://github.com/ros-industrial/fanuc_experimental.git (branch: kinetic-devel)
Package Summary
Experimental packages for Fanuc manipulators within ROS-Industrial.
- Maintainer status: developed
- Maintainer: G.A. vd. Hoorn (TU Delft Robotics Institute) <g.a.vanderhoorn AT tudelft DOT nl>
- Author: G.A. vd. Hoorn (TU Delft Robotics Institute)
- License: BSD
- Bug / feature tracker: https://github.com/ros-industrial/fanuc_experimental/issues
- Source: git https://github.com/ros-industrial/fanuc_experimental.git (branch: kinetic-devel)
Status
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. |
Contents
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.
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]