Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ForwardCommandController linker error.
Provide an implementation of ForwardCommandController<T>::starting, because it is not provided in the header. Instead, it is in the source file joint_effort_controller.cpp. Related: RethinkRobotics#55.
- Loading branch information
e03655d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same way I fixed my code to get past the link error.
It appears to be the same way it is handled in the example implementations.
I do not have a functioning install yet to confirm it works.