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

StewartHemm74's profile - activity

2022-10-02 13:15:41 -0500 received badge  Famous Question (source)
2022-06-09 13:28:19 -0500 received badge  Famous Question (source)
2022-06-01 11:05:34 -0500 received badge  Notable Question (source)
2022-05-20 21:47:34 -0500 received badge  Notable Question (source)
2022-05-19 12:25:06 -0500 commented answer How to convert a ROS message file to an IDL file?

Thank you!

2022-05-19 12:24:52 -0500 marked best answer How to convert a ROS message file to an IDL file?

What is the terminal command to convert a ros message file to an idl file?

2022-05-19 07:25:39 -0500 received badge  Popular Question (source)
2022-05-18 10:43:59 -0500 edited question How to convert a ROS message file to an IDL file?

How to convert a ROS message file to an IDL file? What is the terminal command to convert a ros message file to an idl f

2022-05-18 10:02:51 -0500 asked a question How to convert a ROS message file to an IDL file?

How to convert a ROS message file to an IDL file? What is the terminal command to convert a ros message file to an idl f

2022-05-18 10:02:49 -0500 asked a question How to convert a ROS message file to an IDL file?

How to convert a ROS message file to an IDL file? What is the terminal command to convert a ros message file to an idl f

2022-04-18 16:28:11 -0500 commented question How can I read ROS2 topics directly from a separate Epromisa DDS program?

