Confusion regarding Reach_Ros plugins #60
-
Hello! So, currently I'm experiencing an error that I believe is somewhat similar to those mentioned here:
At first I believed it to be a cmake/inclusion error, (as it was originally produced through running a node similar to the base reach_study_node in a seperate package), however when attempting to run the original reach_study_node through the base package I got the same result. What is especially interesting is that when I run the node through the provided launch file (& the same configurations) I get no such error. Was wondering if there were any thoughts on this or ideas as to if I could be misinterpreting the build? Additional info: Using colcon & ROS2 Humble Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you set the |
Beta Was this translation helpful? Give feedback.
Did you set the
REACH_PLUGINS
environment variable? The nominal demo launch file adds the name of thereach_ros
plugin library (i.e.,reach_ros_plugins
) to this environment variable here. See this section of the README of this repo for more details about how to use plugins built outside of this repo