相关文章
[ROS2系列] ubuntu 20.04测试rtabmap 3D建图(二)
接上文我们继续
如果我们要在仿真环境中进行测试,需要将摄像头配置成功。
一、配置位置
sudo vim /opt/ros/foxy/share/turtlebot3_gazebo/models/turtlebot3_waffle/model.sdf
二、修改
<joint name"camera_rgb_optical_joint" type"fixed&…
建站知识
2024/11/15 9:27:12
vite vite.config.js中的配置
vite打包依赖于 rollup和esbuild
rollup中文文档
esbulid中文文档
基本配置 import { defineConfig, loadEnv } from "vite";
import vue from "vitejs/plugin-vue";
import path from "path";import Components from "unplugin-vue-com…
建站知识
2024/11/8 6:43:50
【Linux】【C++17】filesystem 工具,常用集合
文章目录 1. std::experimental::filesystem::exists() 查找文件是否存在2. std::experimental::filesystem::is_directory() 判断是否是一个目录3. std::experimental::filesystem::create_directory() 单层级目录创建std::experimental::filesystem::create_directories 多层…
建站知识
2024/11/6 2:14:31
EwoMail结合gophish的钓鱼邮件指南
EwoMail邮箱搭建
1 . 一个域名 (域名购买 : godaddy) 2 . VPS一台 , 最好国外的 , 因为国内的VPS一般25端口都是封禁的.(实测 腾讯轻量应用服务器是没问题的 , 阿里云则不行) 系统为 Centos 7.x(任意版本均可) 搭建参考:http://doc.ewomail.com/docs/ewomail/insta…
建站知识
2024/11/9 21:08:35
uniapp +vue3 练习 首页页面展示 我的页面展示 登录展示 拨打固定的电话 页面跳转
uniapp拨打固定的电话 function Hotline() {// 拨打电话uni.makePhoneCall({phoneNumber: 19969547693})}页面跳转 //普通跳转function homepage() {uni.navigateTo({url: /pages/homepage/homepage});}//二、uni.redirectTo关闭当前页面,跳转到应用内的某个页面。…
建站知识
2024/11/6 10:29:37