ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
setting logger level works. you just need to set it on the right node. or if you don't know the node you can set it for all nodes using
for n in `rosnode list`; do rosservice call $n/set_logger_level ros "error"; done