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

plundgren's profile - activity

2016-08-08 00:18:18 -0500 received badge  Famous Question (source)
2015-04-22 04:16:07 -0500 received badge  Popular Question (source)
2015-04-22 04:16:07 -0500 received badge  Notable Question (source)
2015-04-22 04:16:07 -0500 received badge  Famous Question (source)
2014-09-29 03:02:26 -0500 received badge  Taxonomist
2014-04-19 06:34:50 -0500 received badge  Famous Question (source)
2013-12-08 04:30:38 -0500 received badge  Notable Question (source)
2013-11-15 20:29:00 -0500 received badge  Notable Question (source)
2013-11-14 10:32:03 -0500 received badge  Supporter (source)
2013-11-14 10:32:00 -0500 received badge  Scholar (source)
2013-11-14 10:28:57 -0500 received badge  Popular Question (source)
2013-11-14 04:09:27 -0500 commented question Setup Industrial package for use of motoman driver interface with DX100 - MotoPlus

When sending move_to_joint command the pendant gives us "ERROR 0381: Robot range not checked [R1]". Servo is turned on but no motion is performed.

2013-11-14 03:37:00 -0500 commented question Setup Industrial package for use of motoman driver interface with DX100 - MotoPlus

When running roscore and while loading urdf the rostopic joint_states gives us all seven value upon restart of interface. This wasn't clear in the tutorial.

2013-11-14 00:06:37 -0500 commented question Setup Industrial package for use of motoman driver interface with DX100 - MotoPlus

Yes, we have. Fail to perform any of the alternatives that are given on step 3.1. Step 3.2 gives the error that was described in the question, names mismatch. Via a RosEmulator it was possible to connect to the controller state and motion server. Once connected it shows the values for seven joints.

2013-11-13 09:03:41 -0500 asked a question Setup Industrial package for use of motoman driver interface with DX100 - MotoPlus

Running ROS Hydro, industrial core and motoman driver are downloaded from source and buildt in catkin workspace. Established connection via interface after receiving a hard coded MotoPlus application file (.out file) from Yaskawa. The one provided on github repo was not compatible with our DX100, version DS3.53.01A-14. Through joint_states topic only six joints are received, even though our robot, SIA20D, has seven axis. The names are according to the ROS-I standard, joint_1,...,joint_6. What settings are there do be done to correct this?

Have tried to rename the joints via both the provided sia20d_mesh.xml file and explicit naming. No error messages are given when these commands are performed. Though no change is noticed upon restart of interface. Why is that so?

When trying to run move_to_joint.py error message "Start and End position joint_names mismatch" is received. No matter if we name the joints according to ROS-I standard or the once that we loaded with .xml file.

Please help us out:-)!

2013-11-03 19:46:50 -0500 received badge  Organizer (source)
2013-11-03 19:40:40 -0500 received badge  Nice Question (source)
2013-11-01 05:27:31 -0500 asked a question How to load INIT_ROS.jbi file correctly?

We're installing the server application for DX100. MpRosDx100Ftp_v1_1_1.out file was loaded successfully.

When trying to load INIT_ROS.jbi file we get syntax error, #3220. "Syntax error in instruction [58](j:INIT_ROS L:0004)".

Should we specify anything more than what is given in the .jbi-file? We want to use the interface to get knowledge about the robots position and to send alert messages.

File looks as following:

/JOB
//NAME INIT_ROS
//POS
///NPOS 0,0,0,0,0,0
//INST
///DATE 2013/07/15 15:32
///ATTR SC,RW
///GROUP1 RB1
NOP
DOUT OT#(890) OFF
DOUT OT#(889) OFF
TIMER T=0.05
SKILLSND "ROS-START"
DOUT OT#(889) ON
WAIT OT#(890)=ON
DOUT OT#(889) OFF
SKILLSND "ROS-STOP"
END
2013-10-04 07:12:30 -0500 received badge  Popular Question (source)
2013-09-30 05:12:28 -0500 received badge  Student (source)
2013-09-30 05:11:37 -0500 asked a question How to establish contact with DX100 controller via ROS interface

Trying to setup contact with DX100 controller from Ubuntu 12.04 64-bit. So far we've: * Installed ROS Groovy desktop-full * Installed industrial core and motoman(including motoman driver, not dx100) packages from source(cloned groovy branch from github, not SVN repo). * Updated controller with latest software, v.3.53xxxx-14 * Tried to goto the controller webpage without success. Connected via ethernet and entered "http://robot_ip:8080" in web browser.

Haven't performed any MotoPLUS configuration since we were told all -14 versions had support for MotoPLUS. Is this correct or do we need to install MotoPLUS or INFORM Code according to tutorial? If yes, how do we transfer these files into the controller?

We were not able to perform step 5 in the server application tutorial. Changed to Management mode and tried to enable #82015, according to the steps but this wasn't possible.