Hello all,
Thank you for your amazing open source software. I have been trying to integrate the ROS2 module in my external project. I followed the instructions, sourced my ROS2 Humble environment, cloned and built chrono_ros_interfaces, then sourced that local environment too and then built the ROS module and all it's examples. They run flawlessly without any issue.
Now, I want to try and include a simple publisher that publishes the state of my vehicle and a simple subscriber that subscribes to a set of control inputs. These are custom messages that I am trying to code with the example programs which are really helpful.
My issue now is that the minute I include ROS as a component I run into the ROS2-DIR_NOT_FOUND error.