ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

found out looks like ros2 logging use stderr as output, so

ros2 bag play ${bag_path} > p.log  2>&1

is what i need

found out looks like ros2 logging use stderr stderr as output, so

ros2 bag play ${bag_path} > p.log  2>&1

is what i need