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.1 |
License | MIT |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/robotics-laboratory/truck.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-03-15 |
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
Node to control truck hardware (odrive + steering)
Additional Links
No additional links.
Maintainers
- AndBondStyle
Authors
No additional authors.
Harware Node
Overview
This package provides a ROS node to control robot movement on real (not simulated) hardware. More specifically, it communicates with ODrive (BLDC motor controller) and Teensy MCU (manages servo motors for steering).
Paramethers
-
model_config
— path tomodel.yaml
file, used bymodel::Model
class (see here for details) -
steering_config
— path tosteering.csv
file (see here for details) -
odrive_timeout
(default: 250 ms) — odrive watchog timeout (milliseconds). Adjust to be slightly higher than the interval between control messages (/control/command
topic). -
status_report_rate
(default: 1 Hz) — rate of messages in/hardware/status
topic. -
telemetry_report_rate
(default: 20 Hz) — rate of messages in/hardware/telemetry
topic. -
odrive_axis
(default: “axis1”) — name of odrive axis with connected motor. -
teensy_serial_port
(default: “/dev/ttyTHS0”) — path to serial port to communicate with teensy. -
teensy_serial_speed
(default: 500000 baud) — teensy serial connection speed (baud rate).
Topics
Input:
-
/control/command
— current velocity and steering target (see here). -
/control/mode
— current mode of operation (see here).-
OFF
= motion disabled (odrive state = IDLE, motor coils off). -
REMOTE
= robot is controlled via remote (gamepad). -
AUTO
= robot is controlled programmatically.
-
Output:
-
/hardware/status
— global status of hardware (see here). In case of odrive failure, message will contain list of internal error codes. Published with a regular rate =telemetry_report_rate
, also published immediatly after odrive error occurs. -
/hardware/telemetry
— odrive internal metrics, useful for diagnostic (see here). Published with a relatively high rate =telemetry_report_rate
.
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.
Package Dependencies
Deps | Name |
---|---|
rclpy | |
truck_msgs | |
model | |
nav_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
truck |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hardware_node 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.