replaced printf with echo

danielgehrig18 2018-10-30 10:48:56 +01:00
parent 1fc7ccea34
commit 86a061a7d8

@ -65,7 +65,7 @@ Build the `event_camera_simulator` node:
Make an alias for your workspace so you can source it easily next time.
printf "#!/bin/bash\n\nsource ~/sim_ws/devel/setup.bash" >> ~/setupeventsim.sh
echo "source ~/sim_ws/devel/setup.bash" >> ~/setupeventsim.sh
chmod +x ~/setupeventsim.sh
In your `.bashrc` file, add the following line: