Created
May 4, 2018 11:33
-
-
Save jdumont0201/97e329a2d2b3424e4002a2cea7eec074 to your computer and use it in GitHub Desktop.
ROS loading file into a service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ros/package.h> | |
trajectory.request.file = ros::package::getPath("packagename") + "/path_to/file.txt"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment