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 | Q&A answers.ros.org |
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 -0500
Seen: 243 times
Last updated: Sep 17 '12
How to pass a parameter of type double as an input to a roscpp node?
Obtaining pointer types from message attributes in callbacks
How to initialize a UInt8MultiArray message
ROS not liking the way I try to access certain functions included in header file? [closed]
how to build dependant packages across multiple machines
How to notify from publisher to subscriber before stopping publishing data.