-
Notifications
You must be signed in to change notification settings - Fork 22
jogging with real UR3 #93
Comments
You might take a look at the examples: https://github.com/UTNuclearRoboticsPublic/jog_arm/tree/kinetic/jog_arm/src/jog_arm/teleop_examples |
Yes, it was for this example that I wrote a node for the ps4 joystick:
It works in a simulator. |
Did you search for other likely command topics? It sounds like you are using this launch file: Try switching to the ros_control version: You should make sure that the velocity_controllers/JointGroupVelocityController controller type is active. You can switch to it by: rosservice call controller_manager/switch_controllers start_this_controller stop_this_controller ^ That might be slightly wrong, I'm working from memory. Remember, you can use tab to see valid commands. My jog settings for a UR3 are attached. Your command_out_topic might different -- use grep to find the right topic. |
Damn right, now it's works!
and publish only joint velocity.
And you P.S. Sometimes Rviz falls, but this is a completely different question. Thanks again for the right direction @AndyZe ) |
I was able to set up a jog_arm for my simulation of ur3 #39 , but now, when I try to run it all on a real robot, it does not work. The main question is how to make the MoveIt! to do jogging with the help of a jyotik. Any ideas? Has anyone tried jog arm on a real robot?
I use ubntu18.04, ROS Melodic, ur_modern_driver and ur3_moveit_config.
Here is my .launch:
and my jog_arm config;
I know that “command_out_topic: arm_controller / command” is the wrong decision, because I am not connected to anything in node_grath, but I don’t know where to send messages.
I tried to write a node that would take my trajectory_msgs / JointTrajectory, create trajectory_msgs / FollowJointTrajectoryActionGoal from them and send it to the same topic as for the move_group node after planning ("/follow_joint_trajectory/goal"), but it did not work.
I would appreciate any help.
The text was updated successfully, but these errors were encountered: