Move scripts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# 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
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
# generates docs
|
||||
|
||||
pushd ..
|
||||
|
||||
pushd src/robot_controller/
|
||||
doxygen
|
||||
@@ -13,3 +16,5 @@ doxygen
|
||||
popd
|
||||
|
||||
make html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user