what does the"rpy" in URDF file means?
<origin xyz="-2 5 0" rpy="0 0 1.57"/>.this is just a small part of the urdf file.actually i do not know the meaning of"rpy=0 0 1.57".what does rpy stand for?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
<origin xyz="-2 5 0" rpy="0 0 1.57"/>.this is just a small part of the urdf file.actually i do not know the meaning of"rpy=0 0 1.57".what does rpy stand for?
This thread might give you a good insight about roll
, pitch
, yaw
in ROS.
Some hints after doing this recently:
Roll is applied first about the X-axis of the previous joint. The frame you're modifying will rotate X radians about the previous X-axis.
Pitch is applied next about the Y-axis of the previous joint. Yaw is applied last about the Z-axis of the previous joint.
Each rotation seems to be capped at pi radians. For example, if you enter a pitch of 3.9 radians, the actual rotation you see will only be pi radians.
Asked: 2014-01-03 18:52:31 -0600
Seen: 18,589 times
Last updated: Feb 14 '17
Using XACRO for Generating URDF Files
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
How to check xacro syntax like check_urdf?
Simulating multi-wheel vehicles in Gazebo