merge Position changer into main for report #11

Merged
SemvdH merged 83 commits from position_changer into main 2023-05-26 21:15:20 +00:00
3 changed files with 3 additions and 9 deletions
Showing only changes of commit d5816214d0 - Show all commits

View File

@@ -1,10 +1,7 @@
#!/bin/bash
. /home/ubuntu/source_ros2.sh
. /home/ubuntu/source_ros2.sh # source ros2 installation
SERIAL=$(cat /home/ubuntu/drone_conf/height.conf)
echo "serial port is "$SERIAL
echo ros2 run height height_reader --ros-args -p height_serial_port:=/dev/${SERIAL}
ros2 run height height_reader --ros-args -p height_serial_port:=/dev/${SERIAL} | tee /home/ubuntu/drone_log/height.log

View File

@@ -1,10 +1,7 @@
#!/bin/bash
. /home/ubuntu/source_ros2.sh
. /home/ubuntu/source_ros2.sh # source ros2 installation
SERIAL=$(cat /home/ubuntu/drone_conf/lidar.conf)
echo "serial port is "$SERIAL
echo ros2 run object_detection lidar_reader --ros-args -p lidar_serial_port:=/dev/${SERIAL}
ros2 run object_detection lidar_reader --ros-args -p lidar_serial_port:=/dev/${SERIAL} | tee /home/ubuntu/drone_log/lidar.log