Battery Chargers
Wireless battery chargers are necessary attachments for a fully autonomous, self docking robot platform. These devices incorporate sensors that determine the quality of the charging position and orientation, status of the charging coil, and status of the stationary unit.
Wiferion Wireless Charger
|
Package and Setup
The Wiferion Wireless Charger uses the wiferion_charger
ROS 2 driver. The driver is open source, maintained by Clearpath, and hosted on GitHub. The packages is installed alongside the clearpath_robot
package as a dependency.
The driver uses the clearpath_ros2_socketcan_interface
to communicate with the CAN bus via ROS 2 topics. Therefore, a ROS 2 socket CAN bridge must be available to use the driver. Make sure to define a CAN bridge for the CAN interface connected to the Wiferion charger.
For more specifics on the way Clearpath's configuration system launches the wiferion_charger
driver, see the Wiferion charger launch file and the default parameter file in clearpath_sensors
.
CAN Device
The can_dev
ROS parameter must be set to the name of the CAN interface connected to the Wiferion charger.