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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 2.6.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/clearpathrobotics/clearpath_robot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-07-21
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A ROS driver for Clearpath Lynx motor controllers

Additional Links

No additional links.

Maintainers

  • Roni Kreinin

Authors

No additional authors.

Lynx Motor Driver

C++ Driver and ROS 2 node for Clearpath’s Lynx BLDC motor controller.

Clearpath Platforms using Lynx

  • Husky A300

Usage

This driver will be automatically launched when using the Clearpath Config system.

Manual launch

ros2 launch lynx_motor_driver lynx_motor_driver.launch.py can_bus:=my_can0 namespace:=/my_namespace parameters:=/path/to/my/parameters.yaml

Launch arguments

  • can_bus: CAN bus interface to use.
    • Default: can0
  • namespace: Robot namespace.
    • Default: /
  • parameters: Node parameters.
    • Default: lynx_motor_driver/config/single_test.yaml

Node

The Lynx motor node will create a driver for each specified motor controller. It will subscribe to velocity commands coming from ROS 2 controls, and publish feedback and status data it receives from the Lynx controllers. It also manages the system protection state.

Additionally, the Lynx motor node can be used to calibrate the motors, and update firmware to the Lynx motor controller.

Subscribers

  • platform/motors/cmd: Velocity commands to send to the motor controller. Joint name must match parameters.
    • Type: sensor_msgs/msg/JointState

Publishers

  • platform/motors/system_protection: System and individual motor controller protection states.
    • Type: clearpath_motor_msgs/msg/LynxSystemProtection
  • platform/motors/feedback: Motor feedback such as current, voltage, and velocity.
    • Type: clearpath_motor_msgs/msg/LynxMultiFeedback
  • platform/motors/status: Motor statuses such as temperature, and flags.
    • Type: clearpath_motor_msgs/msg/LynxMultiStatus

Actions

  • platform/motors/calibrate: Run the calibration sequence on each motor controller.
    • Type: clearpath_motor_msgs/action/LynxCalibrate

    • Usage: ros2 action send_goal /platform/motors/calibrate clearpath_motor_msgs/action/LynxCalibrate {} --feedback

:warning: The robot must be placed on a box and off the ground before running this action. The wheels will begin to turn when it is called.

  • platform/motors/update: Update each motor controller with a binary file.
    • Type: clearpath_motor_msgs/action/LynxUpdate

    • Usage: ros2 action send_goal /platform/motors/update clearpath_motor_msgs/action/LynxUpdate "file: ''" --feedback

:warning: Only use Clearpath verified binary files. Attempting to flash custom files can render the Lynx motor controller non-functional. Leave the file field empty to use the default binary.

CHANGELOG

Changelog for package lynx_motor_driver

2.6.2 (2025-07-15)

2.6.1 (2025-07-04)

  • [clearpath_motor_drivers] Added missing deps of lynx_motor_driver.
  • Contributors: Tony Baltovski

2.6.0 (2025-07-04)

  • Updated lynx bin to 1.0.1 (#237)
  • Lynx 1.0.0 (#235)
    • Multiple boot request attempts

    * Added travel field to feedback Use travel for odometry

    • Apply direction to travel
    • Added odometry reset to lynx_motor_driver
    • Record last travel data
    • Last travel in header
    • Renamed service to reset_travel
    • Limit wheel velocity based on system protection max speed
    • Added 1.0.0 bin
  • Contributors: Roni Kreinin

2.5.1 (2025-06-17)

2.5.0 (2025-05-29)

2.4.1 (2025-05-20)

2.4.0 (2025-04-30)

2.3.3 (2025-04-17)

2.3.2 (2025-04-16)

2.3.1 (2025-04-14)

2.3.0 (2025-04-11)

  • Feature/lynx firmware update process diagnostics (#186)
  • Contributors: Hilary Luo

2.2.4 (2025-04-07)

2.2.3 (2025-03-20)

2.2.2 (2025-03-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Change action log to debug. (#171)
  • Contributors: Tony Baltovski

2.2.1 (2025-03-12)

2.2.0 (2025-03-11)

  • Lynx Warning flags (#151)
    • Added warning flags
    • Updated diagnostics for warning flags
    • Updated binary
  • Added Lynx motor driver diagnostics (#149)
    • Removed trailing spaces
    • Added Lynx motor diagnostics
  • Contributors: Hilary Luo, Roni Kreinin

2.1.2 (2025-02-28)

2.1.1 (2025-02-06)

2.1.0 (2025-01-31)

  • Lynx updates (#139)
    • Wildcard for binary file name
    • Don't queue CAN messages
  • Contributors: Roni Kreinin

2.0.4 (2025-01-22)

  • Multiply feedback velocity by wheel direction (#132)
  • Contributors: Roni Kreinin

2.0.3 (2025-01-17)

2.0.2 (2025-01-17)

  • [clearpath_motor_drivers/lynx_motor_driver] Added rclcpp_action as dep.
  • Contributors: Tony Baltovski

2.0.1 (2025-01-17)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lynx_motor_driver at Robotics Stack Exchange