I am running a .bag file from a launch file but I want to make the filepath generic so other team members can run this launch file. So I have:
But not everyone on my team is named jimbob so I want to replace "/home/jimbob/" with maybe ${HOME} or something generic.
↧