ros::WallTime for cpp
how can i add a ros::wallTime stamp in my ros massage?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
my_message_instance.header.stamp = ros::WalTime::now();
but i found a error in "rosmake My_package". its showing that----- Call Stack (most recent call first): /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack) CMakeLists.txt:12 (rosbuild_init)
-- Configuring incomplete, errors occurred!
Asked: 2012-09-17 08:59:09 -0500
Seen: 291 times
Last updated: Sep 17 '12
Subscriber and Publisher node at once in cpp
how does second term of advertise
How do I test the ROS version in C++ code?
Getting all parameter names using C++
Are there any other signal interrupts with roscpp besides the default ctrl+c sigint handler
Is it possible to avoid busy-waiting in a spinner? [closed]
Can I "overload" topic names in ROS? (Different versions by datatype)