当前位置:网站首页>Clion installation and ROS development to realize automatic prompt completion
Clion installation and ROS development to realize automatic prompt completion
2022-07-19 02:13:00 【bisheng95】
1. Unzip the file
2. Copy files to /opt Under the table of contents
[email protected]:~$ sudo cp -r ~/Downloads/clion-2017.1.3 /opt/
3. Start installation
[email protected]:~$ echo "export PATH=/opt/clion-2017.1.3/bin:${PATH}" >>.bashrc
[email protected]:~$ cd /opt/clion-2017.1.3/bin
[email protected]:~$ sh clion.sh
4. Select the server activation method
Input :http://xidea.online continue installation
5. If you want to complete the code , You must start Clion!!!
[email protected]:~$ clion.sh
6.File->Import Project-> choice /home/bisheng/catkin_ws/src
7. If the header file cannot be completed after it is imported , take CMakeList.txt Complete it first
then , Right click .cpp file Reload Cmake Project
Generally, it can be completed automatically
(8) Can choose . Make Clion Desktop launcher
[email protected]:~$ sudo gedit /usr/share/applications/Clion.desktop
Enter the following :
[Desktop Entry]
Type=Application
Name=Clion
GenericName=Clion17
Comment=Clion:The C/C++ IDE
Exec=sh /opt/clion-2017.1.3/bin/clion.sh
Icon=/opt/clion-2017.1.3/bin/clion.png
Terminal=clion
Categories=Clion;
Save and exit , Search local and online resources ->Clion-> take Clion Drag to the left column
notes :
Pycharm starter :
[Desktop Entry]
Type=Application
Name=Pycharm
GenericName=Pycharm
Comment=Pycharm:The Python IDE
Exec=sh /opt/pycharm-community-2018.2/bin/pycharm.sh
Icon=/opt/pycharm-community-2018.2/bin/pycharm.png
Terminal=pycharm
Categories=Pycharm;
边栏推荐
- Recursive and recursive learning notes
- gdb+vscode进行调试7——程序出现segmentation default/段错误,如何进行调试?
- ENVI_ Idl: read the text file and output it in GeoTIFF format + simple mean interpolation
- Leetcode 198:House Robber
- SAE J1708/J1587 协议详解
- DQN理论基础及其代码实现【Pytorch + CartPole-v0】
- Pointer constant and constant pointer love and hate
- Engineering compilation: makefile and cmake (I)
- 在Oozie中配置 map-reduce workflow
- 动态规划问题 - 小兵向前冲
猜你喜欢

DQN理论基础及其代码实现【Pytorch + CartPole-v0】

ENVI_ IDL: read OMI data (HDF5) and output it as GeoTIFF file + detailed parsing

Dueling DQN的理论基础及其代码实现【Pytorch + Pendulum-v0】

成信大ENVI_IDL第三周课堂内容1:读取OMI数据(HDF5文件)以及输出+解析

Envi IDL: lire la teneur en colonne de NO2 de tous les produits OMI et calculer la moyenne mensuelle, la moyenne trimestrielle, la moyenne annuelle + résolution

gdb+vscode进行调试5——gdb查看相关命令

06 design of smart electronic medicine box based on stm32

01 design of intelligent warehouse management system based on RFID

leetcode力扣经典题目——82.柱形图中的最大矩形

(附word操作以及视频讲解)使用ARCGIS进行地图配准_投影变换_普通地图制作_专题地图制作
随机推荐
工程编译那点事:Makefile和cmake(一)
原码,反码,补码
Saber's most powerful digital analog mixed signal simulation software
Powerful chart component library scottplot
Problems encountered in yolov3 training its own data set
Build hue environment
gdb+vscode进行调试——release版本如何调试
Swagger——世界上最流行的Api框架
gdb+vscode进行调试1——使用CMakelist文件进行编译和调试+附加进程调试
保留两位小数,并向上取值
ENVI_ Idl: batch splice the daily data of MODIS swath and output it in GeoTIFF format
Cookie和Session的区别
ENVI_ Idl: reading of text files (mainly txt and CSV files)
BladeX——精心设计的微服务架构
Original code, inverse code, complement code
Uncaught syntaxerror: unexpected token '< is reported on the blank page of the H5 uniapp package‘
指針常量與常量指針愛恨情仇
Line process of pool components
Remote sensing submission process
Leetcode 322: Coin Change - 动态规划