-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noetic naoqi_driver.launch Can't find service ROS-Driver-Audio #150
Comments
Hi @LaiYanKai, unfortunately I think it's an error like #96, I had the same problem while using the driver for Noetic, even for ROS2 (I'll have to those changes as well at some point). I remember tracking the source of the issue, I don't remember its precise origin but it's much more lower than the driver, it might be a NAOqi related issue. Can you try to disable the audio (here)? Setting the parameter to false should work (the audio part of the driver will be disabled though) |
Hi, I will get back to you within a day |
Works. The following issues showed up: Conversion Failure in IMU.cppI have no problems echoing the IMU and getting the messages. However, this exception message shows up repeatedly: Inserting
Changing from Repeating No-transform Error Messages:While running This error appears after the line
Low frame rate for CameraThe camera images are transporting correctly. The frame is around 1 to 2 fps in the default setting. Changing the Changing the In your experience, is at least 20 FPS on 320x480px possible from previous ROS versions? |
Hi, I will try to simulate NAO in Gazebo within a week by trying nao_virtual... will report any problems here... |
Alright. I'll keep the issue opened regarding the ROS-Driver-Audio problem. If I have the time to investigate and if it is indeed a problem unrelated to the driver, I might close it, or add a workaround. Regarding the |
Hi, I've printed out the ROS time on Lines 273 and 298 in Robot Settings / Monitor has no problem with the frame rate, it is significantly faster. Could I kindly check where the containing function callAll is called? I know it is called as part of a thread / shared pointer, but it'll be better if there are some hints as to the bottleneck... I may be able to figure out the bottleneck of the frame rate from there... I've tried the python sdk, but it is quite problematic as it uses 2.7 and I need low latency. The cpp SDK qibuild messes with the ROS catkin_make. So this is the best choice. |
Hi,
I have tried to use naoqi_driver.launch on ROS1-Noetic by compiling from source (#138):
The steps work. Currently, libqi and libqicore have been developed for noetic, but not completely so for naoqi_bridge_msgs and naoqi_driver.
When launching naoqi_driver.launch, the Can't find service error pops up:
I'm using VirtualBox on Windows 11 (host). The VirtualBox is running Ubuntu 20.04. Referencing #96, I've made sure that Bridged networking is used. I am able to SSH to nao (and using Robot settings) from both the host and Ubuntu, and ping to VirtualBox's Ubuntu while in nao's SSH. The launch also detected the robot. I don't think it is an issue like #96. What could be the problem?
The text was updated successfully, but these errors were encountered: