log4cxx error on node shutdown in diamondback rc3
I installed diamondback RC3 yesterday on a machine that was *upgraded* from Ubuntu 9.04 to 10.04 over the weekend. *(Maybe upgrading instead of a fresh install was a bad idea?)* log4cxx seems to be...
View ArticleopenSUSE and log4cxx
I'm trying to install ROS on a Lenovo X200 Tablet running openSUSE 11.3. I've been through a few iterations already trying to make sure that I have all the dependencies in order, etc. I'm following the...
View Articlemissing rosdeps for gtest and paramiko running OS: Arch
hello, I installed a new ARCH system and made a rosinstall for the full desktop. At the end I got an error message because the rosmake for ros and ros_comm did not work. Manually I started the rosmake...
View Articleport install of log4cxx failes on Mac osx 10.6
[ rosmake ] rosdep install failed: Rosdep install failed Traceback (most recent call last): File "/usr/local/bin/rosinstall", line 5, in pkg_resources.run_script('rosinstall==0.5.20', 'rosinstall')...
View Articleerror while installing log4cxx file
i am getting error while trying to install log4cxx file on my mac os x lion. make[2]: *** [install-recursive] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1
View ArticleUpgrading to Fuerte and Ubuntu 12.04 Woes
I recently decided to upgrade my project created on Electric on Ubuntu 10.04 to Fuerte and 12.04 for various reasons. Everything worked fine with the old setup, and many things would be broken in the...
View Articlecross compile ROS fuerte: Log4cxx cmake
I am trying to compile ROS Fuerte for the Nao (atom) platform but ran into some errors. I downloaded ros-underlay, created the build folder and called cmake, but it fails with: CMake Warning at...
View ArticleROS Groovy cross-compilation
Hi, I'm attempting to cross-compile ROS groovy to my target (arm9 www.opencontroller.com/modules.html). But I've had some problems to compile python and log4cxx. Anyone could explain how I do that?...
View ArticleUndefined reference to log4cxx when adding openni_camera dependency to package
Hi, I've been struggling with this for a few hours. I created a package depending on `openni`, `openni_camera` and `openni_launch`. My problem is: on compilation, i'm getting Linking CXX executable...
View ArticleFailed to install log4cxx! (homebrew osx 10.6.8)
Trying to run the command: rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=electric&variant=desktop-full&overlay=no" But I am getting the error: "Failed to install...
View ArticleFinding node log file location programmatically
Is it possible to programmatically find location of the log file where my current ros node is writing? I am using ros groovy. I would like to find the location of the log file from my C++ code, not...
View ArticleMissing log4cxx on latest ros_comm
With the latest release of ros_comm (1.9.52) and roscpp_core (0.3.17), the dependency on log4cxx has been removed. This breaks a couple of very old packages that relied on log4cxx being the underlying...
View Articleundefined symbol
Hi, I updated hydro this morning then I run "rosrun lms1xx LMS1xx_node .." I get error. error: /home/xx/catkin_ws/devel/lib/lms1xx/LMS1xx_node: symbol lookup error:...
View ArticleUse ROS_ macro to output std::vector data
If I'm dealing with [`std::vector`](http://en.cppreference.com/w/cpp/container/vector) data in C++ and I'd like to print it on the output stream (e.g. for debugging), I'm going to do something like...
View ArticleWhich version of log4cxx is combined with ROS ?
I'm wondering which version of log4cxx is combined with ROS. Because, the logcxx properties file which I have written is not parsing rolling policy and triggering policy. Later I came to know that,...
View Articlerosconsole: How to include file and line number in log output
TLDR: How can I include file name and line number in ros logging information that is sent to stdout when launching a node. It seems like the `ROS_LOG` macros would store the file name (`__FILE__`) and...
View Articlesetting max file size in log4cpp package configuration file
Hi, I have installed log4cpp package in ros-kinetic version. I want to configure the max file size in configuration file so that i can have backup once threshold (max-size) is reached. Can anybody...
View Articleundefined reference to log4cxx
Hi , I'm compiling ROS source of indigo, with `clang3.9 , libc++ and c++11`. I compile perfectly until I get to the `rosout`package. I get this errors:...
View Articlelogging with files, folders, levels, loggers
I am trying to get a grasp on the logging options in ROS. I am using a mixture of python and c++ nodes. Please help me with (some of) my questions below: 1. Can I control the naming of the log folders?...
View ArticleConfiguration to filter rosnodes and rostopics for rosout without using GUI
Hello, I have a requirement where in I need to log only certain ROS messages from the nodes that I have in my ROS environment ignoring the rest as I have a limitation of memory and usability. I will...
View Article