Skip to content

Commit

Permalink
Fix trajectory removal
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Dec 4, 2024
1 parent 20d6737 commit 0317b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class JointTrajectoryRemoveNamespace : public ComponentEvent
const std::string& getNamespace() const;

/** @brief Unique type for this event. */
static const QEvent::Type kType = QEvent::Type(EventType::JOINT_TRAJECTORY_REMOVE_ALL);
static const QEvent::Type kType = QEvent::Type(EventType::JOINT_TRAJECTORY_REMOVE_NAMESPACE);

private:
std::string ns_;
Expand Down

0 comments on commit 0317b82

Please sign in to comment.