c++ - ROS2 colcon 构建在 Windows 中不显示任何错误消息

标签 c++ windows build ros2

在 Windows 上使用 colcon 构建 ROS2 发布器时构建时,没有显示调试错误消息,仅显示失败或完成。

我尝试过使用“colcon --log-level info build ”或“colcon --log-level debug build ”,但仍然徒劳。

有什么办法让colcon如果我的代码中有一些错误,构建会显示错误消息?

最佳答案

只需使用colcon build --event-handlers console_cohesion+

ros answer

关于c++ - ROS2 colcon 构建在 Windows 中不显示任何错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56051681/

相关文章:

c++ - 使用opencv2后找不到min函数

c++ - ARMCC 如何优化 C++ 代码

windows - 在 Inno Setup 中验证用户密码

windows - 编写 Windows NT 子系统

javascript - 如何使用 Maven 资源插件复制单个文件

build - CAKE build 和 NUNIT3 生成空结果文件

c++ - 修改 std::set 的元素 - 定义的行为?

c++ - Gtk应用程序的独特性,无需创建任何窗口

windows - 在 shell 脚本中检测 windows 操作系统版本

git - 您是否应该将已编译的 Assets checkin Git?