登录
首页 » c++ » kobuki_core 自动泊车

kobuki_core 自动泊车

于 2023-07-29 发布 文件大小:7.52 MB
0 104
下载积分: 2 下载次数: 1

代码说明:

用于机器人kobuki底盘的自动泊车和控制代码,包含自动泊车和自动对准充电桩,以及下位机控制代码和文档,c++/python 详细说明文档见readme

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bys
    有关卡调用的很好资料,希望对大家有用,一起学习(hand book)
    2010-03-10 20:55:43下载
    积分:1
  • STM32 J1939实现源码
    stm32单片机实现J1939协议传输方式,包括stm32f10x接口,GPIO,USART,TIME等接口实现方式。
    2023-04-23 16:50:03下载
    积分:1
  • memset
    memset函数、memcopy函数和strcpy函数的用法,在笔试中通常让比较这些函数(Usage memset function, memcopy function and strcpy function, which is usually written to allow comparison of these functions)
    2014-11-19 15:36:59下载
    积分:1
  • STM8S-IIC
    是一个IIC通信程序,利用定时器进行扫描按键和数码管(IIC is a communication program, using the timer button for scanning and digital control)
    2020-10-29 14:29:57下载
    积分:1
  • splitter
    基于单文档,分割windows窗口,设置分割的形式(Based on a single document, split windows windows)
    2013-10-14 09:38:29下载
    积分:1
  • EzReportBuild 2.0报表组件源码和demo及说明
    2.0版本添加了多报表页功能,每份报表可设置多页,每页可设置不同的纸张大小、数据表、页面规则等,并可对报表页次序即时调整,同时,优化了显示,报表显示更流畅。EzReportBuild 2.0报表组件,可以完成报表设计、预览、打印等功能,提供接口函数,可以将设计、预览等嵌入到自定的winform中调用,使用简单,调用灵活。在你的工程项目里,新建一个窗体,添加按钮,使用:// 单独打开报表编辑器        private void button1_Click(object sender, EventArgs e)        {            _Interface.independent_DesignForm();    }打开设计器设计报表,保存报表后可去掉按钮,该工程项目生成的报表,别的应用不能打开查看。如需复杂数据报表,可先生成一个临时数据库表,然后引入报表系统,由于报表数据为按行读取,所以只要能够设计出数据库各字段和内容,就能够生成相应的报表。打印规则为“内容区域”栏目无论所在位置,紧跟页头栏,所以适当调整“页头区域”、“页脚区域”位置,保证按需求输出。制作每页多行数据报表,“内容区域”为自动计算填充“页头区域”、“页脚区域”之间的空间,应适当调整“内容区域”栏目和页头页脚之间的空间,达到最佳打印效果。如需在表格内添加空行,可在生成的报表数据库表中添加空记录即可。 注意:使用时,将fontawesome-webfont.ttf字体文件与exe文件放置在一起,使用Access数据库时,注意路径,如没有安装AccessDatabaseEngine.exe,可在微软网站下载,或在本压缩文件的soft文件夹中安装。 更新关注:https://www.cnblogs.com/qiaoke/p/10365440.html 设计器截图      预览截图 嵌入程序截图 多种纸张同时预览using System;using System.Drawing;using System.Windows.Forms;namespace Demo_1{ public partial class Form1 : Form { RBuild_Interface _Interface = new RBuild_Interface(); // 新建接口 RBuild_Preview rpb = new RBuild_Preview(); // 预览窗口对象 public Form1() { InitializeComponent(); } // 单独打开报表编辑器 private void button1_Click(object sender, EventArgs e) { _Interface.independent_DesignForm(); } // 单独打开报表预览 private void button2_Click(object sender, EventArgs e) { _Interface.independent_PreviewForm(@"测试报表1.rpt", 2, "", "", "", "地址库.mdb"); } private void button3_Click(object sender, EventArgs e) { // 按钮可以使用 b1.Enabled = true; b2.Enabled = true; b3.Enabled = true; b4.Enabled = true; b5.Enabled = true; b6.Enabled = true; b7.Enabled = true; b8.Enabled = true; _Interface.embedded_PreviewForm(rpb, panel1, @"测试报表1.rpt", 2, "", "", "", "地址库.mdb", true); } private void b1_Click(object sender, EventArgs e) { _Interface.preview_FirstPage(rpb); } private void b2_Click(object sender, EventArgs e) { _Interface.preview_PreviousPage(rpb); } private void b3_Click(object sender, EventArgs e) { _Interface.preview_NextPage(rpb); } private void b4_Click(object sender, EventArgs e) { _Interface.preview_LastPage(rpb); } private void b5_Click(object sender, EventArgs e) { _Interface.preview_Search(new Point(200,200)); } private void b6_Click(object sender, EventArgs e) { _Interface.zoom_Menu(rpb,new Point(300,200)); } private void b7_Click(object sender, EventArgs e) { _Interface.print_Page(rpb); } private void b8_Click(object sender, EventArgs e) { int _now, _tol; _now = _Interface.get_NowPage(rpb); _tol = _Interface.get_TotalPage(); MessageBox.Show("当前页:" _now "--- 总页数:" _tol); } }}
    2019-01-19下载
    积分:1
  • c写的贪吃蛇 希望大家喜欢
    c写的贪吃蛇 用c写的贪吃蛇 希望大家喜欢
    2022-02-04 12:07:50下载
    积分:1
  • C# 实现 shamir 算法
    私密分割与合成,当我们在网络上传输秘密时为了防止被劫持并被解码,就可以将一个私密分割成多个部分进行传输,并且要求要获取其中的多少份才能够还原出原始的私密信息,从而有效的防止了私密信息传输时泄漏的风险
    2023-07-16 13:20:02下载
    积分:1
  • fuse.tar
    说明:  一個簡單好用的 fuse mount 程式. 你必需先安裝libfuse才可使用。 使用方法: fuse mnt_point [options] source_dir(a simple and easy fuse mount, but you need to install libfuse. usage: fuse mnt_point [options] source_dir)
    2011-03-28 16:19:48下载
    积分:1
  • CHAT(cPP)
    基于C++的TCP/IP的聊天程序,包含有客户端和服务器两个文件夹(Based on the C++ TCP/IP chat program, includes client and server two folders)
    2014-06-26 17:32:49下载
    积分:1
  • 696518资源总数
  • 105922会员总数
  • 10今日下载