No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

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

The servo control package

Additional Links

No additional links.

Maintainers

  • autoroboculture

Authors

No additional 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.

  1. config/servo_settings.yaml
  2. scripts/servo_driver.py
  3. scripts/servo_ros2_interface.py
  4. scripts/init.py
  5. CMakeLists.txt
  6. package.xml

Description:

  1. 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)

  2. 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.

  3. 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.

  4. scripts/__init__.py: Making files into python modules.

  5. CMakeLists.txt: List down all necessary dependant packages and other directories/files of nindamani_agri_robot package.

  6. package.xml: Includes dependent build in this file.

Note: To get better understanding on CMakeLists.txt and package.xml files refer cmakeliststxt-vs-packagexml.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Recent questions tagged servo_control at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.