博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
catkin_make &catkin build
阅读量:2384 次
发布时间:2019-05-10

本文共 1915 字,大约阅读时间需要 6 分钟。

Users of catkin_make and catkin_make_isolated should go to the  for help transitioning to catkin build.

The catkin Command

The catkin Command-Line Interface (CLI) tool is the single point of entry for most of the functionality provided by this package. All invocations of the catkin CLI tool take this form:

$ catkin [global options] 
[verb arguments and options]

The different capabilities of the catkin CLI tool are organized into different sub-command “verbs.” This is similar to common command-line tools such as git or apt-get. Verbs include actions such as build which builds a catkin workspace or list which simply lists the catkin packages found in one or more folders.

Verbs can take arbitrary arguments and options, but they must all come after the verb. For more help on the usage of a particular verb, simply pass the -h or --help option after the verb.

Built-in catkin Verbs

Each of the following verbs is built-in to the catkin command and has its own detailed documentation:

Contributed Third Party Verbs

Shell Support for the catkin Command

If you are using bash or zsh, then you can source an extra setup file to gain access to some additional verbs. For more information see: .

Extending the catkin command

If you would like to add a verb to the catkin command without modifying its source, please read .

 

Catkin

 is a collection of CMake macros and associated code used to build packages used in .

It was initially introduced as part of the ROS  release where it was used for a small set of base packages. For  and  it was significantly modified, and used by many more packages. All released Hydro packages were built using catkin, although existing packages can still be built from source on top of the catkin packages.  is very similar, except for some deprecated features that were removed.

Note

This document covers the  version. The  and  versions are .

Contents

Code & support

Catkin
Issues

转载地址:http://oabab.baihongyu.com/

你可能感兴趣的文章
中断之原理篇
查看>>
高内聚 低耦合
查看>>
GUI开发之DirectFB
查看>>
GTK/DirectFB两个闪烁的问题
查看>>
《Linux内核修炼之道》 之 高效学习Linux驱动开发
查看>>
编写可移植C/C++程序的要点
查看>>
DirectFB代码导读
查看>>
linux fork函数浅析
查看>>
内核启动时间优化
查看>>
基于Linux的多播编程
查看>>
网络字节序
查看>>
Linux网络命令详解
查看>>
GNU C 的 __attribute__ 机制
查看>>
atoi,atol,strtod,strtol,strtoul详解
查看>>
基于HZK16的汉字显示技术
查看>>
嵌入式web服务器对比
查看>>
select 函数使用指难
查看>>
人类的15个欲望与游戏设计
查看>>
高速缓存
查看>>
kernel基本功练习
查看>>