1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-12 11:00:47 +02:00

Fixed naming of sendAnalogOutput function

This commit is contained in:
Felix Mauch
2019-09-19 16:29:36 +02:00
committed by Lea Steffen
parent 514740f524
commit d74708d2ee
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ bool RTDEWriter::sendToolDigitalOutput(uint8_t output_pin, bool value)
return success;
}
bool RTDEWriter::sendStandardAnalogOuput(uint8_t output_pin, double value)
bool RTDEWriter::sendStandardAnalogOutput(uint8_t output_pin, double value)
{
std::unique_ptr<DataPackage> package;
package.reset(new DataPackage(recipe_));