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

mug's profile - activity

2023-05-16 05:27:52 -0500 received badge  Famous Question (source)
2023-05-16 05:27:52 -0500 received badge  Notable Question (source)
2023-04-11 04:45:49 -0500 received badge  Notable Question (source)
2023-03-24 11:07:39 -0500 received badge  Famous Question (source)
2023-03-24 11:07:39 -0500 received badge  Notable Question (source)
2022-06-29 07:35:36 -0500 received badge  Famous Question (source)
2022-06-01 09:56:43 -0500 received badge  Notable Question (source)
2022-05-26 05:05:45 -0500 received badge  Famous Question (source)
2022-01-24 02:08:47 -0500 commented question Inreasing waypoints in MoveIt!

@Pulkit123 Hello. I also want to send csv stored trajectory to ros_control to generate smooth trajectory. How did you do

2022-01-19 20:45:43 -0500 edited answer MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service.

It turns out that I was reading the Noetic MoveIt benchmarking tutorial, so the same configuration file would run wrong

2022-01-19 20:45:15 -0500 edited answer MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service.

It turns out that I was reading the Noetic MoveIt benchmarking tutorial, so the same configuration file would run wrong

2022-01-19 20:44:08 -0500 answered a question MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service.

It turns out that I was reading the Noetic MoveIt benchmarking tutorial, so the same configuration file would run wrong

2022-01-19 20:44:08 -0500 received badge  Rapid Responder (source)
2022-01-19 19:47:17 -0500 answered a question How to get the trajectory data generated by MotionPlanning when using the MotionPlanning Rviz plugin?

I subscribed to the /move_group/display_planned_path topic, which seems to have the planned path data.

2022-01-19 19:43:52 -0500 received badge  Popular Question (source)
2022-01-18 01:21:27 -0500 edited question MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service.

MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service. Hello, everyo

2022-01-18 01:20:04 -0500 edited question MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service.

MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service. Hello, everyo

2022-01-18 01:17:01 -0500 asked a question MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service.

MoveIt benchmarks error: No planning plugins have been loaded. Nothing to do for the benchmarking service. Hello, everyo

2022-01-17 17:00:32 -0500 received badge  Popular Question (source)
2022-01-16 08:50:58 -0500 edited question can't find log files generated by MoveIt benchmarking

can't find log files generated by MoveIt benchmarking Hello everyone. I executed the benchmarkingon my robot according t

2022-01-16 08:46:07 -0500 edited question can't find log files generated by MoveIt benchmarking

can't find log files generated by MoveIt benchmarking Hello everyone. I executed the benchmarkingon my robot according t

2022-01-16 08:46:02 -0500 edited question can't find log files generated by MoveIt benchmarking

can't find log files generated by MoveIt benchmarking Hello everyone. I executed the benchmarkingon my robot according t

2022-01-16 08:26:00 -0500 commented question can't find log files generated by MoveIt benchmarking

And I've added an extra / to the output_diresctory, but there is still no content in the specified log output directory.

2022-01-16 08:25:38 -0500 commented question can't find log files generated by MoveIt benchmarking

And I've added an extra / for the output_diresctory, but there is still no content in the specified log output directory

2022-01-16 08:24:07 -0500 commented question can't find log files generated by MoveIt benchmarking

@osilva Thanks for your reply, sir. I was following the MoveIt benchmarking tutorial for Noetic and I misplaced the link

2022-01-14 08:36:40 -0500 edited question can't find log files generated by MoveIt benchmarking

can't find log files generated by MoveIt benchmarking Hello everyone. I executed the benchmarkingon my robot according t

2022-01-14 08:35:27 -0500 asked a question can't find log files generated by MoveIt benchmarking

can't find log files generated by MoveIt benchmarking Hello everyone. I executed the benchmarkingon my robot according t

2022-01-14 08:10:09 -0500 marked best answer Robot model falls down in Gazebo when setting <transmission> as EffortJointInterface

Robot model collapses in Gazebo when setting <transmission> as EffortJointInterface. How to fix this? Any advice will be appreciated.

image description

And below's the content of the urdf file

<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com) 
     Commit Version: 1.6.0-1-g15f4949  Build Version: 1.6.7594.29634
     For more information, please see http://wiki.ros.org/sw_urdf_exporter -->

