ros-acceleration / acceleration_examples

ROS 2 package examples demonstrating the use of hardware acceleration.
Apache License 2.0
39 stars 19 forks source link

Fix to doublevadd pub CMakeList unknown args error #17

Closed dirksavage88 closed 2 years ago

dirksavage88 commented 2 years ago

Signed-off-by: Andrew Brahim dirksavage88@gmail.com

This PR is to fix the double vadd publisher CMakeList error due to unknown args.

Replaces STREQUAL with MATCHES. #16

vmayoral commented 2 years ago

Thanks @dirksavage88!