Installing ROS noedic under Windows

Installing ROS noedic under Windows 1. System requirements ROS for Windows requires 64 bit Windows 10 Desktop or Windows 10 IoT Enterprise. Make sure you have installed Powershell and are in the system path. Exclude c:\opt (and subsequent workspace folders) from the real-time virus scanner because they interfere with installation and devel ...

Posted by EvilWalrus on Sun, 26 Sep 2021 03:33:53 -0700

Windows Terminal installation and beautification

1 Overview In my last article, we learned how to quickly build various development environments through Scoop and WSL, but did you find that the default powershell is ugly and difficult to use. Today, I teach you how to install and beautify Windows Terminal. Windows Terminal is an ideal matching for WSL2. It is fast, configurable and beautiful ...

Posted by EverLearning on Thu, 23 Sep 2021 17:49:01 -0700

VS code C/C + + environment configuration (the first step for novices)

When I started to review the C language recently, I thought of getting a hand-in-hand development tool. I remembered my painful experience of installing Visual Studio and decided to choose a lighter VS code. However, after downloading the VS code, it can not be used directly. I need to configure the environment. Here is my personal method for c ...

Posted by Lucnet on Tue, 21 Sep 2021 00:44:58 -0700

Node.js and Modules

Components of JavaScript in browsers JS in Browser ECMAScript (Core Syntax) ES3 --> ES4 --> ES5 --> ES6 (2015) --> ES2016 --> ES2017..... Variables, Constants data type function Process control (if, switch, for, while, for...in, continue, break) operator JS built-in objects (Array, String, RegExp, Date, Math....) Web ...

Posted by rock_xl1 on Tue, 14 Sep 2021 19:09:30 -0700

visual studio code under Windows system uses cmake to build a complete c + + Project

catalogue 1, Construction of development environment: 2, Code project practice 3, The following problems and solutions may occur: 1, Construction of development environment: cmake Baidu online disk link: Link: https://pan.baidu.com/s/1CFQnlU4AwrqAYiMYyGHdmw  Extraction code: ab7a     Download GCC compiler mingw64.zip under wi ...

Posted by DaRkZeAlOt on Sun, 05 Sep 2021 18:54:04 -0700