ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

acbuynak's profile - activity

2022-10-07 08:36:58 -0500 received badge  Famous Question (source)
2021-05-02 16:27:11 -0500 received badge  Famous Question (source)
2020-12-07 13:47:34 -0500 received badge  Notable Question (source)
2020-10-24 15:56:02 -0500 edited answer Calculating Effort Limit for Motoman MS210

Resolved through help of Motoman rep in providing values specific to Motoman MS210. See github:ros-industrial/motoman/is

2020-10-24 15:55:18 -0500 answered a question Calculating Effort Limit for Motoman MS210

Resolved through help of Motoman rep in providing values specific to Motoman MS210. See https://github.com/ros-industria

2020-10-24 15:51:57 -0500 received badge  Popular Question (source)
2020-10-16 09:23:37 -0500 commented question Calculating Effort Limit for Motoman MS210

Thanks gvdhoorn. I have submitted an issue at https://github.com/ros-industrial/motoman/issues/363

2020-10-16 09:23:37 -0500 received badge  Commentator
2020-10-16 08:43:48 -0500 answered a question Can a CAD model from Solidworks be converted into a Gazebo Model?

If you are looking to maintain ROS integration of your robots, it may be best to use the SW2URDF Exporter. This code loa

2020-10-16 08:43:48 -0500 received badge  Rapid Responder (source)
2020-10-15 21:12:51 -0500 asked a question Calculating Effort Limit for Motoman MS210

Calculating Effort Limit for Motoman MS210 Working to build a ros-industrial robot support package for the Motoman MS210

2020-10-12 11:02:40 -0500 received badge  Notable Question (source)
2020-10-12 11:02:40 -0500 received badge  Popular Question (source)
2020-10-06 12:50:50 -0500 received badge  Famous Question (source)
2020-04-29 10:18:26 -0500 commented answer Motoman IO control service not advertised?

