sbgisen / vesc

VESC Interface for ROS
Apache License 2.0
41 stars 33 forks source link

Add safety function to servo controller #88

Closed Tacha-S closed 11 months ago

Tacha-S commented 11 months ago

Abstract

To prevent continuous application of duty even when reaching the upper or lower limits, add a safety function based on a limit detection signal from an external sensor.

Purpose

Implementation Details