Copying packages to robot
New to ROS here and I've been developing a simple package on my workstation. However, I want to run this package from my robot.
I could manually just copy the appropriate source files and rebuild it on the robot but that seems a little long winded - especially having to do this multiple times when developing.
I feel like I am missing something. What is the 'standard' way of doing this with ROS?