mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Pan/tilt now working from ground station with working tower on rover. Need to integreate tower node on modbus bus for that node, but overall working.
This commit is contained in:
@@ -16,16 +16,16 @@ from rover_control.msg import TowerPanTiltControlMessage
|
||||
#####################################
|
||||
# Global Variables
|
||||
#####################################
|
||||
NODE_NAME = "drive_control"
|
||||
NODE_NAME = "pan_tilt_and_tower_control"
|
||||
|
||||
DEFAULT_PORT = "/dev/ttyUSB0"
|
||||
DEFAULT_PORT = "/dev/rover/ttyTowerAndPanTilt"
|
||||
DEFAULT_BAUD = 115200
|
||||
|
||||
DEFAULT_INVERT = False
|
||||
|
||||
DEFAULT_TOWER_PAN_TILT_CONTROL_TOPIC = "tower/control"
|
||||
DEFAULT_TOWER_PAN_TILT_CONTROL_TOPIC = "pan_tilt/control"
|
||||
|
||||
NODE_ID = 1
|
||||
NODE_ID = 2
|
||||
|
||||
COMMUNICATIONS_TIMEOUT = 0.01 # Seconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user