Commit 2fba999
authored
Add dependencies to rosidl in CMakeLists.txt (#349)
I followed this tutorial and without adding dependencies to rosidl, the error message:
ImportError: /home/dan/work/microros_ws/install/hw_msgs/lib/libhw_msgs__rosidl_generator_c.so: undefined symbol: std_msgs__msg__Header__fini
pops up(in my case because of std_msgs) when publishing with the agent. I had no other errors in the compilation process.
In the official tutorial it's also present:
https://docs.ros.org/en/foxy/Tutorials/Single-Package-Define-And-Use-Interface.html1 parent 90ec844 commit 2fba999
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments