会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李悠然
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
22
下一页
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 李悠然
阅读(19)
评论(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 李悠然
阅读(37)
评论(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 李悠然
阅读(25)
评论(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 李悠然
阅读(91)
评论(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 李悠然
阅读(72)
评论(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 李悠然
阅读(36)
评论(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 李悠然
阅读(1128)
评论(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 李悠然
阅读(118)
评论(0)
推荐(0)
2023年1月18日
JDK 1.8 TreeMap源码分析
摘要: /** * TreeMap特点: * 底层:二叉红黑树 key输入无序,升序排列,null不可以 * 1.2 */public class TreeMap<K,V> extends AbstractMap<K,V> implements NavigableMap<K,V>, Cloneable, j
阅读全文
posted @ 2023-01-18 17:23 李悠然
阅读(33)
评论(0)
推荐(0)
JDK 1.8 Hashtable的源码分析
摘要: /** * Hashtable特点: * 与hashTable一样 1.1 效率低,线程安全,key 不为null hashMap1.2 效率高,key为null 长度11 */public class Hashtable<K,V> extends Dictionary<K,V> implement
阅读全文
posted @ 2023-01-18 17:15 李悠然
阅读(24)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
22
下一页
公告