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

Implications of installing MotoPlus on controller for non-ROS users

asked 2022-11-07 06:26:46 -0500

gas_patxo gravatar image

Hi everyone,

I want to control a Yaskawa motoman gp7 robot arm with ROS. For that I am following this tutorial on how to install the necessary software on the arm's controller. In my case the GP7 has a YRC1000 with a Standard Pendant.

The thing is, I am not the only user of the arm, it is setup there for different users to experiment and such using other control methods such as programming with the teach pendant.

Will installing MotoPlus have any effect on the "standard" functioning of the pendant? Will the installation impact the behavior of other control methods?

edit retag flag offensive close merge delete

Comments

Btw: this question would probably have been better asked on the Discussion board of ros-industrial/motoman on Github.

It's technically not a ROS question, as it's about MotoPlus and Yaskawa Motoman robots.

gvdhoorn gravatar image gvdhoorn  ( 2022-11-07 11:51:51 -0500 )edit

Got it, thank you. I decided to post it here because in the mentioned tutorial it is written:

Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

gas_patxo gravatar image gas_patxo  ( 2022-11-08 03:19:20 -0500 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2022-11-07 11:49:51 -0500

gvdhoorn gravatar image

updated 2022-11-07 11:56:40 -0500

Will installing MotoPlus [..]

First: on a YRC1000, you would not be "installing MotoPlus". MotoPlus (the SDK at least) is a development environment you'd install on a Windows PC. The runtime environment is already present on the YRC1000. The only thing you would do is install MotoROS. That's a MotoPlus application, and the part which runs on the YRC1000.

Will installing MotoPlus have any effect on the "standard" functioning of the pendant?

No.

Will the installation impact the behavior of other control methods?

No.

MotoROS1 uses a regular INFORM job to control when the ROS node would have control over the robot. If that job isn't active, no external control is possible.

MotoROS1 will attempt to start the job though if the ROS node asks it to. But it can only do that if the controller is in remote mode (ie: the Programming Pendant is not the single point of control).

All other INFORM programs can still run as normal and the robot would not start moving "suddenly" just because a ROS node wants it to. You have to actively allow MotoROS1 to take control.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-11-07 06:26:46 -0500

Seen: 170 times

Last updated: Nov 07 '22