Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | BSD-3-Clause |
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
Additional Links
Maintainers
- Luke Schmitt
Authors
- Luke Schmitt
interbotix_xs_rviz
Overview
This package provides interfaces to interact with your X-Series robot through RViz panels, tools, and displays.
Nodes
Each interface interacts with the X-Series robots using nodes. These are described below:
- interbotix_control_panel - allows the user to specify a namespace under which they can then call several services from the xs_sdk node including reboot_motors, set_operating_mode, torque_enable, and set_motor_registers; users can also kill the xs_sdk node in an emergency.
Usage
This package is not meant to be used by itself, but rather with any X-Series robot through RViz. Simply start any package that launches RViz, add the display or panel, and use it as directed. The panel is included in the default rvizconfig pointing at by the interbotix_xsarm_descriptions package.
Interbotix Control Panel
The Interbotix Control Panel presents a very simple interface that allows the user to call the services under any valid namespace.
- To add the panel to RViz, click Panels > Add New Panel > interbotix_xs_rviz > Interbotix Control Panel.
- The panel will start with all input fields disabled.
- Fill in the Robot Namespace field with the codename of your robot and the input fields will be enabled. Note that the namespace must be valid. For example, if the services are under the namespace
wx200
, you must enterwx200
in the Robot Namespace field.
When disabling torque or pressing the E-Stop button, it is very important that you hold onto the arm before pressing the buttons, as arm will collapse.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
interbotix_xs_sdk | |
ament_lint_common | |
ament_lint_auto | |
pluginlib | |
rclcpp | |
rviz_common | |
interbotix_xs_msgs | |
rviz2 |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
interbotix_xs_toolbox |