资源简介
ROS中smartcar机器人的描述文件
具体教程见:
http://blog.csdn.net/hcx25909/article/details/8951833
代码片段和文件信息
#ifdef __cplusplus
# error “A C++ compiler has been selected for C.“
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID “Intel“
#elif defined(__clang__)
# define COMPILER_ID “Clang“
#elif defined(__BORLANDC__)
# define COMPILER_ID “Borland“
#elif defined(__WATCOMC__)
# define COMPILER_ID “Watcom“
#elif defined(__SUNPRO_C)
# define COMPILER_ID “SunPro“
#elif defined(__HP_cc)
# define COMPILER_ID “HP“
#elif defined(__DECC)
# define COMPILER_ID “Compaq“
#elif defined(__IBMC__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID “zOS“
# elif __IBMC__ >= 800
# define COMPILER_ID “XL“
# else
# define COMPILER_ID “VisualAge“
# endif
#elif defined(__PGI)
# define COMPILER_ID “PGI“
#elif defined(__PATHSCALE__)
# define COMPILER_ID “PathScale“
#elif defined(_CRAYC)
# define COMPILER_ID “Cray“
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID “TI_DSP“
#elif defined(__TINYC__)
# define COMPILER_ID “TinyCC“
#elif defined(__SCO_VERSION__)
# define COMPILER_ID “SCO“
#elif defined(__GNUC__)
# define COMPILER_ID “GNU“
#elif defined(_MSC_VER)
# define COMPILER_ID “MSVC“
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID “ADSP“
/* IAR Systems compiler for embedded systems.
http://www.iar.com
Not supported yet by CMake
#elif defined(__IAR_SYSTEMS_ICC__)
# define COMPILER_ID “IAR“ */
/* sdcc the small devices C compiler for embedded systems
http://sdcc.sourceforge.net */
#elif defined(SDCC)
# define COMPILER_ID “SDCC“
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID “MIPSpro“
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID “MIPSpro“
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID “HP“
#else /* unknown compiler */
# define COMPILER_ID ““
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = “INFO“ “:“ “compiler[“ COMPILER_ID “]“;
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID “Linux“
#elif defined(__CYGWIN__)
# define PLATFORM_ID “Cygwin“
#elif defined(__MINGW32__)
# define PLATFORM_ID “MinGW“
#elif defined(__APPLE__)
# define PLATFORM_ID “Darwin“
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID “Windows“
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID “FreeBSD“
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLAT
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-05-31 12:01 smartcar_desc
文件 26678 2012-12-04 21:12 smartcar_desc
文件 4166 2012-12-04 21:12 smartcar_desc
文件 1932 2012-12-04 21:08 smartcar_desc
文件 1203 2012-11-13 20:51 smartcar_desc
文件 41 2012-11-13 20:51 smartcar_desc
目录 0 2012-11-13 20:54 smartcar_desc
目录 0 2013-05-31 12:05 smartcar_desc
文件 15243 2013-05-31 12:05 smartcar_desc
目录 0 2013-05-31 12:05 smartcar_desc
文件 1395 2012-11-13 20:54 smartcar_desc
文件 1536 2012-11-13 20:54 smartcar_desc
文件 7193 2012-11-13 20:54 smartcar_desc
文件 7206 2012-11-13 20:54 smartcar_desc
文件 1317 2012-11-13 20:54 smartcar_desc
文件 24282 2012-11-13 20:54 smartcar_desc
文件 938 2013-05-31 12:05 smartcar_desc
文件 479 2012-11-13 20:54 smartcar_desc
目录 0 2012-11-13 20:54 smartcar_desc
目录 0 2012-11-13 20:54 smartcar_desc
目录 0 2012-11-13 20:54 smartcar_desc
目录 0 2012-11-13 20:54 smartcar_desc
文件 5973 2012-11-13 20:54 smartcar_desc
文件 7232 2012-11-13 20:54 smartcar_desc
目录 0 2012-11-13 20:54 smartcar_desc
文件 5707 2012-11-13 20:54 smartcar_desc
文件 7236 2012-11-13 20:54 smartcar_desc
文件 3333 2013-05-31 12:05 smartcar_desc
文件 23980 2013-05-31 12:05 smartcar_desc
目录 0 2013-05-31 12:05 smartcar_desc
文件 240 2012-11-13 20:54 smartcar_desc
............此处省略96个文件信息
相关资源
- Delphi7 应用微软Speech SDK 5.4SAPI 5.4语音
- 2010 卸载工具MicrosoftEasyFix50450_2010.zi
- 微软microsoft_xbox360摄像头驱动
- ROS-STM32-KEIL
- 《Spring微服务实战Spring Microservices i
- Rational Rose 2003 rational_perm.dat
- Prosys opcua Client
- Rose破解文件
- Microsoft.Office.Core.DLL.rar
- Rational Rose 2007v 7.0激活文件 license.up
- ros2中文指南.rar
- SD MiniSD MicroSD 引脚定义,尺寸和转接
- ROS5.X-6.X L6 注册文件
- Microsoft.Office.Interop.PowerPoint.rar
- 新建MicrosoftWord文档.doc
- ROS+VLAN25条ADSL 多线拔号
- MicrosoftWebDriver
- ROS机器人建模URDF语言教程
- imacros简单脚本历史记录版本
- ATR 解析工具
- 最新cross-request3.0插件
- Ubuntu系统:为Qt配置ROS开发环境
- uml rose 画图 BBS管理系统图
- ROS 全局路径规划讲解,以及怎么编写
- deepin-qq+crossover+crossover-helper
- Microsoft Visual Studio 2019 企业版 中文版
- UML之RationalRose建模模型.mdl文件
- 经典教材-随机过程-Ross.pdf
- ROS 传感器消息及RVIZ可视化Laserscan和
- 在ROS中开始自主机器人仿真 - 5 机器人
评论
共有 条评论