Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | BSD |
Build type | CATKIN |
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
- Solomon Wiznitzer
interbotix_xsarm_diagnostic_tool
Overview
This package is meant to be used as a way to analyze joint data over time. For example, if the user would like the arm to perform a certain task but is not sure if it will ‘strain’ a specific arm joint too much, then this tool would be an easy way to record, save (to a rosbag and CSV file), and view data live while the joint in question rotates.
The package provides two methods for doing this task: the Diagnostic Tool and the Diagnostic Listener. The package also provides a helper script to convert bag file data to a CSV format.
Diagnostic Tool
The diagnostic tool cycles a specified joint through a sinusoidal trajectory for a specified time. While the tool is running, it continuously publishes the joint position, velocity, effort, temperature, and goal state. The launch file also launches bag recording to track these topics, and rqt_plot windows to visualize them.
Diagnostic Listener
The diagnostic listener is intended to get joint information like present temperature from the robot while it executes any commanded trajectory. This is useful for when you would like the robot to move through a more complex motion than the more basic Diagnostic Tool is able to provide. The Listener subscribes to the joint states of the configured joints, periodically retrieves the Present_Temperature register from the DYNAMIXEL servos, and publishes the data to the namespaced temperatures/joint_group
topic.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
interbotix_xsarm_control | |
interbotix_xs_msgs | |
rosbag | |
roscpp | |
rospy | |
rqt_plot | |
sensor_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/xsarm_diagnostic_tool.launch
-
- robot_model [default: ]
- robot_name [default: $(arg robot_model)]
- base_link_frame [default: base_link]
- use_rviz [default: true]
- mode_configs [default: $(find interbotix_xsarm_diagnostic_tool)/config/modes.yaml]
- cmd_joint [default: waist]
- observe_joint [default: waist]
- test_duration [default: 600]
- bag_name [default: $(arg observe_joint)_diagnostics]
- use_rqt [default: true]
- launch_driver [default: true]
- launch/xsarm_diagnostic_listener.launch
-
- robot_model [default: ]
- robot_name [default: $(arg robot_model)]
- listener_config [default: $(find interbotix_xsarm_diagnostic_tool)/config/listener.yaml]
- bag_name [default: listener_diagnostics]