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

Krunal Chande's profile - activity

2015-03-19 01:03:41 -0500 received badge  Famous Question (source)
2014-02-04 05:18:02 -0500 commented question Error while compiling transform_listener from ROS tutorials

Sorry I did not. Post the answer here if you do manage to find it!

2014-01-15 13:52:07 -0500 received badge  Famous Question (source)
2013-12-23 02:09:47 -0500 received badge  Notable Question (source)
2013-11-27 20:20:50 -0500 received badge  Notable Question (source)
2013-11-25 00:04:46 -0500 received badge  Popular Question (source)
2013-11-22 08:10:09 -0500 commented question Error while compiling transform_listener from ROS tutorials

It builds successfully, and while "Linking CXX executable" it gives these errors. Added the two lines before the error message which says precisely that.

2013-11-22 08:07:21 -0500 commented question Error while compiling transform_listener from ROS tutorials

Added CMakeLists.txt. I am using catkin.

2013-11-22 08:06:49 -0500 received badge  Editor (source)
2013-11-21 21:30:16 -0500 received badge  Supporter (source)
2013-11-21 21:10:59 -0500 commented question Error while compiling transform_listener from ROS tutorials

Tutorial from here http://wiki.ros.org/navigation/Tutorials/RobotSetup/TF Apparently, I cannot add links because I do not have enough karma.

2013-11-21 21:10:26 -0500 asked a question Error while compiling transform_listener from ROS tutorials

Hey I am trying to follow the ROS tutorials on Navigation Stack

I can successfully compile tf_broadcaster.cpp but it throws a bunch of errors with tf_listener.cpp. Could you please have a look and tell me what should I do?

I have even tried copy/pasting the code from the website, still doesn't work.

Running ros groovy with ubuntu 12.04

[ 80%] Building CXX object robot_setup_tf/CMakeFiles/tf_listener.dir/src/tf_listener.cpp.o
[100%] Building CXX object robot_setup_tf/CMakeFiles/tf_broadcaster.dir/src/tf_broadcaster.cpp.o
Linking CXX executable /home/krunal/turtlebot/Research/Gatech/devel/lib/robot_setup_tf/tf_broadcaster
[100%] Built target tf_broadcaster
Linking CXX executable /home/krunal/turtlebot/Research/Gatech/devel/lib/robot_setup_tf/tf_listener
    CMakeFiles/tf_listener.dir/src/tf_listener.cpp.o: In function `transformPoint(tf::TransformListener const&)':
tf_listener.cpp:(.text+0xda): undefined reference to `tf::TransformListener::transformPoint(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, geometry_msgs::PointStamped_<std::allocator<void> > const&, geometry_msgs::PointStamped_<std::allocator<void> >&) const'
tf_listener.cpp:(.text+0xf9): undefined reference to `ros::console::g_initialized'
tf_listener.cpp:(.text+0x109): undefined reference to `ros::console::initialize()'
tf_listener.cpp:(.text+0x152): undefined reference to `ros::console::initializeLogLocation(ros::console::LogLocation*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ros::console::levels::Level)'
tf_listener.cpp:(.text+0x18d): undefined reference to `ros::console::setLogLocationLevel(ros::console::LogLocation*, ros::console::levels::Level)'
tf_listener.cpp:(.text+0x197): undefined reference to `ros::console::checkLogLocationEnabled(ros::console::LogLocation*)'
tf_listener.cpp:(.text+0x231): undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
tf_listener.cpp:(.text+0x318): undefined reference to `ros::console::g_initialized'
tf_listener.cpp:(.text+0x328): undefined reference to `ros::console::initialize()'
tf_listener.cpp:(.text+0x371): undefined reference to `ros::console::initializeLogLocation(ros::console::LogLocation*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ros::console::levels::Level)'
tf_listener.cpp:(.text+0x3ac): undefined reference to `ros::console::setLogLocationLevel(ros::console::LogLocation*, ros::console::levels::Level)'
tf_listener.cpp:(.text+0x3b6): undefined reference to `ros::console::checkLogLocationEnabled(ros::console::LogLocation*)'
tf_listener.cpp:(.text+0x41a): undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
CMakeFiles/tf_listener.dir/src/tf_listener.cpp.o: In function `main':
tf_listener.cpp:(.text+0x4b5): undefined reference to `ros::init(int&, char**, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)'
tf_listener.cpp:(.text+0x511): undefined reference to `ros::NodeHandle::NodeHandle(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&)'
tf_listener.cpp:(.text+0x564): undefined reference to `tf::TransformListener::TransformListener(ros::Duration, bool)'
tf_listener.cpp:(.text+0x628): undefined reference to `ros::NodeHandle::createTimer(ros::Duration, boost ...
(more)
2013-11-18 19:27:23 -0500 received badge  Popular Question (source)
2013-11-01 19:01:54 -0500 asked a question Where do I go after completing the turtlebot tutorials?

I have finished all the turtlebot tutorials (everything works fine, except the depthImage and point cloud is very slow, each frame takes about 10 seconds, don't know what's going on there) on the wiki and also the ROS tutorials on it's wiki. Admittedly, I need to go through the ROS ones again but that's not the point.

The point is I am as clueless as ever as to what I should do to actually write something that makes the turtlebot move. If anyone can give me some kind of workflow or some pointers as to how to go about it, it would be great.

For example, the best thing I thought to do would be replicate the teleop code only that this time I'd do all the compilation myself, hell, I'd just write the exact same code to make sure that I get practice and understand the code. But there seems to be some problem with the dependencies that I am adding. I took note of "depends1" of teleop code and added them to the catkin_init_package, but catkin_make does not work and gives me some dependency errors.

This was the first step and I know I'll encounter many problems once this one is solved, so please be patient with me :)

Thank you random netizen and fellow roboticist in advance. :)

2013-10-25 07:13:07 -0500 commented question TurtleBot Interactive Markers

I am facing the same issue, did you get it to work?

2013-10-25 07:12:35 -0500 commented question Turtlebot Interactive Marker Teleoperation in 12.04 and Fuerte

I am facing the same issue, were you able to fix it?

2013-10-21 19:03:23 -0500 commented question PyKDL sip module API error on Turtlebot Bringup

DId you find an answer? I am facing the same issue.

2013-10-21 19:02:55 -0500 answered a question PyKDL sip module API error on Turtlebot Bringup

Did you find an answer? I have the same problem.