1.首先回顾摄像头Package 安装教程
我安装的是uvc_camera. 由于对ROS不熟悉,目前只知道cd到/opt/ros/hydro/share目录下,将uvc_camera 的package 下载下来
i.e: git clone https://github.com/ktossell/camera_umd.git 具体见另外一篇教程
采用$rosrun uvc_camera u...
分类:
其他好文 时间:
2015-04-02 15:12:21
阅读次数:
952
1.创建git远程库,并复制git库地址
2.clone库到本地
3.增加代码到angularjs_web工程中
4.右击工程,准备提交代码,发现无git选项,vcs中也不能提交工程,
这时,应该导入版本控制,创建repository,选中刚刚的angularjs_web的当前工程,然后会发现文件名变红色了:
此时右击工程/git/...
分类:
其他好文 时间:
2015-04-01 22:01:49
阅读次数:
207
Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors.OJ's undirected graph serialization:Nodes are labeled u...
分类:
其他好文 时间:
2015-04-01 21:31:47
阅读次数:
123
# **#1、错误1:在执行 git clone YourGitName@YourIP:gitolite-admin 提示仓库不存在,或者没有权限。** 于是以为别人的文档写的不对,因为真是的 git 仓库是在你当时执行,gitolite setup -pk $HOME/scott.pub ...
分类:
其他好文 时间:
2015-04-01 17:54:57
阅读次数:
742
1.代码编辑工具:sublime2.断点调试工具:Firebug3.版本管理工具:Git,安装完成后我们就可以从github上clone一些项目。4.开发调试工具:NodeJs。很多非常有用的工具都是基于NodeJs的,我们要学会使用NodeJs下的包管理器(npm),可以使用它安装很多插件。推荐使...
分类:
其他好文 时间:
2015-04-01 16:45:26
阅读次数:
102
.clone()$(selector).clone(includeEvents)$(this).clone(true) //boolean值,true/false分别对饮是否复制元素的所有事件处理
分类:
Web程序 时间:
2015-03-31 21:45:55
阅读次数:
121
1、下载depot_tools: ???? 首先安装 git-core: ?sudo apt-get install git-core ? ? ?执行命令: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git 2、更新depot_tools: ??...
分类:
系统相关 时间:
2015-03-31 13:05:52
阅读次数:
195
昨天完成了聊天界面,基本功能算告一段落开发时间:五天(工作时间)开发工具:xcode6开发平台:iOS8XMPP框架:XMPPFrameworkgit clone https://github.com/robbiehanson/XMPPFramework.git界面设计:使用StoryBoardgi...
分类:
移动开发 时间:
2015-03-31 12:16:52
阅读次数:
168
Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are labeled uniq...
分类:
其他好文 时间:
2015-03-31 06:26:20
阅读次数:
109
题目如下:题目挺长的,其实只需要关注第一行就OK了。这道题思路挺明显的,对于图来说要么BFS,要么DFS,至于具体细节,我觉得与138题:Copy List with Random Pointer很像。在BFS或DFS过程中,可能要调整顶点的邻接点,这个时候不要忘了它的邻接点可能还没有创建。所以,有...
分类:
其他好文 时间:
2015-03-30 20:39:14
阅读次数:
159