Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexbaucom17/DominoRobot
/ functions
Functions
583 in github.com/alexbaucom17/DominoRobot
⨍
Functions
583
◇
Types & classes
117
↓ 3 callers
Method
setTrayInitialized
Used for testing
src/robot/src/TrayController.h:30
↓ 3 callers
Method
set_action
(self, target, action_num)
src/master/Runtime.py:376
↓ 3 callers
Method
set_cycle
(self, target, cycle_num)
src/master/Runtime.py:373
↓ 3 callers
Function
slowDownParamsToMatchTime
src/robot/src/SmoothTrajectoryGenerator.cpp:363
↓ 3 callers
Method
start
src/robot/src/robot.cpp:31
↓ 3 callers
Method
updateControlLoopTime
src/robot/src/StatusUpdater.cpp:34
↓ 3 callers
Method
updatePosition
src/robot/src/StatusUpdater.cpp:15
↓ 3 callers
Method
updatePositionLoopTime
src/robot/src/StatusUpdater.cpp:39
↓ 3 callers
Method
updateVelocity
src/robot/src/StatusUpdater.cpp:22
↓ 2 callers
Function
RunFieldPlanning
(autosave=False)
src/master/FieldPlanner.py:960
↓ 2 callers
Method
_draw_robot
(self, robot_pose, use_target_color)
src/master/MasterMain.py:394
↓ 2 callers
Method
bring_online
(self, use_mock=False)
src/master/Runtime.py:33
↓ 2 callers
Function
build_and_get_mock_socket
src/robot/test/test-utils.h:12
↓ 2 callers
Method
cameraToRobot
src/robot/src/camera_tracker/CameraPipeline.cpp:355
↓ 2 callers
Method
check_all_devices_status
Checks to see if all devices are awake and ready
src/master/MarvelMindHandler.py:47
↓ 2 callers
Method
check_online
(self)
src/master/Runtime.py:36
↓ 2 callers
Method
clear
src/robot/src/utils.h:277
↓ 2 callers
Method
close
(self)
src/master/MasterMain.py:104
↓ 2 callers
Function
configure_logging
(path)
src/master/MasterMain.py:643
↓ 2 callers
Method
connect
src/robot/src/sockets/Socket.cpp:159
↓ 2 callers
Method
covariance
src/robot/src/KalmanFilter.h:38
↓ 2 callers
Method
dataAvailableToRead
src/robot/src/sockets/SocketMultiThreadWrapper.cpp:23
↓ 2 callers
Function
draw_env
Draws a figure of the environment
src/master/FieldPlanner.py:766
↓ 2 callers
Method
draw_single
(self, array, tile_start_x_px, tile_start_y_px, tile_end_x_px, tile_end_y_px, draw_edge=True)
src/master/FieldPlanner.py:338
↓ 2 callers
Method
estop
src/robot/src/TrayController.cpp:81
↓ 2 callers
Method
getAngleRadians
(self)
src/master/FieldPlanner.py:434
↓ 2 callers
Function
getBestKeypoint
src/robot/src/camera_tracker/CameraPipeline.cpp:9
↓ 2 callers
Method
getStatusJsonString
src/robot/src/StatusUpdater.cpp:9
↓ 2 callers
Method
getVelocityData
src/robot/src/RobotServer.cpp:207
↓ 2 callers
Function
get_all_log_files
()
src/tools/plot_logs.py:271
↓ 2 callers
Function
get_and_display_multiple_images
(cam_name, remote_ip, remote_path, local_path, img_data)
src/master/camera_utils.py:27
↓ 2 callers
Method
get_socket
src/robot/src/sockets/SocketMultiThreadWrapperFactory.cpp:55
↓ 2 callers
Method
increment_robot_action
(self, target)
src/master/Runtime.py:367
↓ 2 callers
Method
initialize
(self)
src/master/Runtime.py:270
↓ 2 callers
Method
inputPosition
src/robot/src/RobotController.cpp:260
↓ 2 callers
Method
moveToPositionFine
src/robot/src/RobotController.cpp:101
↓ 2 callers
Function
move_vel_with_pause
(s, vel, move_time)
src/tools/motor_test_script.py:85
↓ 2 callers
Method
plot_motors
(self)
src/tools/plot_logs.py:214
↓ 2 callers
Method
plot_pos
(self)
src/tools/plot_logs.py:151
↓ 2 callers
Method
plot_vel
(self)
src/tools/plot_logs.py:196
↓ 2 callers
Function
power_off
(s)
src/tools/motor_test_script.py:66
↓ 2 callers
Method
predict
src/robot/src/KalmanFilter.cpp:33
↓ 2 callers
Method
rcv_lift
src/robot/src/serial/SerialComms.cpp:37
↓ 2 callers
Method
recieve
(self, timeout=0.1)
src/tools/motor_test_script.py:26
↓ 2 callers
Method
run
src/robot/src/robot.cpp:58
↓ 2 callers
Method
runOnce
src/robot/src/robot.cpp:67
↓ 2 callers
Function
sCurveWithinLimits
src/robot/src/SmoothTrajectoryGenerator.cpp:170
↓ 2 callers
Method
send
(self, msg, print_debug=True)
src/master/RobotClient.py:24
↓ 2 callers
Method
sendMockData
src/robot/src/sockets/MockSocketMultiThreadWrapper.cpp:72
↓ 2 callers
Function
send_vel
(s, vel)
src/tools/motor_test_script.py:71
↓ 2 callers
Method
setLoadComplete
src/robot/src/TrayController.cpp:93
↓ 2 callers
Method
set_now
src/robot/src/utils.cpp:161
↓ 2 callers
Function
sign
(n)
experimental_testing/TrajGen.py:18
↓ 2 callers
Function
solveInverse
src/robot/src/SmoothTrajectoryGenerator.cpp:380
↓ 2 callers
Method
stop
src/robot/src/camera_tracker/CameraTracker.cpp:103
↓ 2 callers
Function
synchronizeParameters
src/robot/src/SmoothTrajectoryGenerator.cpp:343
↓ 2 callers
Function
timed_move
(s, vel, move_time, pause_time)
src/tools/motor_test_script.py:92
↓ 2 callers
Method
toString
src/robot/src/SmoothTrajectoryGenerator.h:16
↓ 2 callers
Method
update
(self)
src/master/Runtime.py:90
↓ 2 callers
Method
update_expected_action
(self, expected_action)
src/master/Utils.py:68
↓ 2 callers
Function
vectorMean
src/robot/src/utils.cpp:255
↓ 2 callers
Function
vectorStddev
src/robot/src/utils.cpp:267
↓ 2 callers
Method
wait_for_server_response
Waits for specified time to get a reply from the server Must set expected_msg_type to a string and this function will return the firs
src/master/RobotClient.py:93
↓ 2 callers
Function
zScore
src/robot/src/utils.cpp:280
↓ 1 callers
Function
SimpleSocketSend
src/robot/test/SocketWrapper_Test.cpp:10
↓ 1 callers
Function
TransformPos
(pos_2d, frame_offset_2d, frame_angle)
src/master/Utils.py:49
↓ 1 callers
Method
_addTile
(self, tile_coordinate, tile_values, tile_order, vision_offset_map)
src/master/FieldPlanner.py:204
↓ 1 callers
Method
_any_idle_bots
(self)
src/master/Runtime.py:424
↓ 1 callers
Method
_assign_new_cycle
(self, cycle)
src/master/Runtime.py:427
↓ 1 callers
Method
_bring_comms_online
(self, use_mock=False)
src/master/Runtime.py:62
↓ 1 callers
Method
_close_serial_port
Close communication with marvelmind router.
src/master/MarvelMindHandler.py:37
↓ 1 callers
Method
_cycle_state_to_file
(self)
src/master/Runtime.py:619
↓ 1 callers
Method
_draw_environment
(self)
src/master/MasterMain.py:465
↓ 1 callers
Method
_erase_cycle_state_file
(self)
src/master/Runtime.py:660
↓ 1 callers
Method
_generateField
(self)
src/master/FieldPlanner.py:152
↓ 1 callers
Method
_generateTileOrdering
Generates and ordering that maps x y tile coordinate -> order number
src/master/FieldPlanner.py:246
↓ 1 callers
Method
_generateTileOrderingColumns
(cls, num_x, num_y)
src/master/FieldPlanner.py:255
↓ 1 callers
Method
_generateTiles
(self)
src/master/FieldPlanner.py:211
↓ 1 callers
Method
_get_plan_metrics
(self)
src/master/Runtime.py:478
↓ 1 callers
Method
_get_status_from_base_station
(self)
src/master/Runtime.py:192
↓ 1 callers
Method
_get_status_from_robot
(self)
src/master/Runtime.py:79
↓ 1 callers
Method
_load_cycle_state_from_file
(self, filepath)
src/master/Runtime.py:635
↓ 1 callers
Method
_open_serial_port
Establish communication with marvelmind router. Required for all other functions.
src/master/MarvelMindHandler.py:26
↓ 1 callers
Method
_parse_manual_action
(self, values)
src/master/MasterMain.py:177
↓ 1 callers
Method
_setup_action_map
(self)
src/master/Runtime.py:48
↓ 1 callers
Method
_update_all_metrics
(self)
src/master/Runtime.py:462
↓ 1 callers
Method
_update_cycle_actions
(self)
src/master/Runtime.py:505
↓ 1 callers
Method
_update_last_mm_pose
(self, robot_id, last_mm_pose)
src/master/MasterMain.py:364
↓ 1 callers
Method
_update_plan
(self)
src/master/Runtime.py:408
↓ 1 callers
Method
_update_plan_button_status
(self, plan_status)
src/master/MasterMain.py:232
↓ 1 callers
Method
_update_plan_panel
(self, status_dict)
src/master/MasterMain.py:266
↓ 1 callers
Method
_update_robot_panel
(self, robot_id, status_dict)
src/master/MasterMain.py:300
↓ 1 callers
Method
_update_robot_viz_position
(self, robot_id, robot_pose)
src/master/MasterMain.py:347
↓ 1 callers
Method
_update_target_viz_position
(self, robot_id, robot_pose, target_pose)
src/master/MasterMain.py:353
↓ 1 callers
Method
accept
src/robot/src/sockets/Socket.cpp:98
↓ 1 callers
Method
add
src/robot/src/utils.h:215
↓ 1 callers
Method
add_mock_data
src/robot/src/sockets/MockSocketMultiThreadWrapper.cpp:15
↓ 1 callers
Method
build_socket
src/robot/src/sockets/SocketMultiThreadWrapperFactory.cpp:36
↓ 1 callers
Function
calibrate
Apply camera calibration operation for images in the given directory path.
src/tools/camera_calibration.py:11
↓ 1 callers
Function
capture_images
src/robot/src/main.cpp:62
← previous
next →
101–200 of 583, ranked by callers