mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Fix typo
This commit is contained in:
parent
d07aece163
commit
ca1c7c7e24
@ -58,7 +58,7 @@ public:
|
||||
|
||||
[[deprecated("Replace with setMaxVelocityScalingFactor")]] // clang-format off
|
||||
void setMaxVelocityScaling(double factor) { setMaxVelocityScalingFactor(factor); }
|
||||
[[deprecated("Replace with setMaxAccelerationScaling")]] // clang-format off
|
||||
[[deprecated("Replace with setMaxAccelerationScalingFactor")]] // clang-format off
|
||||
void setMaxAccelerationScaling(double factor) { setMaxAccelerationScalingFactor(factor); }
|
||||
|
||||
void init(const moveit::core::RobotModelConstPtr& robot_model) override;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user