No version for distro humble showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro kilted showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro lyrical showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro rolling showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro ardent showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro bouncy showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro crystal showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro eloquent showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro dashing showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro galactic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro foxy showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro iron showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro lunar showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro jade showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro indigo showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro hydro showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro kinetic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro melodic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange

No version for distro noetic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WATonomous/wato_monorepo.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Priority-based Ackermann command mux with masking and safety gating.

Maintainers

  • WATonomous

Authors

No additional authors.

ackermann_mux

Priority-based multiplexer for Ackermann drive commands (ackermann_msgs/AckermannDriveStamped). Sits between all Ackermann command sources (joystick, action planner, test nodes) and the PID controller, selecting the highest-priority active input at each publish cycle.

Overview

Multiple subsystems may simultaneously want to control the vehicle — a joystick operator, an autonomous planner, or a test signal generator. ackermann_mux arbitrates between them using configurable priority levels, so the joystick always overrides the planner, which overrides test nodes, without any source needing to know about the others.

Architecture

/joystick/ackermann  (priority 200) ─┐
/action/ackermann    (priority 100) ─┤─► ackermann_mux ─► /ackermann ─► pid_control
/dummy/ackermann     (priority  10) ─┘

On each publish tick the node:

  1. Checks whether any safety-gated input has gone stale — if so, publishes the emergency command immediately.
  2. Iterates inputs from highest to lowest priority, skipping masked-out inputs.
  3. Publishes the latest command from the first eligible input, or the emergency command if none qualify.

Safety gating monitors command age on critical inputs (typically the joystick). If the joystick stops sending within safety_threshold seconds, the mux publishes the emergency command (brake) rather than holding the last known command.

Input masking lets a source signal that it is voluntarily idle (e.g., joystick/ackermann_is_idle when the enable trigger is released) so lower-priority inputs can take over without triggering a safety trip.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ackermann_mux at Robotics Stack Exchange