Closed vinesmsuic closed 3 years ago
Typically when we see this, the computer is processing the data coming off the Kinect. This can be for many reasons - including an incompatible USB controller, low end CPU, low end GPU, or other background processing which is affecting the utilization, causing timing gaps. I see in the output that the kinect is being reset, which is an indicator of unusually high latency on the USB bus.
hi, just managed to get myself a new laptop but ubuntu 18.04 cant run probably on that laptop (due to kernel version), so I had to switch to ubuntu 20.04.
I looked up https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/1263 and people there figured out a way to install k4atools on ubuntu 20.04. But after I installed k4atools and try to use the Azure_Kinect_ROS_Driver, I get ERROR: cannot launch node of type [robot_state_publisher/state_publisher]:
on whatever script I run.
Then I realized Azure_Kinect_ROS_Driver is only available up to melodic. I guess the error is due to the program is finding robot_state_publisher package of melodic instead of noetic. Please correct me if I made a wrong guess.
Will there be a noetic support on Azure_Kinect_ROS_Driver soon?
I guess noetic support would only make sense if there is official support for the SDK on Ububtu 20.04. but there isnt. Its only tested to work on 18.04. by Microsoft.
Describe the bug I am trying to see the map generated with rtabmap in RViz.
To Reproduce Steps to reproduce the behavior:
sudo apt install ros-melodic-rtabmap-ros
roslaunch azure_kinect_ros_driver slam_rtabmap.launch
rostopic echo /topic_name
to see the topics (/rtabmap/octomap_grid
,/rtabmap/proj_map
,/rtabmap/grid_map
,/rtabmap/grid_prob_map
), nothing inside.The launch file I used (the updated
slam_rtabmap.launch
with some extra args)Expected behavior A Map in RViz.
Logs
Screenshots
Desktop (please complete the following information):
Additional context I have tried to purge the
rtabmap_ros
via apt and build it from source, still yield the same error.