E-commerce re-invented
Documentation for the project can be found on aviacommerce.org. It has developer guides, api specs, advanced guides and much more.
Give feedback or suggestion to the developer team on gitter.
We are also welcoming to the developers who want to contribute in the development. Head over to the contributing page for more info on how can you get started with aviacommerce.
@ashish173 |
@pkrawat1 |
@arjun289 |
@sagark |
@oyeb |
@ramansah |
@jyotigautam |
之前使用livox_lidar_msg.launch 发布大疆自己定义的数据格式,我想拿到pcd文件格式转换很不方便,后面看到这个表格,发现可以直接使用livox_lidar.launch ,还可以再rviz里实时显示。 https://gitee.com/wadas/livox_ros_driver Launch 配置文件描述 览沃驱动程序中所有的 launch 文件都位于 “ws_livox
用并查集先筛选掉以及连通的边,然后再将未连通边加上即可。 #include <cstdio> #include <cstring> #include <vector> using namespace std; const int maxn = 100 + 5; char mat[maxn][maxn]; char ans[maxn][maxn]; struct edge { int
安装完成后,在mapping catkin_make时若报opencv/cv.h错,则修改为opencv2/opencv.hpp即可(opencv4.x 版本) 报错CV_BGR2GRAY include "opencv2/imgproc/imgproc.hpp" include "opencv2/imgproc/types_c.h" CV_CALIB_CB_ADAPTIVE_THRESH #in