Giter Club home page Giter Club logo

test2's Introduction

文件结构

main.cpp

camera.cpp

调用image_process_function.cpp

planner.cpp

control.cpp

调用arm_control_function.cpp

分工

我已经写好了文件的整体架构和大部分的接口以及注释,之后再填一下camera.cpp和planner.cpp的内容。但由于还没有拿到相机,camera没法完全完成。

  • xd:参考socket通讯的语法,并查阅UR机械臂socket通讯的格式(参考socket与UR通讯_from男哥.py),写一下arm_control_function.cpp.目前至少要包括两个函数:设置机械臂末端的位姿,读取机械臂末端的位姿。形式上可以参考相关文件/大象机械臂控制函数库.py,形式上时类似的。
  • zx:写一下control.cpp里的两个函数。Glue函数,接口已经写的非常清楚了,调用xd写的arm_control_function.cpp里设置机械臂末端位姿的函数就好了。两个人商量一下接口。因为是平面涂胶,z是一个值,姿态也是竖直,固定不变。InitArm函数,初始化机械臂设置,需要查阅一些ur资料。
  • 补充:zx写的Glue函数要先计算一下相邻点运行的速度,因为控制机械臂末端位置时,是要设置其运动的速度的。计算的时候拿相邻点距离除以dt即可。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.