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/agh-space-systems-rover/kalman_robot.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-27 |
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
- rayferric
Authors
Wheel Controllers
High level API for the wheel control system.
Provides an abstraction layer over low-level wheel hardware/simulation drivers.
While the hardware driver or the simulation allow to set the speed and rotation of each wheel independently, the high-level API can interpret either the twist of the robot or human driving input.
As an extra, there are two headless input controllers that can be used to control the robot without access to the ground station interface.
Controllers
Twist
Interprets linear and angular velocities of the robot in relation to its centroid.
Includes a safeguard system that constrains acceleration and deceleration, and additionally stops the robot to adjust when target twist changes too abruptly.
- Message:
Twist
- Used by: the autonomous system
- Source:
twist_controller_node.py
Drive
Interprets human driving input:
- movement speed
- turn radius
- body angle offset
- in-place rotation
In this case, acceleration is not constrained to allow the human operator to execute more dangerous maneuvers.
- Message:
Drive
- Used by: human input subsystems
- Source:
drive_controller_node.py
Headless Input
Gamepad
Handles gamepad input and publishes Drive
messages. This node is a headless alternative to gamepad handling in kalman_gs
. Only one gamepad can be used.
Arduino
Handles inputs from our custom Arduino controller and publishes Drive
messages. This node is run along with kalman_ws
as it does not support the Arduino controller by itself.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_python | |
geometry_msgs | |
joy_linux | |
kalman_interfaces | |
ament_lint_auto | |
ament_lint_common |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kalman_meta_gs | |
kalman_meta_pc | |
kalman_robot |