小R树莓派仿生六足蜘蛛机器人二次开发源码. 二次开发SDK代码分为驱动层和AI层,驱动层使用C++编写,并提供so函数库供上层调用。 AI层使用Python编写,结合Opencv,实现各种视觉识别功能,并将识别的结果发送给驱动层做出相应的反馈动作。 源码使用办法:将客服提供的libHexapodR1.so放到树莓派系统的/lib/usr目录,这个操作可能需要权限,所以要用sudo cp命令完成。 解压python_hexapod.zip后,得到两个文件夹: cpp文件夹:里面是六足核心驱动程序,使用C++编写,修改代码后,执行make命令完成编译。 python文件夹:里面是六足的AI层机器视觉相关功能代码,使用Python编写,修改后保存即可。
2024-04-24 10:20:51 161KB 源码软件 机器人
1
ABB PC SDK编程指导手册,用于ABB机器人二次开发,使用PC SDK通讯的情况下可下载,编程基础,可供学习。
2021-03-23 10:44:45 2.17MB ABB机器人二次开发 PC SDK C#
1
kuka UserTech说明书 自定义功能界面等
2021-02-02 12:36:44 1.7MB kuka 机器人二次开发
1
NetworkWatcher Example In this simple program I show how you can use the NetworkWatcher class to discover controllers on the network. It can be a complement to the NetworkScanner class as it will dynamically update with controllers as they are discovered on the network. So if you for example pull your network cable and then reconnect it the controllers will automatically be rediscovered! GuidScan Example In this example I show how you can save already discovered controllers by their so called Guid. These unique identifiers can then be used to connect to the controllers straight away without having to scan the entire network with the NetworkScanner class. DeviceManager Example Here I show how the DeviceManager class can be used to access the device tree of the controller. It is useful to get information about the hardware devices of the controller. It is the same device information you would find in RobotStudio. ControllerBackup Example In this program I show how you can pull a backup from a controller and save it on your local computer.To do this you initiate a backup on the controller, save it remotely and then copy it over to your local computer.
2019-12-21 22:15:15 4.32MB abb
1
abb机器人C#二次开发sdk的使用说明,方便对sdk实现快速使用
2019-12-21 21:42:09 1.53MB ABB C# SDK
1
主要描述怎样通过VS平台,利用C#语言对ABB机器人控制器进行二次开发,
2019-12-21 20:19:02 1.05MB ABB机器人
1
文档介绍了,利用MOTOPLUS对安川机器人进行二次开发的指令说明
2019-12-21 18:49:41 86KB 安川 机器人 二次开发
1