Skip to content

Commit

Permalink
Merge pull request #389 from 708yamaguchi/fix-is-interpolating
Browse files Browse the repository at this point in the history
Fix is_interpolating()
  • Loading branch information
iory committed Aug 26, 2024
2 parents c079c9d + fdfad21 commit a787f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skrobot/interfaces/ros/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,4 +661,4 @@ def action_feedback_cb(self, msg):
self.last_feedback_msg_stamp = msg.header.stamp

def is_interpolating(self):
return self.time_sequence is None
return not self.simple_state == actionlib.SimpleGoalState.DONE

0 comments on commit a787f31

Please sign in to comment.