Where is platform.h?
I wrote a publisher in c++ and I must include platform.h, but I cannot find it in any directory, and include the directory.Where is platform.h?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I wrote a publisher in c++ and I must include platform.h, but I cannot find it in any directory, and include the directory.Where is platform.h?
ROS does a lot of magic behind the scenes in the build system that makes searching for headers like this unnecessary.
Instead, you should add the proper dependency to your manifest, which will automatically set up the proper include and library compile flags.
In this case, I'm guessing that you need to add a dependency on roscpp.
Are you looking for that: ./stacks/ros_comm/utilities/cpp_common/include/ros/platform.h ?
Thank you a lot, is there any command that finds them?Because I am also looking for console.h
I think I can answer this on myown, I discovered the command line find that helped a lot.
Asked: 2012-01-11 01:13:23 -0500
Seen: 1,072 times
Last updated: Jan 12 '12