自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

flyfish

西笑生

  • 博客(17)
  • 资源 (25)
  • 收藏
  • 关注

原创 机器人 保存点云PCD文件去除nan值

机器人 保存点云PCD文件去除nan值flyfish原始保存例如回调函数void point_cloud_callback(const sensor_msgs::PointCloud2::ConstPtr &input){ pcl::PointCloud<pcl::PointXYZ> cloud_file; pcl::fromROSMsg(*input, ...

2018-12-29 18:15:01 1256

原创 机器人 ROS 与点云PCL的结合

机器人 ROS 与点云PCL的结合flyfish以StatisticalOutlierRemoval为例 说明官网提供的例子,对官网的例子进行改造#include <iostream>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/filters/stat...

2018-12-29 18:11:46 957

原创 对‘vtkRenderingOpenGL_AutoInit_Destruct()’未定义的引用

对‘vtkRenderingOpenGL_AutoInit_Destruct()’未定义的引用flyfish详细内容CMakeFiles/gpd_get_grasps.dir/src/interface/get_grasps.cpp.o:在函数‘vtkRenderingOpenGL_ModuleInit::~vtkRenderingOpenGL_ModuleInit()’中:get_gra...

2018-12-27 17:50:42 3739 2

原创 error: ‘PassThrough’ is not a member of ‘pcl’

error: PassThrough is not a member of pclflyfish错误详细内容/home/pumpkinking/catkin_ws/src/gpd/src/interface/get_grasps.cpp: In function ‘void point_cloud_callback(const ConstPtr&)’:/home/pumpkinki...

2018-12-27 17:46:57 1851

原创 机器人 检测点云中的抓取姿势 Grasp Pose Detection (GPD) 扩展实例编写

机器人 检测点云中的抓取姿势 Grasp Pose Detection (GPD) 扩展实例编写flyfish环境Ubuntu16.04ROS kineticDetect Grasps With an RGBD camera使用RGBD摄像机检测抓取语言:C++相机:astra在CmakeLists中添加:add_compile_options(-std=c++11)ad...

2018-12-26 18:08:01 4492

原创 ROS 编译 moveit::planning_interface::MoveItErrorCode to bool 错误

ROS 编译 moveit::planning_interface::MoveItErrorCode to bool 错误flyfish环境 Ubuntu 16.04 ,ROS Kinetic错误信息如下/home/pumpkinking/catkin_ws/src/pick-place-robot/kuka_arm/src/trajectory_sampler.cpp: In cons...

2018-12-20 18:38:10 1794

原创 ROS 编译代码过程中遇到的Protocol Buffer版本问题

ROS 编译代码过程中遇到的Protocol Buffer版本问题flyfish版本 Ubuntu16.04 , Kinetic,Gazebo7现象现象/usr/include/gazebo-7/gazebo/msgs/color.pb.h:17:2: error: #error This file was generated by an older version of protoc ...

2018-12-19 18:04:37 2735

原创 ROS 常用命令

ROS 安装包flyfish版本Ubuntu16.04 Kinetic1 move_base_msgssudo apt-get install ros-kinetic-navigation2 dynamixel_msgssudo apt-get install ros-kinetic-dynamixel-controllers ros-kinetic-dynamixel-drive...

2018-12-18 18:19:07 1129

原创 机器人 以expo_marker_red为例抓取姿态的生成

机器人 以expo_marker_red为例抓取姿态的生成flyfish源码地址https://github.com/atenpas/gpg生成条件是 6-DOF grasp poses for a 2-finger grasp$ git clone https://github.com/atenpas/gpg.git整个编译过程如下生成项目$ cd grasp_candidate...

2018-12-17 17:56:24 838 2

原创 机器人 Grasp Pose Detection (GPD) 源码编译问题

机器人 Grasp Pose Detection (GPD) 源码编译问题flyfish错误1CMake Error at CMakeLists.txt:11 (find_package): By not providing "FindPCL.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a pack...

2018-12-17 17:55:58 1725 1

原创 ROS的抓取姿态检测

ROS的抓取姿态检测flyfish环境ROS KineticUbuntu 16.04方法1agile_grasp参考论文是<<Using Geometry to Detect Grasp Poses in 3D Point Clouds>>Andreas ten Pas and Robert Platt参考网址是http://wiki.ros.org/...

2018-12-13 18:14:30 4247

原创 Ubuntu Failed to set USB interface

Ubuntu Failed to set USB interfaceflyfishROS版本:Kinect系统版本:Ubuntu16.04相机品牌:astra深度相机问题:执行 roslaunch astra_launch astra.launch 出现提示INFO] [1544509131.780008072]: No matching device found… waiting ...

2018-12-11 18:09:09 2843

原创 numpy版本错误

numpy版本错误flyfish版本Python2.7错误提示RuntimeError: module compiled against API version 0xb but this version of numpy is 0xaRuntimeError: module compiled against API version 0xc but this version of nump...

2018-12-04 18:30:37 2952

原创 AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’flyfish版本Python2.7执行命令sudo rm -rf /usr/lib/python2.7/dist-packages/OpenSSLsudo rm -rf /usr/lib/python2.7/dist-packages/pyOpenSSL-0.15...

2018-12-04 18:29:15 807

原创 object detection 本地模型的使用

object detection 本地模型的使用flyfish代码地址models/research/object_detection/object_detection_tutorial.ipynb准备工作下载 object detection 的模型文件解压到本地,文件夹的名字是ssd_mobilenet_v1_coco_2018_01_28放置路径是models/research...

2018-12-04 16:25:32 535

原创 TensorFlow使用目标检测模型的问题

TensorFlow使用目标检测模型的问题flyfish环境:Anacondapython3.6缺少库absl-pykears启动Anaconda执行命令 anaconda-navigator使用Anaconda界面操作安装库测试命令models/research$python object_detection/builders/model_builder_test.py...

2018-12-03 18:21:18 530

原创 Python 使用OpenCV 控制摄像头

Python 使用OpenCV 控制摄像头flyfish# -*- coding: utf-8 -*-"""Spyder Editor"""import cv2cap = cv2.VideoCapture(0)while(1): ret,frame=cap.read() if ret: cv2.imshow('capture',fram...

2018-12-03 18:07:48 2943

leveldb-windows

Windows下编译LevelDB 环境:windows x64 编译器: VC2010

2015-07-08

boost log 简单使用

环境 vc2010 MFC Unicode

2014-11-08

MFC下实现SOAP服务端和SOAP客户端

MFC下实现SOAP服务端和SOAP客户端

2012-05-14

C++ 开发SOAP服务端和SOAP客户端

利用gSOAP自带的Calc例子 仿写一个 网络中使用计算器 客户端发送需要操作的数据,服务端计算完之后,将结果返回给客户端 编写之后 我们的服务端可独立使用。像在安装了IIS或者用Apache配置的Web服务器。

2012-05-14

在固定位置创建子窗口,点击父窗口自动隐藏子窗口

在固定位置创建子窗口,点击父窗口自动隐藏子窗口

2010-12-08

单击按钮在固定位置创建子窗口,单击父窗口的时自动隐藏子窗口.

单击按钮在固定位置创建子窗口,单击父窗口的时自动隐藏子窗口

2010-12-07

Tree control的使用

Tree Control的单击响应 只遍历根节点,非递归遍历具有两层目录的节点 递归遍历所有节点

2010-11-29

List Control 可编辑任意item文本,设置行高

List Control 可编辑任意item文本,设置行高 使用Owner Draw实现List Control的重绘

2010-11-22

限制Edit Control输入的字符

限制Edit Control的输入字符,只允许输入字母和数字。控件子类化.

2010-11-20

List Control可编辑item文本(只支持第一列)

List Control可编辑item文本(只支持第一列)

2010-11-19

vc实现时间延时 延时时间 包括 秒 毫秒 微秒

用Sleep函数延时,如何时间太长,程序就像无响应一样,采用消息泵可以解决这个问题 延时 时间 包括 秒 毫秒 微秒

2010-11-13

CString与其他数据类型的转换

CString与其他数据类型的转换 包括char*,COLOREF,16进制,格式化字符串,将字符串分解为子串等

2010-11-04

VC中使用ATL编写控件

VC中使用ATL编写控件 vc2005编译通过

2010-10-29

gloox即时通讯编程

这其中包含即时通讯编程(二)文章中提到中的类,还有三个release 版的lib

2009-05-30

软件架构及设计 台湾-高焕堂

软件架构及设计 台湾-高焕堂 比较好的资料

2009-01-08

创建ED2K链接源代码

创建ED2K链接源代码,学习eMule不错的代码

2009-01-08

boost-1820-ndk25-api28

boost_1820_ndk25_api28

2023-08-09

boost-1-82-0-for-android

ndk25 api24 编译 boost boost_1_82_0

2023-08-07

NDK25 API28 curl

NDK25 API28 curl

2023-08-01

ncnn vulkan x86-64下的使用 完整源码

ncnn vulkan x86_64下的使用 完整源码

2023-07-14

Vulkan ,编译ffmpeg 硬件加速时使用

Vulkan ,编译ffmpeg 硬件加速时使用

2023-07-05

single-producer, single-consumer lock-free queue

single-producer, single-consumer lock-free queue

2023-06-29

ncnn vulkan 以类的方式推理示例

https://flyfish.blog.csdn.net/article/details/131323138

2023-06-21

grpc编译安装所需文件

grpc所需文件包括benchmark-master.zip googletest-master.zip thrift-master.zip c-ares-1.14.0.tar.gz grpc-master.zip zlib-master.zip gflags-master.zip protobuf-master.zip

2018-07-31

Agg在Windows下的编译 字符集 Unicode

Agg在Windows下的编译与使用 AGG(Anti-Grain Geometry)是一个开源免费的图形库。 官网地址: www.antigrain.com 环境: Win10 x64 Visual Studio 2013 字符集 Unicode 主要是编译称为Lib库,然后提供给其他程序使用

2017-12-27

Duilib的设计工具DuiDesigner

Duilib的设计工具DuiDesigner 包括源码 方便设计 已在vs2013下编译通过

2017-10-19

MFC中使用duilib

MFC中使用duilib MFC为框架,以duilib美化界面 MFC窗口是父窗口,duilib窗口作为其子窗口

2017-10-18

一个曾经商业化的MFC library Ultimate Grid 现在免费提供

一个曾经商业化的MFC library Ultimate Grid 现在免费提供 原文的demo 的字符集是多字节的,现在更改为 使用Unicode字符集 平台工具集更改为 Visual Studio 2013 - Windows XP(v120_xp)

2017-10-17

TensorFlow inception-2015-12-05.tgz

TensorFlow inception-2015-12-05.tgz 该压缩包 包含 classify_image_graph_def.pb imagenet_2012_challenge_label_map_proto.pbtxt 等

2017-09-18

CEF使用示例

CEF使用示例

2016-05-23

bson-cpp的编译

编译环境: VC2010 64位 需要配置Boost库

2015-07-31

C++实现的BOSN bson-cpp的编译

C++实现的BOSN bson-cpp的编译

2015-07-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除