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

rviz robot model error

asked 2015-08-20 10:10:21 -0500

DENSO gravatar image

updated 2015-08-20 10:13:58 -0500

image description

when I run the RVIZ, i have all these error in the left side [ global status( fixed frame ) ] and [ robotModel(status :error..) ] and i'm trying to make a path for the robot to follow it but i can't make the robot move .

I would really appreciate your help

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2015-08-20 11:01:09 -0500

Raul Gui gravatar image

updated 2015-08-20 11:03:51 -0500

Are you using amcl or gmmaping?? To see something chose, base_footprint on fixed frame of global options, to see the robot. If you using amcl or gmmaping you must had map on fixed frame.

edit flag offensive delete link more

Comments

Thank you for your reply , I'm not using amcl or gmmaping , i found the package for both but i dont know how to make one of them work .

DENSO gravatar image DENSO  ( 2015-08-20 11:40:19 -0500 )edit

what robot are you using? try to do the tutorials of turtlebot (but in gazebo, that is a simulator), I learn a lot about navigation (moving robot, planning a path) doing that tutorials.

Raul Gui gravatar image Raul Gui  ( 2015-08-21 05:14:57 -0500 )edit

can you please give me the link to the tutorials Thank for your time

DENSO gravatar image DENSO  ( 2015-08-21 07:09:31 -0500 )edit

http://wiki.ros.org/Robots/TurtleBot instead of using the turtlebot_bringup packages use turtlebot_gazebo to launch the robot on simulator gazebo (ros already come with gazebo). The mobile base of turtlebot is the kobuki base. Study how turtlebot and kobuki work, and you learn a lot.

Raul Gui gravatar image Raul Gui  ( 2015-08-21 08:56:49 -0500 )edit

I truly appricte your time and help , it's hard to find people like you Thank You soo much

DENSO gravatar image DENSO  ( 2015-08-21 10:30:05 -0500 )edit
0

answered 2016-07-20 04:36:40 -0500

in your urdf file the first link in the tree should be named as base link

for example:

<link name="base_link"> <visual> <geometry> <cylinder length="0.01" radius="0.2"/> </geometry> <origin rpy="0 0 0" xyz="0 0 0"/> <material name="yellow"> <color rgba="1 1 1 1"/> </material> </visual> </link>

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-08-20 10:10:21 -0500

Seen: 9,914 times

Last updated: Jul 20 '16