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

HiJane's profile - activity

2022-04-13 08:42:27 -0500 received badge  Nice Question (source)
2022-02-20 08:26:51 -0500 received badge  Student (source)
2018-09-05 05:45:33 -0500 received badge  Famous Question (source)
2018-09-05 05:45:33 -0500 received badge  Notable Question (source)
2018-09-05 05:45:33 -0500 received badge  Popular Question (source)
2018-08-30 21:13:53 -0500 received badge  Famous Question (source)
2018-05-22 06:01:58 -0500 received badge  Notable Question (source)
2018-05-22 04:49:49 -0500 commented question [rosrun] Couldn't find executable named view_frames below /opt/ros/indigo/share/tf

Thanks a lot. I I have solved this problem。 I should rosrun tf view_frames in my workspace

2018-05-22 04:48:34 -0500 commented answer undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

But I delete the <build_export_depend> there still problem.

2018-05-22 04:47:20 -0500 commented answer undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

include_directories( include ${catkin_INCLUDE_DIRS} ) add_executable(turtle_tf_broadcaster src/turtle_tf_broadcaster.c

2018-05-22 04:46:25 -0500 commented answer undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

thanks.here is my CMakeLists.some code find_package(catkin REQUIRED COMPONENTS roscpp rospy tf turtlesim ) catki

2018-05-21 23:43:26 -0500 edited question undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()' Hi all when I learn the tf with ros wiki, some

2018-05-21 23:43:26 -0500 received badge  Editor (source)
2018-05-21 23:42:37 -0500 edited question undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()' Hi all when I learn the tf with ros wiki, some

2018-05-21 23:39:47 -0500 commented question undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

@jarvisschultz what's the mean of minus any boilerplate comments? I dont understans, please.

2018-05-21 23:28:11 -0500 received badge  Popular Question (source)
2018-05-21 23:27:48 -0500 marked best answer [rosrun] Couldn't find executable named view_frames below /opt/ros/indigo/share/tf

Hi all

I am unable to execute the following commmand in order to view my tf tree

rosrun tf view_frames

which return the following error:

[rosrun] Couldn't find executable named view_frames below /opt/ros/indigo/share/tf

But I dont know why is it? It can works some month ago.

Thank you

2018-05-21 23:26:23 -0500 commented question undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

Yes I have the #include <tf transform_broadcaster.h="">.this is my source code.JUst like the turtorials of tf inc

2018-05-21 23:20:15 -0500 commented question [rosrun] Couldn't find executable named view_frames below /opt/ros/indigo/share/tf

Thanks a lot. I I have solved this problem。 I should rosrun tf view_frames in my workspace

2018-05-21 08:38:33 -0500 asked a question undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()'

undefined reference to `tf::TransformBroadcaster::TransformBroadcaster()' Hi all when I learn thr tf with ros wiki, some

2018-05-21 08:38:33 -0500 asked a question [rosrun] Couldn't find executable named view_frames below /opt/ros/indigo/share/tf

[rosrun] Couldn't find executable named view_frames below /opt/ros/indigo/share/tf Hi all I am unable to execute the fo