Skip to content
Snippets Groups Projects
Commit 29fdf599 authored by armar-user's avatar armar-user
Browse files

fix: config ptr type

parent 92d419c5
No related branches found
No related tags found
1 merge request!25RT controller and simplification
......@@ -85,7 +85,7 @@ namespace armarx::navigation::platform_controller::platform_trajectory
virtual public armarx::control::ConfigurableNJointControllerInterface
{
public:
using ConfigPtrT = control::ConfigurableNJointControllerInterfacePtr;
using ConfigPtrT = control::ConfigurableNJointControllerConfigPtr;
Controller(const RobotUnitPtr& robotUnit,
const NJointControllerConfigPtr& config,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment