git commit -m "first commit for v2"
This commit is contained in:
9
Devices/Packages/sick_line_guidance/test/scripts/makeall.bash
Executable file
9
Devices/Packages/sick_line_guidance/test/scripts/makeall.bash
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo -e "makeall.bash: build and install ros sick_line_guidance driver"
|
||||
sudo echo -e "makeall.bash started."
|
||||
source /opt/ros/noetic/setup.bash
|
||||
./cleanup.bash
|
||||
./makepcan.bash
|
||||
./make.bash
|
||||
echo -e "makeall.bash finished."
|
||||
|
||||
Reference in New Issue
Block a user