![]() |
servo_control package from nindamani-the-weed-removal-robot reponindamani_agri_robot rpicam_ai_interface servo_control stepper_control |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autoroboculture/nindamani-the-weed-removal-robot.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-12-18 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- autoroboculture
Authors
Package Description:
This is a ROS2 package for DC Servo Motor. Please refer the datasheet of the motor which is included in the package before proceeding further. This package uses serial communication to control the motor. It requires a USB-to-UART converter to interface the motor with a computer.
servo_control package contains 6 files.
- config/servo_settings.yaml
- scripts/servo_driver.py
- scripts/servo_ros2_interface.py
- scripts/init.py
- CMakeLists.txt
- package.xml
Description:
-
config/servo_settings.yaml: This is configuration file for servo motor communication.
Inputs: It takes servo motor serial port name and motor rpm speed (0-255)
-
scripts/servo_driver.py: It decodes upper level serial commands and arrange it in UART format to send on USB-UART.
Inputs: Inputs from servo_ros2_interface.py and send it over to USB-UART communication cable.
-
scripts/scripts/servo_ros2_interface.py: It consists servo motor control services and topics. Main used for Open and CLose Gripper actions.
Inputs: Acts as client for other packages.
-
scripts/__init__.py: Making files into python modules.
-
CMakeLists.txt: List down all necessary dependant packages and other directories/files of nindamani_agri_robot package.
-
package.xml: Includes dependent build in this file.
Note: To get better understanding on CMakeLists.txt and package.xml files refer cmakeliststxt-vs-packagexml.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
message_generation | |
geometry_msgs | |
nav_msgs | |
rclcpp | |
rcl | |
std_msgs | |
tf2 | |
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
tf | |
message_runtime |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
nindamani_agri_robot |
Launch files
Messages
Services
- srv/SetMaxMotorSpeed.srv
- srv/GetIntegralGain.srv
- srv/SetAbsolutePosition.srv
- srv/SetIntegralGain.srv
- srv/GetProportionateGain.srv
- srv/ReadMotorSpeed.srv
- srv/SetMotorSpeed.srv
- srv/OpenGripper.srv
- srv/SetFeedbackGain.srv
- srv/GetFeedbackGain.srv
- srv/GetPositionEncoder.srv
- srv/CloseGripper.srv
- srv/LoadFactorySettings.srv
- srv/SetPositionEncoder.srv
- srv/SetProportionateGain.srv
- srv/GetMaxMotorSpeed.srv
- srv/SetRelativePosition.srv
- srv/GetAbsolutePosition.srv
- srv/ReadDamping.srv
- srv/WriteDamping.srv
- srv/AutoCalibrate.srv