This worked! Thanks! To clarify for future reviewers, I mistakenly placed the io_ctrl initialization (first code quoted

2020-04-29 10:14:19 -0500 marked best answer Motoman IO control service not advertised?

Motoman FS100: Integrating IO Control Services Help

Hello! I'm trying to control the IO pins of an Motoman FS100 controller. Single-arm, single-robot group.

Issue: ROS services "readSingleIO" and "writeSingleIO" not appearing once launched and connected to robot controller.
Note: Other services like "robot_enable" are still available.

I don't know how to further troubleshoot this issue. Does anyone have any suggestions?

I am following user gvdhoorn's forked branch, "io_support_rebased" to edit my own fork of the motoman driver.

Versions
ROS Melodic
MotoROS v1.9.1

Code
Integrated IO over two commits:
1. adding ROS services
2. adding convenience class

Relevant Code from CMakeLists
from motoman_driver package/CMakeLists

add_executable(motoman_motion_streaming_interface_bswap
  src/joint_streaming_node.cpp
  src/joint_trajectory_streamer.cpp
  src/motion_ctrl.cpp
  src/motion_ctrl.cpp
  src/io_ctrl.cpp)


from motoman_msgs/CMakeLists

add_service_files(
  DIRECTORY
    srv
  FILES
    CmdJointTrajectoryEx.srv
    ReadSingleIO.srv
    WriteSingleIO.srv
)

Related Content:
ROS Answer: Control I/O of Generic Industrial robot
ROS Answer: Motoman Digital IO Control
Github: Commit for Multi-Robot I/O Read-Write
Google Forum: I/O Control of Motoman DX100

2020-04-29 10:14:19 -0500 received badge  Scholar (source)
2020-04-28 13:37:22 -0500 asked a question Motoman IO control service not advertised?

Motoman IO control service not advertised? Motoman FS100: Integrating IO Control Services Help Hello! I'm trying to con

2020-04-21 13:21:52 -0500 received badge  Supporter (source)
2020-04-13 15:40:20 -0500 received badge  Famous Question (source)
2020-04-13 15:39:41 -0500 received badge  Notable Question (source)
2020-02-26 08:15:40 -0500 received badge  Popular Question (source)
2020-02-25 13:21:49 -0500 edited answer ROS-i: Motoman FS100 - Connection Refused Errorno #111

There are many potential causes to the error: Failed to connect to server, rc: -1. Error: 'Connection refused' (errno: 1

2020-02-25 13:17:32 -0500 answered a question ROS-i: Motoman FS100 - Connection Refused Errorno #111

There are many potential causes to the error: Failed to connect to server, rc: -1. Error: 'Connection refused' (errno: 1

2020-02-25 13:17:32 -0500 received badge  Rapid Responder (source)
2020-02-25 13:05:48 -0500 commented question ROS-i: Motoman FS100 - Connection Refused Errorno #111

Good Call! I mistakenly pulled the 10.0.0.4 address from the TP's "Transmission Settings" thinking I was looking at the

2020-02-25 11:25:28 -0500 commented question ROS-i: Motoman FS100 - Connection Refused Errorno #111

Shortened file name & relaunched. No change in output. While controller was on, used telnet 10.0.0.4 to open a conne

2020-02-25 09:57:52 -0500 commented question ROS-i: Motoman FS100 - Connection Refused Errorno #111

Confirmed all steps under Section 2.4.2 - FS100, DX200 and YRC were completed. Attempting .out file changes now.

2020-02-25 09:45:06 -0500 commented question ROS-i: Motoman FS100 - Connection Refused Errorno #111

Does the MotoPlus application (MotoROS) need to be manually initiated from the pendant? I confirmed all prerequisites ar

2020-02-25 09:26:05 -0500 edited question ROS-i: Motoman FS100 - Connection Refused Errorno #111

ROS-i: Motoman FS100 - Connection Refused Errorno #111 Hello! I am getting an error when attempting to connect my Yaska

2020-02-25 09:24:08 -0500 commented question ROS-i: Motoman FS100 - Connection Refused Errorno #111

Reconfirmed ping 10.0.0.4, then sent nc 10.0.0.4 50241. No output. Tried nc 10.0.0.4 50240, also no output.

2020-02-25 08:09:10 -0500 asked a question ROS-i: Motoman FS100 - Connection Refused Errorno #111

ROS-i: Motoman FS100 - Connection Refused Errorno #111 Hello! I am getting an error when attempting to connect my Yaska

2020-02-06 07:21:00 -0500 commented question RViz fails in fresh melodic install: libdouble-conversion not found

Hello! I don't have an explanation as to why you are having this error. But I would suggest you attempt reinstalling the

2020-02-06 07:20:52 -0500 commented question RViz fails in fresh melodic install: libdouble-conversion not found

Hello! I don't have an explanation as to why you are having this error. But I would suggest you attempt reinstalling the

2020-02-04 17:25:40 -0500 commented question Missing QtSvg module depended upon by rqt_graph

@tfoote I was/am running Python 2.7.17 Thank you for your interest here. Unfortunately, I abandoned the solution method

2020-02-04 17:23:18 -0500 edited question Missing QtSvg module depended upon by rqt_graph

Missing QtSvg module depended upon by rqt_graph Hello! I am a new ROS User trying to jump in and learn. Any/all guidance

2020-02-04 06:18:34 -0500 received badge  Enthusiast
2020-02-03 20:37:43 -0500 received badge  Notable Question (source)
2020-02-03 10:53:26 -0500 commented question Missing QtSvg module depended upon by rqt_graph

I think I have root caused the issue to be that pyqt5 is only available for Python3 and not Python2. Since ROS1 is desig

2020-02-03 10:51:21 -0500 edited question Missing QtSvg module depended upon by rqt_graph

Missing QtSvg module depended upon by rqt_graph Hello! I am a new ROS User trying to jump in and learn. Any/all guidance

2020-01-27 10:56:44 -0500 received badge  Popular Question (source)
2020-01-27 08:57:03 -0500 edited question Missing QtSvg module depended upon by rqt_graph

Missing QtSvg module depended upon by rqt_graph Hello! I am a new ROS User trying to jump in and learn. Any/all guidance

2020-01-27 08:57:03 -0500 received badge  Editor (source)
2020-01-24 12:21:12 -0500 edited question Missing QtSvg module depended upon by rqt_graph

rqt_graph failure due to QtSvg module Hello! I am a new ROS User trying to jump in and learn. Any/all guidance is apprec

2020-01-24 11:40:31 -0500 asked a question Missing QtSvg module depended upon by rqt_graph

rqt_graph failure due to QtSvg module Hello! I am a new ROS User trying to jump in and learn. Any/all guidance is apprec