jsk-ros-pkg / jsk_robot

jsk-ros-pkg/jsk_robot
https://github.com/jsk-ros-pkg/jsk_robot
73 stars 97 forks source link

[PR1040 Noetic] MongoDBの一部Loggerがうまく走っていない? #1782

Open knorth55 opened 1 year ago

knorth55 commented 1 year ago
{$and: [{"_meta.stored_class": {$ne: "tf2_msgs.msg._TFMessage.TFMessage"}},{"_meta.stored_class": {$ne: "sound_play.msg._SoundRequestActionResult.SoundRequestActionResult"}}, {"_meta.stored_class": {$ne: "sound_play.msg._SoundRequestActionGoal.SoundRequestActionGoal"}}, {"_meta.stored_class": {$ne: "app_manager.msg._AppList.AppList"}}]}

pr1040のmongoのfilterで,これをかけると結果がnilになる.

以外のloggerがうまく走っていない? https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_robot_common/jsk_robot_startup/lifelog/common_logger.launch

cc. @tkmtnt7000 @mqcmd196 @iory @Kanazawanaoaki

knorth55 commented 1 year ago

pr1040のmongoで以下のメッセージがログされていました. pr1040のmongoはうまくいってそう,勘違い?

{$and: [
         {"_meta.stored_class": {$ne: "tf2_msgs.msg._TFMessage.TFMessage"}},
         {"_meta.stored_class": {$ne: "sound_play.msg._SoundRequestActionResult.SoundRequestActionResult"}},
         {"_meta.stored_class": {$ne: "sound_play.msg._SoundRequestActionGoal.SoundRequestActionGoal"}},
         {"_meta.stored_class": {$ne: "geometry_msgs.msg._PoseWithCovarianceStamped.PoseWithCovarianceStamped"}},
         {"_meta.stored_class": {$ne: "sensor_msgs.msg._JointState.JointState"}},
         {"_meta.stored_class": {$ne: "app_manager.msg._AppList.AppList"}}
         ]}