ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ok it didn t work anyway BUT thanks to your Idea I put and changed ONLY this line of code in my CMakeLists.txt

add_dependencies(anadyr 
  ${anadyr_EXPORTED_TARGETS}
)

and now it is compiling, building and working even for the subscriber. Perfekt! Thank you very much!

Ok it didn t work anyway BUT thanks to your Idea I put and changed ONLY this line of code in my CMakeLists.txt

add_dependencies(anadyr 
  ${anadyr_EXPORTED_TARGETS}
)

and now it is compiling, building and working even for the subscriber. Perfekt! Awesome!!! Thank you very much!

Ok it didn t work anyway BUT thanks to your Idea I put and changed ONLY this line of code in my CMakeLists.txt

add_dependencies(anadyr 
  ${anadyr_EXPORTED_TARGETS}
)

and now it is compiling, building and working even for the subscriber. Awesome!!! subscriber.

I m a little bit frustrated because I read through all 4 Websites regarding the custom msg and not a tutorial is mentionign to put that line of code in that file. BUT...people are encouraged to read the tutorials at first....

Anyway awesome!!! Thank you very much!

Ok it didn t work anyway BUT thanks to your Idea I put and changed ONLY this line of code in my CMakeLists.txt

add_dependencies(anadyr 
  ${anadyr_EXPORTED_TARGETS}
)

and now it is compiling, building and working even for the subscriber.

I m a little bit frustrated because I read through all 4 Websites regarding the custom msg and not a tutorial is mentionign to put that line of code in that file. BUT...people are encouraged to read the tutorials at first....first.... It would had save me at least 3 hours of trying....

Anyway awesome!!! Thank you very much!