上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
摘要: The Jetson Nano Developer Kit is an AI computer for learning and for making. ​ 一个推理框架,用于部署模型到嵌入式设备. ​ Four Steps to Deep Learning System Setup Image R 阅读全文
posted @ 2019-04-09 19:13 core! 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: Linux安装配置Shadowsocks客户端及开机自动启动 前言 Shadowsocks无GUI客户端教程:Linux安装配置Shadowsocks客户端及开机自动启动 Shadowsocks-Qt5客户端教程:Shadowsocks-Qt5 For Centos 7 Shadowsocks服务端 阅读全文
posted @ 2019-04-05 11:31 core! 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html 官方推荐的一篇教程 Tensors tensor操作的语法有很多写法,以加法为例 改变tensor的size,使用torch.view: numpy array 阅读全文
posted @ 2019-03-27 19:23 core! 阅读(759) 评论(0) 推荐(0) 编辑
摘要: ROSWTF 详细见http://wiki.ros.org/roswtf roswtf will examine your ROS setup, such as your environment variables, and look for configuration issues. If you 阅读全文
posted @ 2019-03-25 15:36 core! 阅读(317) 评论(0) 推荐(0) 编辑
摘要: Recording and playing back data This tutorial will teach you how to record data from a running ROS system into a .bag file, and then to play back the 阅读全文
posted @ 2019-03-25 14:59 core! 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 此前说的publisher/subscriber都是广播式的,subscriber被动地接收消息,二者没有request/response这种交互. Service Node Client Node Service Node 总结一下 初始化 创建服务 ros::spin() 简单说就是运行一个lo 阅读全文
posted @ 2019-03-24 21:12 core! 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 用c++实现一个publisher/subscriber publisher 初始化ros system ros::init(argc, argv, "talker"); //使得可以通过命令行进行name remapping 告知master程序想向什么topic publish何种type的ms 阅读全文
posted @ 2019-03-23 20:11 core! 阅读(241) 评论(0) 推荐(0) 编辑
摘要: msg: msg files are simple text files that describe the fields of a ROS message. They are used to generate source code for messages in different langua 阅读全文
posted @ 2019-03-22 13:30 core! 阅读(551) 评论(0) 推荐(0) 编辑
摘要: Description: This tutorial introduces ROS using rqt_console and rqt_logger_level for debugging and roslaunch for starting many nodes at once debug工具 r 阅读全文
posted @ 2019-03-22 11:04 core! 阅读(160) 评论(0) 推荐(0) 编辑
摘要: service是nodes之间通信的一种方式,允许nodes send a request and recieve a response。 rosservice rosparam roservice rosparam rosparam allows you to store and manipula 阅读全文
posted @ 2019-03-21 11:34 core! 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页