Skip to content

Commit

Permalink
Revert "Command stop on exit"
Browse files Browse the repository at this point in the history
This reverts commit 629fe08.
  • Loading branch information
PeterBowman committed Jan 1, 2024
1 parent 8df0259 commit f675adc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions programs/BodyExecution/BodyExecution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ bool BodyExecution::configure(yarp::os::ResourceFinder & rf)

bool BodyExecution::close()
{
stop();

if (int numAxes; !iEncoders->getAxes(&numAxes) || !iPositionControl->setRefSpeeds(std::vector(numAxes, DEFAULT_REF_SPEED).data()))
{
yWarning() << "Failed to restore reference speeds";
Expand Down

0 comments on commit f675adc

Please sign in to comment.