-
MultiUAV2
说明: 提供一个支持多无人系统协同对抗决策优化的平台(Provide a platform to support cooperative confrontation of multiple unmanned systems)
- 2020-10-21 11:37:24下载
- 积分:1
-
MultiUAV2
提供一个支持多无人系统协同对抗决策优化的平台(Provide a platform to support cooperative confrontation of multiple unmanned systems)
- 2020-10-21 11:37:24下载
- 积分:1
-
test
说明: 六轴机械臂和4轴SCARA机械臂的正逆运动学解和工作空间(Positive and Inverse Kinematics Solution and Working Space of Six-Axis Manipulator and Four-Axis SCARA Manipulator)
- 2021-05-08 13:18:35下载
- 积分:1
-
test
六轴机械臂和4轴SCARA机械臂的正逆运动学解和工作空间(Positive and Inverse Kinematics Solution and Working Space of Six-Axis Manipulator and Four-Axis SCARA Manipulator)
- 2021-05-08 13:18:35下载
- 积分:1
-
智能聊天机器人的实现及源码
这是一个安卓智能聊天机器人的源码,采用了仿微信的风格设计,调用的是图灵机器人的API,能够实现智能聊天、讲故事、讲笑话、查天气、查公交等丰富的功能。
下面是代码片段,也可下载源代码。
package com.example.android_robot_01;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.text.TextUtils;
impor
- 2022-05-29 23:22:16下载
- 积分:1
-
TwinCAT Project4
配置参数 控制4个电机,实现基于麦克纳姆轮移动平台的全向移动(Configuration parameters control four motors to realize omni-directional movement based on McNam wheel mobile platform)
- 2018-11-27 10:41:27下载
- 积分:1
-
Baseflight(国外)开源飞控源码-基于MDK环境
Base flight飞控基于国外发展多年的Multiwii开源飞控发展升级,基于目前主流的STM32架构,代码清晰,注释规范,适合飞控人员学习研究。
- 2022-02-05 04:44:24下载
- 积分:1
-
STM32 MiniFly微型四轴飞行器 飞控 无人机 程序源码
STM32 MiniFly微型四轴飞行器 飞控 无人机 程序源码,STM32 MiniFly微型四轴飞行器 飞控 无人机 程序源码
- 2022-04-18 22:44:42下载
- 积分:1
-
机器人运动控制库 reflexxes Motion Library
***************************************************************
1. Directory Contents
***************************************************************
- include: Folder for all header files of the Reflexxes API
and the Type II Reflexxes Motion Library
- src: Folder for the source code files of the Type II
Reflexxes Motion Library and the six sample applications
- Linux: Folder with example makefiles for Linux
- MacOS: Folder with example makefiles for Mac OS X
- Windows: Folder with example project files for Microsoft
Windows (Visual Studio 2008 Express)
- 2023-07-28 23:35:03下载
- 积分:1
-
人工势能场路径规划
人工势场法是由Khatib提出的一种虚拟力法。原理是:将机器人在环境中的运动视为一种机器人在虚拟的人工受力场的运动。障碍物对机器人产生斥力,目标点对机器人产生引力,引力和斥力的合力作为机器人的加速力,来控制机器人的运动方向和计算机器人的位置。
引力场(attraction)随机器人与目标点的距离增加而单调递增,且方向指向目标点;
斥力场(repulsion)
在机器人处在障碍物位置时有一极大值,并随机器人与障碍物距离的增大而单调减小,方向指向远离障碍物方向。
- 2022-03-16 12:19:41下载
- 积分:1