mirror of https://github.com/fan-ziqi/rl_sar.git
FIX: typo
This commit is contained in:
parent
a5e54c323a
commit
257b80df8f
|
@ -19,7 +19,7 @@ RobotJointController::RobotJointController()
|
|||
}
|
||||
|
||||
#if defined(ROS_DISTRO_HUMBLE)
|
||||
CallbackReturn RobotJointControllerGroup::on_init()
|
||||
CallbackReturn RobotJointController::on_init()
|
||||
{
|
||||
return CallbackReturn::SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue