ROS2 colcon 构建未在 windows 中显示任何错误消息
ROS2 colcon build not showing any error messages in windows
使用 colcon
构建在 windows 上构建 ROS2 发布器时,没有显示调试错误消息,仅显示失败或完成。
我试过使用“colcon --log-level info build
”或“colcon --log-level debug build
”,但还是没用。
如果我的代码中存在一些错误,是否有任何方法可以让 colcon
构建显示错误消息?
只需使用 colcon build --event-handlers console_cohesion+
使用 colcon
构建在 windows 上构建 ROS2 发布器时,没有显示调试错误消息,仅显示失败或完成。
我试过使用“colcon --log-level info build
”或“colcon --log-level debug build
”,但还是没用。
如果我的代码中存在一些错误,是否有任何方法可以让 colcon
构建显示错误消息?
只需使用 colcon build --event-handlers console_cohesion+