当前位置:网站首页>ROS - create workspace
ROS - create workspace
2022-07-29 03:21:00 【Believe yourself!!!】
First step :
Create a folder :

The second step :
Create a... Under the folder src Folder :

The third step :
stay src Next, create a function package :
catkin_create_pkg Function package name roscpp rospy std_msgs
Step four :
Go back to the root directory and compile :
catkin_make
Step five :
Configure the environment dependency :
vi ~/.bashrc
Enter into document , In the input E Enter edit mode , Input a Start editing , After editing, enter Esc Exit edit mode , Input Shiht+z+z Save and exit
source ~/.bashrc
Refresh the environment again 



This completes the workspace configuration .
边栏推荐
- Introduction and advanced MySQL (XIV)
- 美联储再加息,75基点 鲍威尔“放鸽”,美股狂欢
- C traps and defects Chapter 3 semantic "traps" 3.8 operators &, |, and!
- Summary of basic knowledge points of C language
- 多行文本省略
- What if MySQL forgets the password
- 再学EXKMP(EXKMP模板)
- Typescript学习(一)
- Producer consumer model of concurrent model
- 照片比例校正工具:DxO ViewPoint 3 直装版
猜你喜欢

Implement Lmax disruptor queue from scratch (VI) analysis of the principle of disruptor solving pseudo sharing and consumers' elegant stopping

2022-07-28 study notes of group 4 self-cultivation class (every day)

Flask的创建的流程day05-06之创建项目

3D advanced renderer: artlandis studio 2021.2 Chinese version
![Leetcode 1331 array sequence number conversion [map] the leetcode path of heroding](/img/be/d429d0c437dc5ed7cb4448e223a83a.png)
Leetcode 1331 array sequence number conversion [map] the leetcode path of heroding

Practical guidance for interface automation testing (Part I): what preparations should be made for interface automation

Flask creation process day05-06 creation project

Shell programming specifications and variables

今晚7:30 | 连界、将门、百度、碧桂园创投四位大佬眼中的AI世界,是继续高深还是回归商业本质?...

复现20字符短域名绕过以及xss相关知识点
随机推荐
mysql的timestamp存在的时区问题怎么解决
MySQL installation and configuration super detailed tutorial and simple database and table building method
12_ UE4 advanced_ Change a more beautiful character model
C陷阱与缺陷 第3章 语义“陷阱” 3.3 作为参数的数组声明
How to deploy sentinel cluster of redis
单例模式(饿汉式 懒汉式)
MYSQL入门与进阶(十三)
Kubernetes-1.24.x feature
Verilog:阻塞赋值和非阻塞赋值
Ten thousand words detailed Google play online application standard package format AAB
12_ue4进阶_换一个更好看的人物模型
[freeswitch development practice] unimrcp compilation and installation
C and pointer Chapter 3 semantic "trap" 3.5 null pointer is not a string
Summary of basic knowledge points of C language
复现20字符短域名绕过以及xss相关知识点
简历竟然敢写精通并发编程,那你说说AQS为什么要用双向链表?
C陷阱与缺陷 第3章 语义“陷阱” 3.9 整数溢出
C traps and defects Chapter 2 syntax "traps" 2.6 problems caused by "hanging" else
后缀自动机(sam)板子 from jly
Singleton and invariant modes of concurrent mode