is there ros support for yaskawa motoman nxc100?
if not, can I create it myself somehow?
if not, can I create it myself somehow?
As for ROS-Industrial (with the motoman_driver
package), there is no support for the NXC 100 controller.
From an answer by Eric Marcel (Yaskawa America) on Does ROS SUPPORT the NXC100 Controller on the ROS-Industrial mailing list:
Unfortunately, the NXC controller is an older generation and doesn't support MotoPlus API on which the ROS driver is built. For a controller of similar size to the NXC, you would need to get the FS100 controller with a new robot.
There are some alternative ways to communicate with those controllers, but they will be less performant than MotoPlus and motoman_driver
:
Otherwise, for remote controller of the NXC you can use the "Ethernet Server function" or MotoCom API (for Windows). In theory, you might be able write a ROS driver to send motion instruction through the "Ethernet Server" but there are limitations. Communication response is fairly slow (around 60 ms) and you can only queue one motion at the time, so the robot need to reach its set destination before you can send the next destination.
So to answer your question:
is there ros support for yaskawa motoman nxc100?
No.
if not, can I create it myself somehow?
Yes, but there will be performance issues, and you would not be able to reuse the industrial_robot_client and / or motoman_driver packages (without modifications), and it will probably require quite some effort, as the MotoCOM API is apparently targeted mainly at Windows.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-09-16 01:46:40 -0500
Seen: 163 times
Last updated: Sep 16 '15
How can I update the system software DX100 controller - Yaskawa?
control gripper with motoman_driver?
motoman_driver: failure to write to address 30035
ROS-i: Motoman FS100 - Connection Refused Errorno #111
Package not found (rospack find: error)
Error with catkin build with ds4_driver
How to fix SIA10D ROS industrial robot loading model fail in RViz?
Joystick Code for Articulated Robot using MoveGroup