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 | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/j3soon/ros2-essentials.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-02-20 |
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
interbotix_xs_msgs provides messages for the Interbotix X-Series family of products.
Additional Links
No additional links.
Maintainers
- Luke Schmitt
Authors
- Luke Schmitt
Interbotix X-Series Messages ROS Package
Overview
This package builds the common messages, services, and actions used by the Interbotix X-Series platforms.
Structure
The interbotix_xs_msgs package contains no nodes, rather it defines a common location to store message, service, and action definitions used by X-Series platforms.
Usage
Simply build this package and include any generated message in your own custom node or script. For example, if you wanted to control an X-Series manipulator using a joystick, you would include the ArmJoy message in your program’s header.
- C++
#include "interbotix_xs_msgs/ArmJoy.h"
- Python
from interbotix_xs_msgs.msg import ArmJoy
The table below provides a list and use case for each type defined in this package.
Type | Description | Use Case |
---|---|---|
JointSingleCommand.msg | Command a desired joint | Common |
JointGroupCommand.msg | Command the joints in the specified joint group. | Common |
JointTrajectoryCommand.msg | Command a joint trajectory to the desired joint(s). | Common |
JointTemps.msg | Holds the temperatures [C] for the specified joints | Common |
ArmJoy.msg | Maps raw ‘joy’ commands to more specific ones to control an Interbotix manipulator | Joystick Arm Control |
LocobotJoy.msg | Maps raw ‘joy’ commands to more specific ones to control an Interbotix LoCoBot | Joystick LoCoBot Control |
HexJoy.msg | Maps raw ‘joy’ commands to more specific ones to control an Interbotix hexapod | Joystick Hexapod Control |
TurretJoy.msg | Maps raw ‘joy’ commands to more specific ones to control an Interbotix turret | Joystick Turret Control |
MotorGains.srv | Set PID gains | Common |
OperatingModes.srv | Set Operating Modes | Common |
Reboot.srv | Reboot motors | Common |
RegisterValues.srv | Set or get the register(s) value(s) from motor(s) | Common |
RobotInfo.srv | Get robot information | Common |
TorqueEnable.srv | Torque joints on/off | Common |
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 |
---|---|
rosidl_default_generators | |
ament_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_cmake | |
std_msgs | |
trajectory_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
Services
Plugins
No plugins found.
Recent questions tagged interbotix_xs_msgs 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.