mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2025-07-05 10:28:14 +02:00
replaced printf with echo
@ -65,7 +65,7 @@ Build the `event_camera_simulator` node:
|
|||||||
|
|
||||||
Make an alias for your workspace so you can source it easily next time.
|
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
|
chmod +x ~/setupeventsim.sh
|
||||||
|
|
||||||
In your `.bashrc` file, add the following line:
|
In your `.bashrc` file, add the following line:
|
||||||
|
Reference in New Issue
Block a user