You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'm having an issue with the use of nh_.resolveName messing up the face_detector's ability to subscribe to specified topics while within a namespace. See the info below:
Notice that camera_info is the only properly connected topic in the mismatched bunch. I believe this is due to the fact that it's one of the few topics not filtered by nh_.resolveName: face_detection.cpp#L249
Here is the launch file that works for the simple simulated turtlebot in gazebo, yet not in the robot_0 namespace I'm importing it into without overriding default any args:
I think I'm having an issue with the use of
nh_.resolveName
messing up theface_detector
's ability to subscribe to specified topics while within a namespace. See the info below:Notice that
camera_info
is the only properly connected topic in the mismatched bunch. I believe this is due to the fact that it's one of the few topics not filtered bynh_.resolveName
: face_detection.cpp#L249Here is the launch file that works for the simple simulated turtlebot in gazebo, yet not in the
robot_0
namespace I'm importing it into without overriding default any args:Update: removed remaps in snippet, they're omission has no effect
The text was updated successfully, but these errors were encountered: