Adds velocity_smoother_node.py with configurable accel/decel ramps, e-stop bypass, and optional jerk limiting. VESC driver updated to subscribe /cmd_vel_smoothed instead of /cmd_vel. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="3">
|
|
<name>saltybot_diagnostics_aggregator</name>
|
|
<version>0.1.0</version>
|
|
<description>
|
|
Diagnostics aggregator for SaltyBot — unified health dashboard node (Issue #658).
|
|
Subscribes to /vesc/health, /diagnostics, /saltybot/safety_zone/status,
|
|
/saltybot/pose/status, /saltybot/uwb/status. Aggregates into
|
|
/saltybot/system_health JSON at 1 Hz. Tracks motors, battery, imu, uwb,
|
|
lidar, camera, can_bus, estop subsystems with state-transition logging.
|
|
</description>
|
|
<maintainer email="sl-firmware@saltylab.local">sl-firmware</maintainer>
|
|
<license>MIT</license>
|
|
|
|
<depend>rclpy</depend>
|
|
<depend>std_msgs</depend>
|
|
<depend>diagnostic_msgs</depend>
|
|
|
|
<buildtool_depend>ament_python</buildtool_depend>
|
|
|
|
<test_depend>ament_copyright</test_depend>
|
|
<test_depend>ament_flake8</test_depend>
|
|
<test_depend>ament_pep257</test_depend>
|
|
<test_depend>python3-pytest</test_depend>
|
|
|
|
<export>
|
|
<build_type>ament_python</build_type>
|
|
</export>
|
|
</package>
|