Closed kbiesiadecki141 closed 4 years ago
I'm having similar issues with with relay_node. Is there further documentation on how to implement it?
Hi, A bug fix is added. Could you run start_cfs_converter.sh again after pull?
This solution worked! The relay node appears to be running.
Hi,
I am currently trying to run the ROS relay node, following the installation instructions provided in the README. However, I am encountering the error below, which indicates that I am missing a header file(s) for the node when I run
catkin_make
(after runningcatkin_make clean
andcatkin_make -i
, as suggested in the instructions) in the ROS workspace where the relay_node was created.For context, this is in fact the relay_node that results from running the ./start_cfs_converter.sh script. I am using the Connection.launch and MsgId2Topic.launch files provided without modification, although I know I will have to eventually, but I would not expect those changes to resolve this error.
Any help would be greatly appreciated. Thank you so much!