当前位置:网站首页>Ros2 - configuration development environment (V)

Ros2 - configuration development environment (V)

2022-07-05 06:51:00 Me and nano

ROS2 Robot operating system


Preface

ROS Robot development is definitely inseparable from coding , Our course will provide you with a large number of sample source code , How to view these codes 、 To write 、 How about compiling ? We need to make some preparations first , Complete the configuration of the development environment , I recommend two important development tools ——vscode and git.

One 、GIT

git Is a version management software , It's also because Linux born .
 Insert picture description here

sudo apt install git

Two 、 install vscode

Download link

1. Install the software

sudo dpkg -i deb file name 

Now install some common plug-ins , These in VS It's very simple
Chinese language pack

Python plug-in unit

C++ plug-in unit

CMake plug-in unit

vscode-icons

ROS plug-in unit

Msg Language Support

Visual Studio IntelliCode

URDF

Markdown All in One

 Insert picture description here

原网站

版权声明
本文为[Me and nano]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/186/202207050635158198.html