ros::WallTime for cpp
how can i add a ros::wallTime stamp in my ros massage?
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!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-09-17 08:59:09 -0600
Seen: 177 times
Last updated: Sep 17 '12
Is it possible to run a timer inside an action server?
Publisher Subscriber not working
How to get the topics in a bag from Rosbag C++ API [closed]
roscpp service calls - multithreading
Valgrind Memory Error from Publish
publishing large message over spotty connection
No matching function for advertiseService
import rospy when calling a python script from a c++ executable