Move scripts

This commit is contained in:
2023-03-02 18:10:19 +02:00
parent 0f5826893c
commit 58a27194bc
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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