mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2025-07-04 18:08:13 +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.
|
||||
|
||||
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:
|
||||
|
Reference in New Issue
Block a user