personalrobotics / aikido

Artificial Intelligence for Kinematics, Dynamics, and Optimization
https://personalrobotics.github.io/aikido/
BSD 3-Clause "New" or "Revised" License
213 stars 30 forks source link

Add control and control_ros dependencies to ros robot #632

Closed vbhatt-cs closed 1 year ago

vbhatt-cs commented 1 year ago

After the controller switching support was added, packages that created a RosRobot had linker errors during catkin build which is fixed by these changes to CMakeLists.txt

The changes were tested by building a simple example that instantiated a RosRobot.


Before creating a pull request

Before merging a pull request