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

What is position controlled joint ,velocity controlled joint [closed]

asked 2015-07-13 11:55:19 -0500

prrraveen gravatar image

updated 2015-07-13 11:55:55 -0500

Could someone please explain me the following in one line joint state, joint command, position controlled joint, velocity controlled joint, effort controlled joint.

I am reading ros_control and I keep getting these terminology again and again.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by allenh1
close date 2015-07-15 19:35:12.915500

2 Answers

Sort by ยป oldest newest most voted
2

answered 2015-07-15 11:31:57 -0500

Adolfo Rodriguez T gravatar image

joint state refers to sensor readings like actual position, velocity and effort.

A position controlled joint is a joint that can be commanded with joint position references. A similar reasoning applies to velocity- and effort-controlled joints.

A controllable joint typically reports its state (read from joint) and accepts motion commands (write to joint).

edit flag offensive delete link more
0

answered 2015-07-13 13:13:08 -0500

allenh1 gravatar image

From the ROS wiki.

The joint element describes the kinematics and dynamics of the joint and also specifies the safety limits of the joint.

Basically, it is a way of keeping track of the kinematics of the robot for simulation as well as for path planning.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-13 11:55:19 -0500

Seen: 350 times

Last updated: Jul 15 '15