![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |
Launch files
Messages
Services
Plugins
Recent questions tagged lynx_motor_driver at Robotics Stack Exchange
![]() |
lynx_motor_driver package from clearpath_robot repoclearpath_generator_robot clearpath_hardware_interfaces lynx_motor_driver puma_motor_driver clearpath_robot clearpath_sensors clearpath_tests |
ROS Distro
|
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
Additional Links
Maintainers
- Roni Kreinin
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
- Default:
-
namespace
: Robot namespace.- Default:
/
- Default:
-
parameters
: Node parameters.- Default:
lynx_motor_driver/config/single_test.yaml
- Default:
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
- Type:
Publishers
-
platform/motors/system_protection
: System and individual motor controller protection states.- Type:
clearpath_motor_msgs/msg/LynxSystemProtection
- Type:
-
platform/motors/feedback
: Motor feedback such as current, voltage, and velocity.- Type:
clearpath_motor_msgs/msg/LynxMultiFeedback
- Type:
-
platform/motors/status
: Motor statuses such as temperature, and flags.- Type:
clearpath_motor_msgs/msg/LynxMultiStatus
- Type:
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 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
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_index_cpp | |
can_msgs | |
clearpath_motor_msgs | |
clearpath_ros2_socketcan_interface | |
diagnostic_updater | |
rclcpp | |
rclcpp_action | |
ros2_socketcan | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
clearpath_robot |