Hokuyo node stamp
For navigation i want to change in scan message timestamp from hokuyo_node ROS::Time() to ROS::Time(now), but i don't know the way to do it
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
For navigation i want to change in scan message timestamp from hokuyo_node ROS::Time() to ROS::Time(now), but i don't know the way to do it
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-07-10 05:44:11 -0600
Seen: 284 times
Last updated: Jul 10 '15
Conversion into ROS compatible timestamp
How to convert a timestamp from std::chrono::nanoseconds to ros::Time ?
Using Hokuyo node with multiple lasers
Is there an easy way to publish std_msgs::Time from cli?
Can rosbridge set the timestamp of stamped messages?
using laser_filters to convert inf readings to max_range + 1 from hokuyo
how to visualize two MarkerArray with different timestamp in rviz
Permanently set permissions for /dev/ttyACM0 port using UDEV
In hokuyo_node.cpp at line 479.
Please provide a link to the code you refer to. Also: What do you want to achieve? This sounds like your solving a problem at the wrong place!
I hid it, but there isn't this file in system. Only cmake files
I only want to synchronize time between all frames for navigation. Here http://answers.ros.org/question/12930... it solved the problem.
I can't give a git, it was installed by apt-get install ros-indigo-hikuyo-node from http://packages.ros.org/ros/ubuntu/
That looks like a huge bug in the driver. I really don't think this bug exists in the hokuyo driver.
Bug in timestamp?
From hokuyo_node.cpp:479 I'd say that it is already doing the 'right thing'. I agree with @dornhege: I'd be surprised if this is actually your issue.