Skip to content
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

NO gazebo_ros_openni_kinect.cpp in /opt/ros/melodic #1370

Closed
chiawenwang opened this issue Apr 20, 2022 · 3 comments
Closed

NO gazebo_ros_openni_kinect.cpp in /opt/ros/melodic #1370

chiawenwang opened this issue Apr 20, 2022 · 3 comments

Comments

@chiawenwang
Copy link

I'm new to ROS and I'm confused with the DEBUG publishing message when I use the kinect camera in ROS as following:

Screenshot from 2022-04-20 13-34-23

I DO want to stop the DEBUG message and I think what I need to do is deleting the [ROS_DEBUG]("publishing default camera info, then openni kinect camera info");

But I can't find the relatived gazebo_ros_openni_kinect.cpp but only the libgazebo_ros_openni_kinect.so in /opt/ros/melodic/lib

How can I deal with this problem?or maybe some tutorials about it?

@quarkytale
Copy link

You can use the ROS rqt_logger_level tool to disable all debug messages.
Also, the gazebo_ros_openni_kinect.cpp can't find the file probably because it's a binary installation. To view source files, install from source or checkout on github!

@chiawenwang
Copy link
Author

You can use the ROS rqt_logger_level tool to disable all debug messages. Also, the gazebo_ros_openni_kinect.cpp can't find the file probably because it's a binary installation. To view source files, install from source or checkout on github!

Thank u ,quarkytale!
I used the rqt_logger_level before and that quite worked.But I need to set the rqt_logger_level every time I roslaunch it.Is it possible to configure it?

@quarkytale
Copy link

This should help configuring what you need: rosconsole. I'll suggest checking out ROS Answers too. Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants