Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Illusion-1404/motor_control

Zephyr RTOS Motor Control
https://github.com/Illusion-1404/motor_control

Last synced: about 7 hours ago
JSON representation

Zephyr RTOS Motor Control

Lists

README

        

# octobotics Intern
Repo containing the codes as a part of the internship.
## Folder Structure
1. servo_control_msg Folder:
* This folder must be added to /firmware/mcu_ws/ directory.
* This folder contains the code to create custom messages for servo motor control.
* After copying the folder to the above directory, the following commands must be executed once to build the custom message headers.
* ```
ros2 run micro_ros_setup build_firmware.sh
```
* Ensure that the commands
```
source /opt/ros/foxy/setup.bash
source /install/localsetup.bash
```
have been executed before you executing the previous command.

2. servo_control folder:
* This folder contains the source code for the Servo Motor Control.
* This folder must be placed within the /firmware/zephyr_apps/apps folder.
* Only the basic structure for the codes has been uploaded now. (But these files compile and build with errors)