An open API service indexing awesome lists of open source software.

https://github.com/brean/store_battery

Small ROS2 script that lets your robot rotate on the spot until the battery is below a certain level
https://github.com/brean/store_battery

Last synced: 24 days ago
JSON representation

Small ROS2 script that lets your robot rotate on the spot until the battery is below a certain level

Awesome Lists containing this project

README

          

# Store Battery

Small ROS2 script that lets your robot rotate on the spot until the battery is below a certain level.

You can then use the storage program of your charger to balance and store your batteries.

## WARNING
This uses the velocity command of your robot/the motors to discharge the batteries faster!

Once the wheels stop turning the battery should be at storage level, shut down the robot then.

# Installation
copy/clone this folder into your colcon-workspace `src/`-folder and run:

```bash
cd ~/ros_ws/src/
git clone git@github.com:brean/store_battery.git
cd ~/ros_ws
colcon build
```

and re-source your environment:

```bash
source install/setup.bash
```

# Run
```bash
ROS_DOMAIN_ID=31 ros2 run store_battery lower_voltage
```