duckietown / hatchery

🐣 An IDE for building ROS applications
http://www.ros.org/
Other
8 stars 1 forks source link

Remote deployment #6

Open peci1 opened 5 years ago

peci1 commented 5 years ago

How do I create the remote deployment run config? It is not very well described in the screencast...

breandan commented 5 years ago

You need to create a bash script and add it as a run configuration. In the future, we may support this functionality if there is more demand, but currently all ROS launch files are started locally.

If you are using Hatchery with PyCharm or CLion, you can use the remote deployment/debugging support that bundled in the IDE. Further ROS-specific documentation can be found here.