quadcopter-ar / QuadcopterAR

7 stars 1 forks source link

maplab on Jetson Nano, synchronization loss with video and IMU #33

Open mind111 opened 5 years ago

mind111 commented 5 years ago

Have modified the rtimulib source, to increase its queue

//ros::Publisher imu_pub = n.advertise<sensor_msgs::Imu>("imu/data", 1);
ros::Publisher imu_pub = n.advertise<sensor_msgs::Imu>("imu/data", 100);