Some more modifications to drive sender so things are a little smoother. Works well now. Changed update rates for control systems.

This commit is contained in:
2018-03-04 16:27:24 -08:00
parent add93b6b7f
commit 8b83e84677
6 changed files with 24 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ launch_dir_length_without_current_folder=$(($launch_dir_length-$current_folder_n
script_launch_path="${launch_dir:0:$launch_dir_length_without_current_folder}/src"
cd $script_launch_path
sleep 5
sleep 3
export DISPLAY=:0
python ground_station.py

View File

@@ -19,8 +19,8 @@ DEFAULT_DRIVE_COMMAND_TOPIC = "/rover_control/command_control/ground_station_dri
DRIVE_COMMAND_HERTZ = 15
Y_AXIS_DEADBAND = 0.025
X_AXIS_DEADBAND = 0.025
Y_AXIS_DEADBAND = 0.05
X_AXIS_DEADBAND = 0.05
THROTTLE_MIN = 0.05