zoukankan      html  css  js  c++  java
  • caktin_make 和 catkin build 之间的重要区别

    官方参考网站:https://catkin-tools.readthedocs.io/en/latest/migration.html

    3种可用于编译ros包的命令行工具。

    1. catkin_make
    2. catkin_make_isolation
    3. catkin build

    Note that all three of these tools can share source spaces, but they must use their own build, devel, and install spaces.

    在同一个工作空间中, 3种编译工具可以共享 /src,但是要使用不同的 /build, /devel, /install 文件夹。

    具体操作方法参考官方链接的 step-by-step Migration.

  • 相关阅读:
    053-157
    053-496
    053-128
    053-167
    053-250
    053-674
    离职申请
    日记


  • 原文地址:https://www.cnblogs.com/gdut-gordon/p/9702922.html
Copyright © 2011-2022 走看看