stderr: cisst_ros2_bridge when build with ROS2 humble #179
Answered
by
adeguet1
sailboy1025
asked this question in
Q&A
-
I'm trying to build dVRK with ROS2 following this, seems like a file is missing. Any suggestion would be helpful! Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
adeguet1
Jun 6, 2023
Replies: 1 comment 1 reply
-
My bad, I forgot to remove the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sailboy1025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad, I forgot to remove the
#include
for an old file. It happened to work on my build tree because the old generated file was still there. I just pushed a fix. You should be able to get the latest code usingvcs pull
in yoursrc
folder.jhu-cisst/cisst_ros2_bridge@ee4f982