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

Interactive marker 'EE:goal_link_06' contains unnormalized quaternions.

asked 2019-12-14 10:07:27 -0500

Aradra gravatar image

Hello

ROS Version - kinetic Rviz -1.12.17

After creating the MoveIt package for my custom robotic arm i tried to simulate robotic arm using gazebo. The Interactive markers in Rviz Environment were missing, but if i update any random vaild position in Rviz Environment and execute the path the robot in gazebo environment used to follow the same position and orientation.

In rviz environment it shows the error in Fixed Frame as

Fixed Frame

No tf data. Actual error: Fixed Frame [base_link] does not exist

I added Interactive markers using Add icon but it showed the error

EE:goal_link_06

Error getting time of latest transform between /base_link and base_link: (error code: 1)

When i searched in ROS Q and A for relative errors and if any one has solved it. i found this mentioning it may be a software update error.

Can someone please help me weather its a software issue or is it my programme error. link text

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-12-16 12:00:17 -0500

Aradra gravatar image

Ok Guys i got a solution for it The Problem was with my URDF File I had Not created a fixed Joint.

Also the first joint (Fixed type ) and Base_Link1_Joint (Revolute joint) must be at a same position

Say if x y z of fixed joint is 0 0 0.5 x y z of revolute joint must be 0 0 0.5.

If there is any deviation then gazebo model starts to appear shaky or not stable.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-12-14 10:07:27 -0500

Seen: 632 times

Last updated: Dec 16 '19