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

Aaron MV's profile - activity

2021-08-24 12:13:36 -0500 received badge  Nice Answer (source)
2021-07-27 08:13:11 -0500 received badge  Nice Question (source)
2021-07-27 08:13:03 -0500 received badge  Self-Learner (source)
2021-07-27 08:13:03 -0500 received badge  Teacher (source)
2020-10-01 13:37:37 -0500 received badge  Student (source)
2020-08-31 10:29:25 -0500 commented answer Joints on incoming goal don't match the controller joints.

Hi dude of course , you need to chance your ros control configurations,the joints needs to have the same name, change th

2020-05-15 19:34:17 -0500 received badge  Famous Question (source)
2020-05-15 15:39:18 -0500 received badge  Famous Question (source)
2020-05-14 08:54:03 -0500 received badge  Famous Question (source)
2020-04-29 06:37:10 -0500 received badge  Famous Question (source)
2020-04-14 05:30:54 -0500 received badge  Notable Question (source)
2020-02-28 01:00:42 -0500 received badge  Notable Question (source)
2020-02-27 23:38:21 -0500 received badge  Popular Question (source)
2020-01-25 21:12:56 -0500 received badge  Popular Question (source)
2020-01-24 15:01:03 -0500 marked best answer Joints on incoming goal don't match the controller joints.

HI everyone im configure my robot arm in MOVEIT an works fine when i run demo.launch , but when i try to run it with gazebo, first i have this WARNING & ERROR :

[ INFO] [1578774737.136603131, 5.894000000]: waitForService: Service [/get_planning_scene] has not been advertised, waiting...

[ WARN] [1578774739.157864263, 7.774000000]: Waiting for gripper_controller/follow_joint_trajectory to come up

[ INFO] [1578774742.579925857, 10.914000000]: Failed to call service get_planning_scene, have you launched move_group? 
at /tmp/binarydeb/ros-kinetic-moveit-ros-planning-0.9.17/planning_scene_monitor/src/planning_scene_monitor.cpp:491

[ INFO] [1578774745.621015809, 13.362000000]: Constructing new MoveGroup connection for group 'arm' in namespace ''

[ WARN] [1578774746.139798202, 13.776000000]: Waiting for gripper_controller/follow_joint_trajectory to come up

[ERROR] [1578774753.258813815, 19.776000000]: Action client not connected: gripper_controller/follow_joint_trajectory

And then when i created a new planning had the below warn and error:

[ INFO] [1578775095.446223626, 256.090000000]: ParallelPlan::solve(): Solution found by one or more threads in 0.027612 
seconds
[ INFO] [1578775095.446529469, 256.091000000]: RRTConnect: Starting planning with 1 states already in datastructure

[ INFO] [1578775095.446920003, 256.091000000]: RRTConnect: Starting planning with 1 states already in datastructure

[ INFO] [1578775095.458419074, 256.097000000]: RRTConnect: Created 6 states (2 start + 4 goal)

[ INFO] [1578775095.458526645, 256.097000000]: RRTConnect: Created 5 states (2 start + 3 goal)

[ INFO] [1578775095.459317195, 256.097000000]: ParallelPlan::solve(): Solution found by one or more threads in 0.012923 
seconds



  [ INFO] [1578775095.466620832, 256.104000000]: SimpleSetup: Path simplification took 0.007186 seconds and changed from 4 to 2 states

[ERROR] [1578775095.495185115, 256.126000000]: Joints on incoming goal don't match the controller joints.

[ WARN] [1578775095.496447441, 256.127000000]: Controller arm_controller failed with error code INVALID_JOINTS

[ WARN] [1578775095.499449045, 256.128000000]: Controller handle arm_controller reports status FAILED

[ INFO] [1578775095.499510155, 256.128000000]: Completed trajectory execution with status FAILED ...

This is my config file :

arm_controller:
  name: arm
  type: "position_controllers/JointTrajectoryController"
  default: true
  joints:
    - shoulder
    - elbow
    - wrist
    - hand
  name: gripper
  type: "position_controllers/JointTrajectoryController"

  default: true
  joints: 
    - right_knuckles
    - right_finger
    - left_knuckles
    - left_finger

You can find my URDF file in the follow LINK

This error happens after add GRIPPER GROUP in MOVEIT image description

I cant found solutions about this error , i hope you can help me!

Thanks for all

2020-01-24 14:00:58 -0500 marked best answer URDF, Attaching two joints to one link for a gripper

HI everyone im trying to make my own gripper , but i had a problem , how can i can attach two joints to the same link? for example LINK "A" attach with link c(green color) and "A" attached with B , im used mimic tag but it dosnt work , its any one can help me please? here is my urdf code AND an image of my gripper image description I'm searched about "virtual links" and "dummy" but i cant find anything, well thanks for reading this post =) hope you can help me!

ROS VERSION : KINETIC

