file transfer via ROS
Hello,
I'm searching for an option to transfer a zip-file via ROS. Is there any possibility to do this?
Thanks in advance
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Hello,
I'm searching for an option to transfer a zip-file via ROS. Is there any possibility to do this?
Thanks in advance
This really sounds like you're looking for a linux file-transfer tool such as scp or rsync.
I suppose you could define a new message type, probably with a string field for the file name and byte[] field for the raw data, and publish that on a topic.
You could execute a system command for scp directly from your node but probably with no feedback about the status of the transferring. It depends on your use case.
Thanks for your help. I will try to do it with messages.
Thanks Klaus
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-05-14 23:47:52 -0500
Seen: 1,610 times
Last updated: May 19 '14
Unable to transfer my sensor data or file from one ROS machine to another vai ethernet
Running the Drop node from a launch file
Robot Upstart not find launch files in script-Noetic
Reading a video file (*.mp4) using gscam
Accessing 3D map data saved in bt file/formats to save octomap
How to include the ROS_NAMESPACE in the default attribute in a launch file?
What is the API to generate a registered point cloud from raw kinect streams