会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李悠然
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
22
下一页
2023年4月24日
12
摘要: #!/bin/bash export HOST_NAME=`hostname` cd /catkin_ws_agv/catkin_ws_agvsource devel/setup.bash && roslaunch mavsdk4ros mavsdk.launch __ns:=$HOST_NAMEs
阅读全文
posted @ 2023-04-24 19:13 李悠然
阅读(71)
评论(0)
推荐(0)
2023年4月21日
mssge
摘要: std_msgs/Header headergeometry_msgs/PoseWithCovariance posegeometry_msgs/TwistWithCovariance twistfloat32 speedint8 gearfloat32 rpmfloat32 maxrpmbool
阅读全文
posted @ 2023-04-21 17:35 李悠然
阅读(70)
评论(0)
推荐(0)
2023年4月19日
机载pc
摘要: docker run -it --network=dev_default --ip 172.18.0.3 --device=/dev/ttyACM1 -v /home/docker/catkin_ws_mav:/root/catkin_ws_mav -p 8083:8083 -p 8084:8084
阅读全文
posted @ 2023-04-19 09:35 李悠然
阅读(25)
评论(0)
推荐(0)
2023年4月4日
state
摘要: { "id": 10, "caseId": "64216957a5568901ccd99a57", "ip": "192.168.30.64", "speed": 5, "angular": 0, "maxV":20, "status": "start", "target": { "x": 121,
阅读全文
posted @ 2023-04-04 16:39 李悠然
阅读(42)
评论(0)
推荐(0)
2023年3月30日
讲一个项目提交到gitee中
摘要: $ git initInitialized empty Git repository in F:/rosjava/rosjava_mvn_repo-kinetic/.git/$ git checkout -b kineticSwitched to a new branch 'kinetic'$ gi
阅读全文
posted @ 2023-03-30 14:00 李悠然
阅读(29)
评论(0)
推荐(0)
2023年3月28日
点云
摘要: cd ~/pointcloud_wssource devel/setup.bashroslaunch maprpc maprpc_node.launch export ROS_MASTER_URI=http://Board-pc:11311export ROS_HOSTNAME=localhost
阅读全文
posted @ 2023-03-28 09:43 李悠然
阅读(93)
评论(0)
推荐(0)
2023年3月21日
ubuntu 20.04 gitee提交代码到仓库
摘要: 在当前目录下确保已经安装了git ubuntu@zhujx:~/dev/catkin_ws_mav$ git config --global user.name "youran0825" ubuntu@zhujx:~/dev/catkin_ws_mav$ git config --global us
阅读全文
posted @ 2023-03-21 14:34 李悠然
阅读(73)
评论(0)
推荐(0)
2023年3月13日
rosdep
摘要: 修改/etc/ros/rosdep/sources.list.d # os-specific listings firstyaml https://gitee.com/zuo-lei1129/zuo-lei-rosdep/raw/master/rosdep/osx-homebrew.yaml osx
阅读全文
posted @ 2023-03-13 16:24 李悠然
阅读(38)
评论(0)
推荐(0)
2023年3月7日
v10 有麒麟安装vsftp配置用户
摘要: 1. 安装 [root@localhost ~]# yum -y install vsftpd //配置开机启动[root@localhost ~]# chkconfig vsftpd on[root@localhost ~]# service vsftpd status 2. 配置 //添加本地用
阅读全文
posted @ 2023-03-07 09:14 李悠然
阅读(1176)
评论(0)
推荐(0)
2023年2月24日
docker uav
摘要: docker network create --driver=bridge --subnet=172.18.0.0/16 --gateway=172.18.0.1 uav-default docker run -itd --network=uav-default --ip 172.18.0.4 -p
阅读全文
posted @ 2023-02-24 19:27 李悠然
阅读(126)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
22
下一页
公告