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?
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-01-11 01:13:23 -0500
Seen: 885 times
Last updated: Jan 12 '12
default message handling [closed]
Custom SIGINT handler not triggered by roslaunch
Publish ROSBAG in synch with /clock by roscpp
Pausing and unpausing gazebo [closed]
Avoiding overhead when nothing subscribed
Uninterupted output of destructors of ros-nodes [closed]