jsk-ros-pkg / jsk_aerial_robot

The platfrom for aerial robot (e.g. general multirotor, hydrus, di, dragon, etc)
http://www.jsk.t.u-tokyo.ac.jp/index-j.html
34 stars 34 forks source link

[spinal] implement kondo servo project on spinalF7 #543

Closed sugikazu75 closed 1 year ago

sugikazu75 commented 1 year ago

implement mimimum project for kondo servo.

TODO

tongtybj commented 1 year ago

learn how to write code in C++ on CubeIDE

There are only two files you have to modify

You can ignore the diff of .cproject in the above link.

tongtybj commented 1 year ago

Also suggest you to follow https://github.com/jsk-ros-pkg/jsk_aerial_robot/pull/540/commits/a4efbfbb024c4cce74b1ed38cb0adfb6908ca07e to learn how to use RTOS in STM32.

The core files you need to check is

This is very important for you to understand how jsk_lib is used in our system.