![]() |
stepper_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
stepper_control package contains following files.
This package is used for controlling the multiple stepper motors with ROS2 interface
config/stepper_settings.yaml
scripts/stepper_driver.py
scripts/stepper_ros2_interface.py
src/deltaKinematics.c
srv
CMakeLists.txt
package.xml
Description:
-
config/stepper_settings.yaml: This is ROS2 parameter file. It will be used for setting up the default value at initial.
-
scripts/stepper_driver.py: It decodes the upper level serial command and arrange it in the UART format to send on USB-UART device.
-
scripts/stepper_ros2_interface.py: It takes the weed coordinates and move the steppers according to the given location.
Inputs: Subscribes to weedCoordinates topic and publish data to Atmega2560 controller.
-
src/deltaKinematics.c: Its an inverse delta kinematic library for getting the exact theta’s for all stepper motor from the input (x,y,z) location
-
srv: It contains all the services specifically related to stepper motor
-
CMakeLists.txt: List down all necessary dependant packages and other directories/files of stepper_control 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 |