-
Notifications
You must be signed in to change notification settings - Fork 34
MCU
趙 漠居(Zhao, Moju) edited this page Feb 11, 2023
·
3 revisions
- location: check aerial_robot_nerve
- SDK: STM32CubeMX & STM32CubeIDE
$ roslaunch spinal_ros_bridge serial.launch baud:=921600 port:=/dev/ttyUSB0
note: port can be /dev/xxxx
other than /dev/ttyUSB0
- Make rosserial library for MCU:
$ rosrun spinal make_libraries.py
- Launch TrueSTUDIO:
$ rosrun spinal cube_ide.h
- Build project: Press build button
- Write firmare: connect SPINAL via ST-Link and press debug button
check this page
check this page