Hi, folks,
I want to use ur robot to track high frequency goals.
I just run the example on the robot with this launch file https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/fabfb3fd63674f0665ba34f8f0780ff9f6e3a9ba/ur_bringup/launch/test_joint_trajectory_controller.launch.py.
For longer time intervals, it works well.
But if I would like to control the robot with smaller time interval, say 500Hz, i.e., reduce the time interval from 6 seconds to 0.002s, it cannot work.
I believe one issue may be caused by the python script in this example.
Do we have some examples implemented for high sampling frequency position control if I know the dense joint trajectories instead of sparse way points?
Hi, folks,
I want to use ur robot to track high frequency goals.
I just run the example on the robot with this launch file
https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/fabfb3fd63674f0665ba34f8f0780ff9f6e3a9ba/ur_bringup/launch/test_joint_trajectory_controller.launch.py.For longer time intervals, it works well.
But if I would like to control the robot with smaller time interval, say 500Hz, i.e., reduce the time interval from 6 seconds to 0.002s, it cannot work.
I believe one issue may be caused by the python script in this example.
Do we have some examples implemented for high sampling frequency position control if I know the dense joint trajectories instead of sparse way points?