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

Can i use MOveIt package in ROS without closed loop motor control?

asked 2018-08-05 13:10:23 -0500

Robo_Panda gravatar image

I have two DC Servo motors with step and direction pins. But i dont have any feedback from the motor. I had read earlier that moveIt requires closed loop feedback control for operation. Specifications of motor

edit retag flag offensive close merge delete

Comments

1

I had read earlier that moveIt requires closed loop feedback control for operation

could you please provide a link to where you read this?

gvdhoorn gravatar image gvdhoorn  ( 2018-08-05 14:06:09 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2018-08-05 15:16:41 -0500

It is correct that MoveIt! expects to retrieve joint state information, otherwise it would not be possible to know the state the robot is in. This information normally is provided by encoders built into arm joints and then published to ROS on the /joint_states topic. If you don't have encoders on your motors you can always fake sensing joint positions by publishing the commanded joint positions to /joint_states, faking that they have been measured. Depending on your setup this can either work reasonably well (i.e. arm moves slow, your motor are tracking commanded values very well), or utterly fail (i.e. fast motions, significant differences between commanded and actually executed motions).

edit flag offensive delete link more
-1

answered 2018-08-05 13:17:18 -0500

Prof. xavier gravatar image

Yes, if you are looking to just feed the motors the joint-angles then just make your hardware subscribe the joint_state_publisher topic, angles are published in radians in a form of matrix.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-08-05 13:10:23 -0500

Seen: 400 times

Last updated: Aug 05 '18