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

Vinipsmaker's profile - activity

2016-12-24 10:59:30 -0500 received badge  Great Question (source)
2013-11-20 00:14:34 -0500 received badge  Good Question (source)
2013-11-06 10:14:47 -0500 received badge  Nice Question (source)
2012-12-03 18:37:55 -0500 received badge  Famous Question (source)
2012-12-03 18:37:55 -0500 received badge  Popular Question (source)
2012-12-03 18:37:55 -0500 received badge  Notable Question (source)
2012-09-08 03:38:11 -0500 received badge  Notable Question (source)
2012-09-08 03:38:11 -0500 received badge  Popular Question (source)
2012-09-08 03:38:11 -0500 received badge  Famous Question (source)
2012-06-11 07:15:42 -0500 marked best answer No transform from [base_link] to [/map]

I started to create my URDF robot model, using ros tutorials as reference. But when I try to visualize the model using rviz, an error happens:

.Global Options

.Global Status: warning + Fixed frame: No tf data. Actual error: Fixed Frame [/map] does not exist

  1. Grid (Grid)

  2. Robot Model (Robot Model):

  3. Status: Error
  4. base_link: No transform from [base_link] to [/map]

What am I missing here?

2012-05-08 11:00:40 -0500 received badge  Famous Question (source)
2012-02-08 07:47:13 -0500 received badge  Notable Question (source)
2011-11-14 02:06:25 -0500 received badge  Popular Question (source)
2011-09-02 10:29:18 -0500 marked best answer rosmake ros_comm error

This question does not have enough information to answer/debug. Please see:

http://www.ros.org/wiki/Support

closing...

2011-08-17 14:03:24 -0500 asked a question rosmake ros_comm error

Trying rosmake ros_comm:

[ rosmake ] rosdep successfully installed all system dependencies               
[ rosmake ] Starting >>> tools/rospack                                          
[ rosmake ] Finished <<< tools/rospack                                          
[rosmake-0] Starting >>> roslib [ make ]                                        
[rosmake-1] Starting >>> rosbuild [ make ]                                      
[rosmake-1] Finished <<< rosbuild  No Makefile in package rosbuild              
[rosmake-2] Starting >>> std_srvs [ make ]                                      
[ rosmake ] All 17 linesoslib: 0.0 sec ] [ rosbuil... [ 3 Active 1/56 Complete ]
{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package roslib
  [rosbuild] Error from syntax check of roslib/manifest.xml
    File "<string>", line 1
      import
           ^
  SyntaxError: invalid syntax
  CMake Error at /home/vinicius/ros/ros/core/rosbuild/private.cmake:87 (message):
    [rosbuild] Syntax check of roslib/manifest.xml failed; aborting
  Call Stack (most recent call first):
    /home/vinicius/ros/ros/core/rosbuild/public.cmake:154 (_rosbuild_check_manifest)
    CMakeLists.txt:3 (rosbuild_init)


  -- Configuring incomplete, errors occurred!

What's wrong?

2011-08-17 14:00:40 -0500 asked a question rosmake ros_comm error

[ rosmake ] rosdep successfully installed all system dependencies
[ rosmake ] Starting >>> tools/rospack
[ rosmake ] Finished <<< tools/rospack
[rosmake-0] Starting >>> roslib [ make ]
[rosmake-1] Starting >>> rosbuild [ make ]
[rosmake-1] Finished <<< rosbuild No Makefile in package rosbuild
[rosmake-2] Starting >>> std_srvs [ make ]
[ rosmake ] All 17 linesoslib: 0.0 sec ] [ rosbuil... [ 3 Active 1/56 Complete ] {------------------------------------------------------------------------------- mkdir -p bin cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=rospack find rosbuild/rostoolchain.cmake .. [rosbuild] Building package roslib [rosbuild] Error from syntax check of roslib/manifest.xml File "<string>", line 1 import ^ SyntaxError: invalid syntax CMake Error at /home/vinicius/ros/ros/core/rosbuild/private.cmake:87 (message): [rosbuild] Syntax check of roslib/manifest.xml failed; aborting Call Stack (most recent call first): /home/vinicius/ros/ros/core/rosbuild/public.cmake:154 (_rosbuild_check_manifest) CMakeLists.txt:3 (rosbuild_init)

-- Configuring incomplete, errors occurred!

What's wrong?

2011-08-08 11:30:22 -0500 marked best answer No transform from [right_leg] to [/base_link]

You should try out some of the debugging approaches laid out in the tf wiki troubleshooting page.

2011-08-02 15:04:37 -0500 commented answer No transform from [right_leg] to [/base_link]
Okay, I'll debug, but I'm using the same code as the tutorial. It MUST work. The tutorial can't teach us wrong. NOTE: I can't install the urdf_tutorial package, so I'm running using the simples command "rosrun rviz rviz"
2011-08-01 07:33:12 -0500 asked a question No transform from [right_leg] to [/base_link]

I was developing my URDF robot model, using ros tutorials as reference, and got my second error (the first was this).

I'm using exactly multipleshapes example, but when I try it, this error happens: "right_leg No transform from [right_leg] to [/base_link]"

2011-07-30 15:54:55 -0500 received badge  Scholar (source)
2011-07-30 15:54:55 -0500 marked best answer No transform from [base_link] to [/map]

I may not be considering this correctly, but it may be as simple as changing your "fixed frame" under ".Global Options" to "/", "/world", or some fixed frame that you do have a transform for. "/base_link"

2011-07-30 15:54:30 -0500 received badge  Supporter (source)
2011-07-29 05:23:11 -0500 received badge  Student (source)