NVIDIA-ISAAC-ROS / NVIDIA-ISAAC-ROS/isaac_ros_visual_slam
'get_all_poses' services is posting scaled timestamps
Open
@swapnesh-wani-nvidia is already working on this.
Since Oct 23, 2023.
needs info
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
When I call visual_slam/get_all_poses services, I'm supposed to get back list of timestamped poses.
I found out that the timestamp of the poses are scaled by 1000.
The posted time stamp.sec, stamp.nsec are both scaled by 1000.
I'm suspecting that somewhere in the GetAllPoses source code has a wrong conversion between seconds and milliseconds.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.