在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → moteus驱动板源码

moteus驱动板源码

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:2.26M
  • 下载次数:3
  • 浏览次数:70
  • 发布时间:2023-05-30
  • 实例类别:嵌入式开发
  • 发 布 人:乾之三爻
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 驱动 源码

实例介绍

【实例简介】moteus驱动板源码

  Moteus代码 原理图

【实例截图】

from clipboard

【核心代码】

.
├── moteus-main
│   ├── BUILD
│   ├── LICENSE
│   ├── README.md
│   ├── WORKSPACE
│   ├── configs
│   │   ├── 20200122-beta-devkit-6008.cfg
│   │   ├── 20200819-devkit-4114.cfg
│   │   ├── 20210504-qdd100.cfg
│   │   ├── 20220407-devkit.cfg
│   │   └── 20220719-devkit.cfg
│   ├── docs
│   │   ├── aksim2_adapter.odg
│   │   ├── aksim2_adapter.png
│   │   ├── api_brainstorm.md
│   │   ├── control_structure.odg
│   │   ├── control_structure.png
│   │   ├── getting_started.md
│   │   ├── io_structure.odg
│   │   ├── io_structure.png
│   │   ├── power_dist.md
│   │   ├── raspberry_pi.md
│   │   └── reference.md
│   ├── fw
│   │   ├── BUILD
│   │   ├── aksim2.h
│   │   ├── as5047.h
│   │   ├── aux_adc.h
│   │   ├── aux_common.h
│   │   ├── aux_mbed.h
│   │   ├── aux_port.h
│   │   ├── bldc_servo.cc
│   │   ├── bldc_servo.h
│   │   ├── bldc_servo_position.h
│   │   ├── bldc_servo_structs.h
│   │   ├── board_debug.cc
│   │   ├── board_debug.h
│   │   ├── bootloader.h
│   │   ├── can_bootloader.cc
│   │   ├── ccm.h
│   │   ├── clock_manager.h
│   │   ├── drv8323.cc
│   │   ├── drv8323.h
│   │   ├── error.cc
│   │   ├── error.h
│   │   ├── fdcan.cc
│   │   ├── fdcan.h
│   │   ├── fdcan_micro_server.h
│   │   ├── firmware_info.cc
│   │   ├── firmware_info.h
│   │   ├── flash.py
│   │   ├── foc.cc
│   │   ├── foc.h
│   │   ├── git_info.cc
│   │   ├── git_info.h
│   │   ├── git_info_linkstamp.cc
│   │   ├── hardfault.s
│   │   ├── ic_pz.h
│   │   ├── make_thermistor_table.py
│   │   ├── math.h
│   │   ├── measured_hw_rev.h
│   │   ├── millisecond_timer.h
│   │   ├── moteus.cc
│   │   ├── moteus_assert.cc
│   │   ├── moteus_controller.cc
│   │   ├── moteus_controller.h
│   │   ├── moteus_hardfault_handler.c
│   │   ├── moteus_hw.cc
│   │   ├── moteus_hw.h
│   │   ├── motor_driver.h
│   │   ├── motor_position.h
│   │   ├── multiplex_tool_main.cc
│   │   ├── pid.h
│   │   ├── plot_enc_cal.py
│   │   ├── program_option_bytes.sh
│   │   ├── run_openocd.sh
│   │   ├── run_openocd_noreset.sh
│   │   ├── simple_pi.h
│   │   ├── simple_pid.h
│   │   ├── stm32.h
│   │   ├── stm32_bitbang_spi.h
│   │   ├── stm32_digital_monitor.h
│   │   ├── stm32_dma.h
│   │   ├── stm32_gpio_interrupt_in.cc
│   │   ├── stm32_gpio_interrupt_in.h
│   │   ├── stm32_i2c.h
│   │   ├── stm32_i2c_timing.h
│   │   ├── stm32_serial.cc
│   │   ├── stm32_serial.h
│   │   ├── stm32_spi.h
│   │   ├── stm32g474.ld
│   │   ├── stm32g474_bootloader.ld
│   │   ├── stm32g4_adc.cc
│   │   ├── stm32g4_adc.h
│   │   ├── stm32g4_async_uart.cc
│   │   ├── stm32g4_async_uart.h
│   │   ├── stm32g4_dma_uart.h
│   │   ├── stm32g4_flash.h
│   │   ├── stm32g4xx_fdcan_typedefs.h
│   │   ├── stream_writer.h
│   │   ├── system_info.cc
│   │   ├── system_info.h
│   │   ├── test
│   │   │   ├── bldc_servo_position_test.cc
│   │   │   ├── dummy_host_test.py
│   │   │   ├── foc_test.cc
│   │   │   ├── math_test.cc
│   │   │   ├── motor_position_test.cc
│   │   │   ├── stm32_i2c_timing_test.cc
│   │   │   ├── test_main.cc
│   │   │   └── torque_model_test.cc
│   │   ├── torque_model.h
│   │   └── uuid.h
│   ├── hw
│   │   ├── controller
│   │   │   ├── 0819f05c4eef4c71ace90d822a990e87
│   │   │   ├── BAT41KFILM.lbr
│   │   │   ├── MF_4_mil_drill_4_Layer.dru
│   │   │   ├── controller.brd
│   │   │   ├── controller.lbr
│   │   │   ├── controller.sch
│   │   │   ├── mfconnectors.lbr
│   │   │   ├── mfdiscretesemi.lbr
│   │   │   ├── mfleds.lbr
│   │   │   ├── mfpassives.lbr
│   │   │   ├── r4.11
│   │   │   │   ├── controller.brd
│   │   │   │   ├── controller.lbr
│   │   │   │   ├── controller.sch
│   │   │   │   ├── controller_tcan334gdcnt.brd
│   │   │   │   └── controller_tcan334gdcnt.sch
│   │   │   ├── r4.3
│   │   │   │   ├── 20200403-moteus-controller-r43-mechanical.pdf
│   │   │   │   ├── 20200729-moteus-controller-r43-mechanical.step
│   │   │   │   ├── controller.brd
│   │   │   │   ├── controller.lbr
│   │   │   │   └── controller.sch
│   │   │   ├── r4.5
│   │   │   │   ├── 20210124-moteus-controller-r45-mechanical.pdf
│   │   │   │   ├── 20210124-moteus-controller-r45-mechanical.step
│   │   │   │   ├── controller.brd
│   │   │   │   ├── controller.lbr
│   │   │   │   └── controller.sch
│   │   │   ├── r4.8
│   │   │   │   ├── controller.brd
│   │   │   │   ├── controller.lbr
│   │   │   │   └── controller.sch
│   │   │   └── shorts.lbr
│   │   ├── ma732_adapter
│   │   │   ├── ma732_adapter.brd
│   │   │   ├── ma732_adapter.lbr
│   │   │   ├── ma732_adapter.pro
│   │   │   ├── ma732_adapter.sch
│   │   │   └── oshpark-2layer.dru
│   │   └── n1
│   │       ├── 2002411232.lbr
│   │       ├── DESIGN.md
│   │       ├── EEH-ZE1J820P.lbr
│   │       ├── EEH-ZU1J101P.lbr
│   │       ├── MAX5033BASA T.lbr
│   │       ├── MF_4_mil_drill_4_Layer.dru
│   │       ├── SM06B-GHS-TB_LF__SN_.lbr
│   │       ├── SM07B-GHS-TB_LF__SN_.lbr
│   │       ├── SM08B-GHS-TB_LF__SN_.lbr
│   │       ├── XC9265A331MR-G.lbr
│   │       ├── mfpassives.lbr
│   │       ├── moteus_n1.brd
│   │       ├── moteus_n1.lbr
│   │       ├── moteus_n1.sch
│   │       ├── pin_configurator.py
│   │       ├── pinout.txt
│   │       ├── r1
│   │       │   ├── moteus_n1.brd
│   │       │   ├── moteus_n1.lbr
│   │       │   └── moteus_n1.sch
│   │       ├── r1.1
│   │       │   ├── moteus_n1.brd
│   │       │   ├── moteus_n1.lbr
│   │       │   └── moteus_n1.sch
│   │       └── r1.2
│   │           ├── 20230226-moteus-n1-mechanical.pdf
│   │           ├── 20230226-moteus-n1-mechanical.step
│   │           ├── moteus_n1.brd
│   │           ├── moteus_n1.lbr
│   │           └── moteus_n1.sch
│   ├── lib
│   │   └── python
│   │       ├── BUILD
│   │       ├── README.md
│   │       ├── examples
│   │       │   ├── gpio.py
│   │       │   ├── pi3hat_multiservo.py
│   │       │   ├── simple.py
│   │       │   ├── synchronized_movement.py
│   │       │   └── trajectory_test.py
│   │       ├── moteus
│   │       │   ├── BUILD
│   │       │   ├── __init__.py
│   │       │   ├── aioserial.py
│   │       │   ├── aiostream.py
│   │       │   ├── calibrate_encoder.py
│   │       │   ├── command.py
│   │       │   ├── export.py
│   │       │   ├── fdcanusb.py
│   │       │   ├── manual_calibrate_encoder.py
│   │       │   ├── moteus.py
│   │       │   ├── moteus_tool.py
│   │       │   ├── multiplex.py
│   │       │   ├── posix_aioserial.py
│   │       │   ├── pythoncan.py
│   │       │   ├── reader.py
│   │       │   ├── regression.py
│   │       │   ├── router.py
│   │       │   ├── test
│   │       │   │   ├── calibrate_encoder_test.py
│   │       │   │   ├── moteus_test.py
│   │       │   │   ├── multiplex_test.py
│   │       │   │   ├── reader_test.py
│   │       │   │   ├── regression_test.py
│   │       │   │   └── router_test.py
│   │       │   ├── transport.py
│   │       │   ├── version.py.TPL
│   │       │   └── win32_aioserial.py
│   │       ├── setup.py.TPL
│   │       └── test
│   │           └── bdist_test.sh
│   ├── make_release.py
│   ├── moteus-debug.gdb
│   ├── qualification
│   │   ├── pwm_rate.py
│   │   ├── qdd100_torque_vs_speed.py
│   │   └── voltage_ripple.py
│   ├── tools
│   │   ├── BUILD
│   │   ├── bazel
│   │   ├── python.bzl
│   │   ├── workspace
│   │   │   ├── BUILD
│   │   │   ├── bazel
│   │   │   │   ├── BUILD
│   │   │   │   └── repository.bzl
│   │   │   ├── bazel_deps
│   │   │   │   ├── BUILD
│   │   │   │   └── repository.bzl
│   │   │   ├── bazel_toolchain
│   │   │   │   ├── BUILD
│   │   │   │   └── repository.bzl
│   │   │   ├── default.bzl
│   │   │   ├── elfio
│   │   │   │   ├── BUILD
│   │   │   │   ├── package.BUILD
│   │   │   │   └── repository.bzl
│   │   │   ├── github_archive.bzl
│   │   │   ├── mjlib
│   │   │   │   ├── BUILD
│   │   │   │   └── repository.bzl
│   │   │   ├── rules_mbed
│   │   │   │   ├── BUILD
│   │   │   │   └── repository.bzl
│   │   │   └── template_file.bzl
│   │   └── workspace_status.sh
│   ├── travis-ci.sh
│   ├── tsconfig.json
│   └── utils
│       ├── BUILD
│       ├── apache2.rtf
│       ├── calibrate_encoder.py
│       ├── clock_cal.py
│       ├── compensate_cogging.py
│       ├── compensate_encoder.py
│       ├── decode_can_frame.py
│       ├── dynamometer_drive.cc
│       ├── dyno_static_torque_ripple.py
│       ├── encoder_bandwidth.py
│       ├── fdcanusb_capture.py
│       ├── firmware_validate.py
│       ├── gui
│       │   ├── BUILD
│       │   ├── README.md
│       │   ├── moteus_gui
│       │   │   ├── BUILD
│       │   │   ├── __init__.py
│       │   │   ├── registernoop.py
│       │   │   ├── tview.py
│       │   │   ├── tview_main_window.ui
│       │   │   └── version.py.TPL
│       │   ├── setup.py.TPL
│       │   └── test
│       │       └── bdist_test.sh
│       ├── histogram.py
│       ├── line_reader.h
│       ├── measure_velocity_performance.py
│       ├── moteus_subset.h
│       ├── moteus_tool.h
│       ├── moteus_tool.py
│       ├── plot_cal_phase_currents.py
│       ├── plot_histogram.py
│       ├── plot_trajectory_test.py
│       ├── run_for.h
│       ├── test
│       │   ├── calibrate_test.cc
│       │   ├── dummy_host_test.py
│       │   ├── dummy_test.cc
│       │   └── test_main.cc
│       ├── text_telemetry.py
│       └── tview.py
└── moteus驱动板源码_moteus-main.zip

36 directories, 271 files



标签: 驱动 源码

实例下载地址

moteus驱动板源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警