Move scripts
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# Converts ROS2 log data timestamps from stdin to more readable format
|
# Converts ROS2 log data timestamps from stdin to more readable format
|
||||||
|
# Reads lines from stdin, pipe input to this script
|
||||||
|
|
||||||
|
|
||||||
while IFS= read -r string; do
|
while IFS= read -r string; do
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
# generates docs
|
||||||
|
|
||||||
|
pushd ..
|
||||||
|
|
||||||
pushd src/robot_controller/
|
pushd src/robot_controller/
|
||||||
doxygen
|
doxygen
|
||||||
@@ -13,3 +16,5 @@ doxygen
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
make html
|
make html
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user