OrebroUniversity / yumi

ROS packages pertaining to the ABB YuMi (IRB 14000) robot
BSD 2-Clause "Simplified" License
67 stars 88 forks source link

Yumi's publication with config file #6

Closed roboticswithjulia closed 7 years ago

roboticswithjulia commented 7 years ago

Hi to all, I'm trying to publish to real and robotstudio yumi's robot with the topics of /joint_path_command with a config file that contained all the joints of the robot in order to change the real joints at the same time I change the rqt_reconfigure. It works the first time, but then, it appears the next message:

Validation failed: Missing valid timestamp data for trajectory pt 1

The clock of the robot and the computer are the same, so I think that it has to be from de ros_motion program.

In order to this, the buffer of the publisher is 10 and the ros loop works every 0.48 seconds.

Thanks for all,

Júlia

tstoyanov commented 7 years ago

Hi Julia,

could you please provide some more details on your setup for replication purposes? What branch of the repository are you using? What is running on the yumi controller side? What is running on the ros side?

The set up on the side of RAPID should be done almost identically to the setup for the abb_driver in ros_industrial. I was planning to write a short how-to to guide people through, but I am not sure when I will have the time to get to it...

roboticswithjulia commented 7 years ago

It was my fault, I was trying to publish without a duration.

Thans for all,

Júlia

tstoyanov commented 7 years ago

@juliamp22 can I close this issue then?

roboticswithjulia commented 7 years ago

Yes, you should.

Thanks for all,

Júlia On Tue, 28 Feb 2017 at 16:36, Todor Stoyanov notifications@github.com wrote:

@juliamp22 https://github.com/juliamp22 can I close this issue then?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/OrebroUniversity/yumi/issues/6#issuecomment-283072809, or mute the thread https://github.com/notifications/unsubscribe-auth/APhI23qn6EhFBuGmteX4N8dsfsXHTwJaks5rhD8KgaJpZM4LL1i5 .

nali12 commented 5 years ago

Hello juliamp22, How did you solve this issue?