<?xml version="1.0"?>
<robot name="gripper">
    <link name="world"/>
                            <!-- BASE -->
    <link name="base_link">
        <visual>
            <geometry>
                <mesh filename="package://odam_arm/meshes/GRIPPER_DAE/base.dae" scale="1 1 1"/>
            </geometry>
        </visual>
        <material name="blue">
            <color rgba="${0/255} ${0/255} ${255/255} 1.0"/>
        </material>
        <origin rpy="0.0 0.0 0.0" xyz="0.0 0.0 0.0"/>
    </link>


    <joint name="fixed_joint" type="fixed">
        <parent link="world"/>
        <child link="base_link"/>
    </joint>

    <!-- LEFT PART BASE ACTUADOR  -->

    <link name="actBody_Link">
        <visual>
            <geometry>
                <mesh filename="package://odam_arm/meshes/GRIPPER_DAE/ActuadorBody.dae" scale="1 1 1"/>
            </geometry>
        </visual>
        <material name="blue">
            <color rgba="${0/255} ${0/255} ${255/255} 1.0"/>
        </material>
        <origin xyz=" 0 0 0.0" rpy="0.0 0.0 0.0"/>>
    </link>


    <joint name="actBody_Joint" type="revolute">
        <parent link="base_link"/>
        <child link="actBody_Link"/>
        <origin xyz=" 0.044661  -0.022722  0.016772   " rpy="0.0 0.0 0.0"/>
        <axis xyz="0 0 1 "/>
        <limit effort="200" lower="-0.02" upper="0.13" velocity="1.0"/>

    </joint>

    <!-- LEFT PART SHAFT ACTUADOR OR C PART -->
    <link name="actShaft_Link">
        <visual>
            <geometry>
                <mesh filename="package://odam_arm/meshes/GRIPPER_DAE/ActuadorShaft.dae" scale="1 1 1"/>
            </geometry>
        </visual>
        <material name="blue">
            <color rgba="${0/255} ${0/255} ${255/255} 1.0"/>
        </material>
        <origin xyz="0 0 0.0" rpy="0.0 0.0 0.0"/>>
    </link>


    <joint name="actShaft_Joint" type="fixed">
        <parent link="actBody_Link"/>
        <child link="actShaft_Link"/>
        <origin xyz="0.029065  -0.091559  0.004383   " rpy="0 0 0.3"/>
        <axis xyz="0 1 0 "/>
        <limit effort="200" lower="0.0" upper="0.05" velocity="1.0"/>
        <!-- <mimic joint="part1_Joint" multiplier="1" offset="0"/> -->
    </joint>
        <!-- PART5  OR A PART-->
    <link name="part5_Link">
        <visual>
            <geometry>
                <mesh filename="package://odam_arm/meshes/GRIPPER_DAE/parte5.dae" scale="1 1 1"/>
            </geometry>
        </visual>
        <material name="blue">
            <color rgba="${0/255} ${0/255} ${255/255} 1.0"/>
        </material>
        <origin xyz="0 0 0.0" rpy="0.0 0.0 0.0"/>>
    </link>


    <joint name="part5_Joint" type="revolute">
        <parent link="base_link"/>
        <child link="part5_Link"/>
        <origin xyz="0.043003 ...
(more)
2020-01-24 14:00:58 -0500 received badge  Scholar (source)
2020-01-24 14:00:48 -0500 received badge  Notable Question (source)
2020-01-24 14:00:23 -0500 received badge  Notable Question (source)
2020-01-24 13:59:45 -0500 asked a question MOVEIT + 4DOF

MOVEIT + 4DOF Hi everyone i have a question , im working with a 4 DOF robotics arm , MOVE IT can works with 4DOF arms?

2020-01-17 10:14:55 -0500 answered a question How to integrate PR2 gripper with MoveIt & Gazebo

did you solve it?

2020-01-13 14:02:24 -0500 received badge  Rapid Responder (source)
2020-01-13 14:02:24 -0500 answered a question Joints on incoming goal don't match the controller joints.

Hi, im solved it! , i changed my configuration files for gazebo and i replaced the controller.yaml generated by moveit

2020-01-13 13:19:48 -0500 answered a question follow_joint_trajectory action client not connected

did you solve it?

2020-01-11 15:02:36 -0500 asked a question Joints on incoming goal don't match the controller joints.

Joints on incoming goal don't match the controller joints. HI everyone im configure my robot arm in MOVEIT an works fine

2020-01-11 08:20:02 -0500 received badge  Enthusiast
2020-01-10 12:41:35 -0500 commented answer URDF, Attaching two joints to one link for a gripper

Thank's for your fast response , i will try it!

2020-01-10 09:46:25 -0500 received badge  Popular Question (source)
2020-01-09 13:57:06 -0500 asked a question URDF, Attaching two joints to one link for a gripper

ATTACH TWO JOINTS IN ONE LINK (GRIPPER) HI everyone im trying to make my own gripper , but i had a problem , how can i c

2020-01-07 10:05:12 -0500 received badge  Popular Question (source)
2020-01-07 07:27:53 -0500 edited answer MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted

HI! finally i'm solve my problem change this line group.setPoseTarget(target_pose1,"link3"); for this group.setA

2020-01-07 07:27:53 -0500 received badge  Editor (source)
2020-01-07 07:27:26 -0500 edited answer MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted

HI! finally i'm solve my problem change this line group.setPoseTarget(target_pose1,"link3"); for this group.setA

2020-01-07 07:27:13 -0500 received badge  Rapid Responder (source)
2020-01-07 07:27:13 -0500 answered a question MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted

HI! finally i'm solve my problem change this line group.setPoseTarget(target_pose1,"link3"); for this move_group

2020-01-06 14:33:58 -0500 answered a question Moveit error "Fail: ABORTED: No motion plan found. No execution attempted."

did you solve it?

2020-01-06 14:33:57 -0500 asked a question MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted

MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted HI! everyone ! I'm using MOVEIT in ROS