Daniel Nieto

Results 2 issues of Daniel Nieto

* When generating typekits, also generate them for all packages that the current package depends on for msg generation. * Pass dependencies onto targets correctly so they are generated in...

If a ROS message `my_pkg_1/MyMsg1` depends on a message `my_pkg_2/MyMsg2` from another package and the typekit for the first package is generated using `ros_generate_rtt_typekit(my_pkg_1)`, then, when attempting to use use...