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

How to drive a parallel robot use ROS?

asked 2019-07-24 05:35:14 -0500

zapple gravatar image

I'm developing a robot which has a parallel structure. As I know, urdf can't be used to describe it but the sdf format does. But I need to simulate the robot via Gazebo, I can just parse sdf file into Gazebo, but I can't control it via ROS. How solve this problem? Any solution to this?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2020-04-07 05:28:21 -0500

Riss69 gravatar image

URDF doesn't support close kinematic chains but the functionality of the same can be increased via using gazebo tags because sdf does support it . For realising the same kindly refer to pr2's gripper urdf file they have already implemented close kinematic chains in it .

Basically you also have to define your own transmission and controller.

edit flag offensive delete link more
0

answered 2021-06-03 03:07:44 -0500

https://github.com/IvanFernandezGraci... Used stepper Motor checking trajectory dynamics

edit flag offensive delete link more
0

answered 2019-07-25 12:55:02 -0500

duck-development gravatar image
edit flag offensive delete link more

Comments

Link-only answers should be discouraged as the content can (and quite often does) disappear. Can you update your answer with the relevant information so that the answer is self-contained?

jayess gravatar image jayess  ( 2019-07-25 13:16:17 -0500 )edit

It seems useless for the question. The video just introduced how to make a close chain in Gazebo, but nothing about controlling the sdf model via ROS or any other programmable method.

zapple gravatar image zapple  ( 2019-07-25 21:09:47 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-07-24 05:35:14 -0500

Seen: 1,176 times

Last updated: Apr 07 '20