Did you ever find a solution to this issue? Did you run into the topic data mismatching (not being the same as the ros t

2022-04-08 09:24:16 -0500 received badge  Popular Question (source)
2022-04-08 09:22:51 -0500 commented question General eProsima DDS Questions?

Where is the other related question?

2022-04-07 18:42:14 -0500 asked a question General eProsima DDS Questions?

General eProsima DDS Questions? Hello is there a fourm similar to ROS Answers, for DDS related questions? I have a prett

2022-04-07 18:42:13 -0500 asked a question General eProsima DDS Questions?

General eProsima DDS Questions? Hello is there a fourm similar to ROS Answers, for DDS related questions? I have a prett

2022-04-07 18:42:10 -0500 asked a question General eProsima DDS Questions?

General eProsima DDS Questions? Hello is there a fourm similar to ROS Answers, for DDS related questions? I have a prett

2022-03-07 08:12:22 -0500 received badge  Popular Question (source)
2022-03-07 08:12:22 -0500 received badge  Notable Question (source)
2022-03-07 08:12:22 -0500 received badge  Famous Question (source)
2022-02-25 05:16:52 -0500 received badge  Student (source)
2022-02-24 12:19:06 -0500 asked a question Terminal commands to see the underlying dds topics in ROS2?

Terminal commands to see the underlying dds topics in ROS2? Is there a command that can show the underlying DDS topics i

2022-02-17 07:50:53 -0500 commented question How to receive a topic successful on another PC using "echo / hz"?

Did you ever resolve this issue?

2021-06-14 17:42:04 -0500 commented answer Is there any package for omnidirectional drive robot for gazebo?

Has there been a release for kinetic or melodic?

2021-06-09 09:08:33 -0500 received badge  Notable Question (source)
2021-05-20 16:33:04 -0500 commented answer Joint Torque Control for Universal Robot

Has there been any recent changes? I've noticed that the force data I'm reading back from the robot is wrong, and I'm cu

2021-05-04 04:45:17 -0500 received badge  Popular Question (source)
2021-03-08 05:25:57 -0500 received badge  Famous Question (source)
2021-02-26 11:55:24 -0500 received badge  Notable Question (source)
2021-02-25 08:26:19 -0500 received badge  Famous Question (source)
2021-02-18 01:22:10 -0500 received badge  Famous Question (source)
2021-02-15 13:35:08 -0500 asked a question How can I define the kinematics_file for launching the UR16e in gazebo?

How can I define the kinematics_file for launching the UR16e in gazebo? I am trying to launch the UR16e in simulation, h

2021-02-15 13:35:06 -0500 asked a question How can I define the kinematics_file for launching the UR16e in gazebo?

How can I define the kinematics_file for launching the UR16e in gazebo? I am trying to launch the UR16e in simulation, h

2021-02-11 12:29:26 -0500 commented answer undefined parameters [kinematics_file] in urdf.xacro

I'm having a similar issue trying to get gazebo to run the UR16e, my error message says Undefined parameters [kinematics

2021-02-08 13:18:06 -0500 received badge  Famous Question (source)
2021-01-26 11:56:47 -0500 asked a question Where can I find urdf files for the UR16e and UR3e?

Where can I find urdf files for the UR16e and UR3e? I'm trying to use urdf files for the UR16e and UR3e. I haven't found

2021-01-22 08:02:22 -0500 received badge  Famous Question (source)
2021-01-14 08:41:47 -0500 received badge  Notable Question (source)
2021-01-13 07:47:06 -0500 marked best answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

To Whom It May Concern,

I'm trying to use the ur10 CB series with polyscope version 3.12, Universal_Robots_ROS_Driver, ROS-Kinetic, Ubuntu 16.04. I do not want to use moveit to control the hardware. I want to use my own optimal controller to send joint velocity commands to the UR10. I have changed the ur10_bringup.launch file so that the joint_group_vel_controller is started.

ur10_bringup.launch file:

<?xml version="1.0"?>
<launch>
    <arg name="debug" default="false" />
    <arg name="robot_ip"/>
    <arg name="reverse_port" default="50001"/>
    <arg name="script_sender_port" default="50002"/>
    <arg name="tf_prefix" default="" doc="tf_prefix used for the robot."/>
    <arg name="controllers" default="joint_state_controller scaled_pos_joint_traj_controller 
        speed_scaling_state_controller force_torque_sensor_controller"/>
    <arg name="stopped_controllers" default="pos_joint_traj_controller joint_group_vel_controller"/>
    <arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur10_controllers.yaml"/>
    <arg name="robot_description_file" default="$(find ur_description)/launch/ur10_upload.launch"/>
    <arg name="kinematics_config" default="$(find ur_description)/config/ur10_default.yaml"/>
    <arg name="limited" default="false"/>
    <arg name="headless_mode" default="false"/>

    <include file="$(find ur_robot_driver)/launch/ur_common.launch" pass_all_args="true">
    <arg name="use_tool_communication" value="false"/>
</include>

I've confirmed my control rate is publishing commands to the joint_group_vel_controller/command at ~125HZ. First, why are script_sender_port & reverse_port default values 50002 & 50001 respectively? In the official remote control Universal Robots support articles (https://www.universal-robots.com/arti... ), it states to use ports 30* for reading & writing data. It never mentions any values in the 50* range, so where did the 50001 & 50002 values come from?

Lastly, I've confirmed my optimal controller can properly interpret joint position & velocity commands in Gazebo. The ur10 will move in the simulation whenever a command is sent, and there are no jerky/vibrating motions. When, I test on actual hardware the joint velocity commands are smooth, however the joint positions commands cause the non-smooth motion to occur. Should I look at optimizing my PID gains? Do you have any recomendation on where to look to optimize these values for a ur10, or a baseline to start at?

I would apperciate any support trying to get smoother motion.

2021-01-13 07:46:55 -0500 commented answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

Thank you!

2021-01-13 07:40:19 -0500 commented answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

Thanks for responding, I thought the PREEMPT_RT patched kernel was only needed for the UR E-series? Is there a guide f

2021-01-13 07:35:40 -0500 commented answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

Thanks for responding, I thought the patched kernel was only needed for running a program on the UR-Eseries. Is it nec

2021-01-13 07:31:30 -0500 commented answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

Thanks for responding, I thought the PREEMPT_RT patched kernel was only needed for the the UR E-series? I'm working wi

2021-01-13 07:30:49 -0500 commented answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

Thanks for responding, I thought the PREEMPT_RT patched kernel was only needed for the the UR E-series? I'm working wi

2021-01-13 07:30:06 -0500 commented answer UR10 Jerky Movements with the Universal_Robots_ROS_Drivers

Thanks for responding, I thought the PREEMPT_RT patched kernel was only needed for the the UR E-series? I'm working wi