09 2020 档案

摘要:string 、char*、const char * 1.string to char* 方式1 std::string str = "string"; char* chr = const_cast<char*>(str.c_str()) 方式2 string str = "some string" 阅读全文
posted @ 2020-09-29 18:03 玥茹苟 阅读(209) 评论(0) 推荐(0) 编辑
摘要:#查看topic频率rostopic hz /xxx_imu_driver/imu #查看topic信息rostopic info /xxx_imu_driver/imu #查看topic数据rostopic echo /xxx_imu_driver/imu 阅读全文
posted @ 2020-09-14 17:45 玥茹苟 阅读(170) 评论(0) 推荐(0) 编辑
摘要:1、查看已安装软件版本aptitude show softwarename 2、查看软件安装目录dpkg -L softwarename 3、查找文件 find ./ -name '?.txt' find ./ -name '*.txt' 4、APT-GET apt-get update——在修改/ 阅读全文
posted @ 2020-09-09 17:42 玥茹苟 阅读(127) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/u011178262/article/details/74159480#_144 https://blog.csdn.net/weixin_43206570/article/details/84797361 阅读全文
posted @ 2020-09-03 17:13 玥茹苟 阅读(98) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示