Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用colconbuild 在 windows 上构建 ROS2 发布器时,没有显示调试错误消息,仅显示失败或完成。
colcon
我曾尝试使用“ colcon --log-level info build”或“ colcon --log-level debug build”,但仍然是徒劳的。
colcon --log-level info build
colcon --log-level debug build
colcon如果我的代码中有一些错误,有什么方法可以让构建显示错误消息?
只需使用colcon build --event-handlers console_cohesion+
罗斯回答