-
| There is the t field in the Point structure: struct EIGEN_ALIGN16 Point {
    PCL_ADD_POINT4D;
    float intensity;
    uint32_t t;
    uint16_t reflectivity;
    uint16_t ring;
    uint16_t ambient;
    uint32_t range;
    EIGEN_MAKE_ALIGNED_OPERATOR_NEW
};How can I calculate absolute point time using message header time and the t field? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Samahu
          
      
      
        Sep 4, 2023 
      
    
    Replies: 1 comment 5 replies
-
| Simple, take the value of  | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
ouster_ros::Point::tis represented in nanoseconds.