Open ptenbrock opened 1 year ago
Thanks for reporting the problem @ptenbrock ! The package.xml was added back in time (https://github.com/robotology/osqp-eigen/pull/109) by @wxmerkt. I think that in his workflow osqp was build as part of the catkin workspace, but probably @wxmerkt can comment on this PR.
I believe this needs to be conditional on the ROS_VERSION variable: osqp
for ROS1, osqp_vendor
for ROS2.
I believe this needs to be conditional on the ROS_VERSION variable:
osqp
for ROS1,osqp_vendor
for ROS2.
Can you do this change @ptenbrock ? Thanks!
Ok, then this has changed since I set this up something back. Happy to go ahead with the change
Thanks @wxmerkt and sorry for the radio silence. So it is ok to merge this as it is, that would not be a problem if someone is building osqp+osqp-eigen as part of a catkin or colcon workspace?
@traversaro Yes, good to go ahead.
When running
rosdep install
, there is an error regarding theosqp
dependency: