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

sr_louis's profile - activity

2020-10-26 09:18:30 -0500 received badge  Student (source)
2020-05-04 08:53:04 -0500 received badge  Famous Question (source)
2020-03-31 20:33:03 -0500 commented question Joint State Publisher GUI without joints or functional button! How to fix?

Thank you for reply me! I was wrong to apply the same limit to the joints. This question help me to solve it.

2020-03-08 12:54:16 -0500 received badge  Famous Question (source)
2020-03-01 02:09:24 -0500 received badge  Notable Question (source)
2020-03-01 02:09:24 -0500 received badge  Popular Question (source)
2020-02-26 20:42:46 -0500 asked a question Joint State Publisher GUI without joints or functional button! How to fix?

Joint State Publisher GUI without joints or functional button! How to fix? Hello, everyone, I'm using Ros Melodic at Ub

2020-02-26 18:54:36 -0500 received badge  Notable Question (source)
2020-02-23 14:49:08 -0500 received badge  Supporter (source)
2020-02-23 14:49:06 -0500 marked best answer Model on RViz / Gazebo with wrong orientation and incorrect links' position! How to fix?

Hi, everyone!

I’m newbie at ROS, URDF, Rviz, Gazebo... I’m learning about these topics for research. Running Ubuntu 18.04, ROS Melodic Morenia, RViz version 1.13.7 and Gazebo 9.12. I’ve build a model on SolidWorks 2018 and used the sw2urdf plugin to create a urdf file and export the meshes .STL from assembly. Now I can spawn the model on Rviz and Gazebo, but the model appears with a wrong orientation and some links in a different position from the original assembly. I’ve tested some changes in the URDF file, but without success. I’ve tried to use the joint control on Rviz, but the GUI doesn’t appear. How can I fix the wrong position links and orientation from the model? How can I use the joint control GUI?

My URDF file and display.launch

<?xml version="1.0"?>
<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com) 
     Commit Version: 1.5.1-0-g916b5db  Build Version: 1.5.7152.31018
     For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
<robot
  name="roboturdf_4">
  <link
    name="base_link">
    <inertial>
      <origin
        xyz="0.020092 0.30138 -0.0034671"
        rpy="0 0 0" />
      <mass
        value="29.722" />
      <inertia
        ixx="0.65036"
        ixy="1.6601E-16"
        ixz="6.6492E-17"
        iyy="0.31967"
        iyz="2.902E-06"
        izz="0.77965" />
    </inertial>
    <visual>
      <origin
        xyz="0 0 0"
        rpy="0 0 0" />
      <geometry>
        <mesh
          filename="package://roboturdf_4/meshes/base_link.STL" />
      </geometry>
      <material
        name="">
        <color
          rgba="0.79216 0.81961 0.93333 1" />
      </material>
    </visual>
    <collision>
      <origin
        xyz="0 0 0"
        rpy="0 0 0" />
      <geometry>
        <mesh
          filename="package://roboturdf_4/meshes/base_link.STL" />
      </geometry>
    </collision>
  </link>
  <link
    name="pr_link">
    <inertial>
      <origin
        xyz="0.081627 -0.17409 0.10967"
        rpy="0 0 0" />
      <mass
        value="4.7937" />
      <inertia
        ixx="0.06966"
        ixy="3.3077E-07"
        ixz="-2.0109E-07"
        iyy="0.025789"
        iyz="0.027949"
        izz="0.052279" />
    </inertial>
    <visual>
      <origin
        xyz="0 0 0"
        rpy="0 0 0" />
      <geometry>
        <mesh
          filename="package://roboturdf_4/meshes/pr_link.STL" />
      </geometry>
      <material
        name="">
        <color
          rgba="0.79216 0.81961 0.93333 1" />
      </material>
    </visual>
    <collision>
      <origin
        xyz="0 0 0"
        rpy="0 0 0" />
      <geometry>
        <mesh
          filename="package://roboturdf_4/meshes/pr_link.STL" />
      </geometry>
    </collision>
  </link>
  <joint
    name="pr_joint"
    type="revolute">
    <origin
      xyz="-0.17192 0 0"
      rpy="0 0 0" />
    <parent
      link="base_link" />
    <child
      link="pr_link" />
    <axis
      xyz="-1 0 0" />
    <limit
      lower="0"
      upper="0"
      effort="0"
      velocity="0" />
  </joint>
  <link
    name="kr_link">
    <inertial>
      <origin
        xyz="0.079413 -0.23691 -0.055825"
        rpy="0 0 0" />
      <mass
        value="4.1185" />
      <inertia
        ixx="0.07898"
        ixy="-1.132E-17"
        ixz="-2.5386E-18"
        iyy="0.0084476"
        iyz="-0.016566"
        izz="0.074995" /> ...
(more)
2020-02-23 14:49:06 -0500 received badge  Scholar (source)
2020-02-23 14:47:12 -0500 commented answer Model on RViz / Gazebo with wrong orientation and incorrect links' position! How to fix?

Thanks for answering. I installed SP 5.0 and changed the joint coordinate systems to the same, now the robot appears cor

2020-02-22 16:18:11 -0500 answered a question Model on RViz / Gazebo with wrong orientation and incorrect links' position! How to fix?

I solved this problem partially, changed it and put the same coordinate system for all links. Now the robot appears whol

2020-02-22 16:03:25 -0500 received badge  Popular Question (source)
2020-02-19 02:15:16 -0500 asked a question Model on RViz / Gazebo with wrong orientation and incorrect links' position! How to fix?

Model on RViz / Gazebo with wrong orientation and incorrect links' position! How to fix? Hi, everyone! I’m newbie at RO