<robot name="arm">

  <link name="world" />

  <link name="base_link">
    <visual>
      <origin xyz="0 0 0" rpy="0 0 0" />
      <geometry>
        <mesh filename="package://arm_description/meshes/base_link.STL" />
      </geometry>
      <material name="3143">
        <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://arm_description/meshes/base_link.STL" />
      </geometry>
    </collision>
    <inertial>
      <origin xyz="-0.52E-03 -0.01E-03 20.01E-03" rpy="0 0 0" />
      <mass value="1.25" />
      <inertia ixx="3000.53E-06"    ixy="-2.36E-06"    ixz="-15.68E-06"
                                    iyy="3039.39E-06"  iyz="0.05E-06"
                                                       izz="5609.85E-06" />
    </inertial>
  </link>

  <joint name="joint_0" type="fixed">
    <origin xyz="0 0 0" rpy="0 0 0" />
    <parent link="world" />
    <child link="base_link" />
  </joint>

  <link name="J1_link">
    <visual>
      <origin xyz="0 0 0" rpy="0 0 0" />
      <geometry>
        <mesh filename="package://arm_description/meshes/J1_link.STL" />
      </geometry>
      <material name="">
        <color rgba="1 1 1 1" />
      </material>
    </visual>
    <collision>
      <origin xyz="0 0 0" rpy="0 0 0" />
      <geometry>
        <mesh filename="package://arm_description/meshes/J1_link.STL" />
      </geometry>
    </collision>
    <inertial>
      <origin xyz="-2.92E-03 0.04E-03 -68.53E-03" rpy="0 0 0" />
      <mass value="8.62" />
      <inertia ixx="31417.22E-06"    ixy="-7.17E-06"    ixz="1741.59E-06"
                                     iyy="31776.39E-06" iyz="-13.11E-06"
                                                        izz="13349.46E-06" />
    </inertial>
  </link>

  <joint name="J1_joint" type="revolute">
    <origin xyz="0 0 0.141" rpy="0 0 0" />
    <parent link="base_link" />
    <child link="J1_link" />
    <axis xyz="0 0 1" />
    <limit lower="-3.1416" upper="3.1416" effort="200" velocity="6.1416" />
    <dynamics D="1" K="7000" damping="0.003" friction="0.0" mu_coulomb="0" mu_viscous="16"/>
    <safety_controller k_position="200.0" k_velocity="200.0" soft_lower_limit="-3.6" soft_upper_limit="3.6"/>
  </joint>

  <link name="J2_Link">
    <visual>
      <origin xyz="0 0 0" rpy="0 0 0" />
      <geometry>
        <mesh filename="package://arm_description/meshes/J2_Link.STL" />
      </geometry>
      <material name="">
        <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
      </material>
    </visual>
    <collision>
      <origin xyz="0 0 0" rpy="0 0 0" />
      <geometry>
        <mesh filename="package://arm_description/meshes/J2_Link.STL" />
      </geometry>
    </collision>
    <inertial>
      <origin xyz="-200.85E-03 0 132.08E-03" rpy="0 0 0" />
      <mass value="14.09" />
      <inertia ixx="43424.6E-06"   ixy="-17.37E-06"       ixz="-52659.14E-06"
                                   iyy="1117037.51E-06"   iyz="-9.59E-06"
                                                          izz="1093506 ...
(more)
2022-01-14 00:45:01 -0500 commented question ROS Moveit! Benchmark Shutting Down at the end

Hi, how did you apply MoveIt benchmarking to your robot?

2022-01-13 03:11:17 -0500 commented answer MoveIt! benchmarking issue: Unable to solve the planning problem

Hi, how did you apply MoveIt benchmarking to your robot? I see that the tutorial only gives some examples of application

2022-01-13 03:01:20 -0500 commented question Moveit Benchmarking

After following MoveIt benchmarking tutorial, I still can't understand how it can be applied to my robot, because its tu

2022-01-13 03:01:20 -0500 received badge  Commentator
2022-01-11 21:54:47 -0500 commented answer MoveIt! Benchmarking issue

@kaike_wesley_reis Is there any way to apply MoveIt benchmarking to your own robots?

2022-01-11 21:41:24 -0500 asked a question How to use the moveit benchmarking tool on my own robots?

How to use the moveit benchmarking tool on my own robots? The MoveIt benchmarking tutorial shows an example of a fanuc

2022-01-10 09:15:05 -0500 commented answer Meaning of stopped_velocity_tolerance of joint_trajectory_controller

@Mike Scheutzow I checked the topic and I can see that the joint speed is not 0 when the arm is not moving, and it is ju

2022-01-10 09:14:50 -0500 commented answer Meaning of stopped_velocity_tolerance of joint_trajectory_controller

I checked the topic and I can see that the joint speed is not 0 when the arm is not moving, and it is jumping around.

2022-01-07 02:39:41 -0500 commented answer Meaning of stopped_velocity_tolerance of joint_trajectory_controller

@Mike Scheutzow Thanks for your reply, sir. I have now understood the meaning of this parameter. But I now encounter a s

2022-01-07 02:39:05 -0500 commented answer Meaning of stopped_velocity_tolerance of joint_trajectory_controller

@Mike Scheutzow Thanks for your reply, sir. I have now understood the meaning of this parameter. But I now encounter a s

2022-01-07 02:03:54 -0500 received badge  Popular Question (source)
2022-01-06 01:10:24 -0500 commented answer Meaning of stopped_velocity_tolerance of joint_trajectory_controller

@Akhil Kurup Thanks.

2022-01-06 01:10:19 -0500 marked best answer Meaning of stopped_velocity_tolerance of joint_trajectory_controller

I saw the description (Velocity to be considered approximately equal to zero.) of the stopped_velocity_tolerance parameter on ROS wiki, but I don't quite understand the specific role of this parameter from this description. Is there any further explanation?