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
↓ 176 callers
Method
lookup
src/robot/src/SmoothTrajectoryGenerator.cpp:18
↓ 43 callers
Method
update
src/robot/src/KalmanFilter.cpp:39
↓ 32 callers
Method
update
(self)
src/master/MasterMain.py:108
↓ 30 callers
Method
toString
src/robot/src/utils.h:158
↓ 24 callers
Method
mock_rcv_lift
src/robot/src/serial/MockSerialComms.cpp:105
↓ 23 callers
Function
get_value
(line, path)
src/tools/plot_logs.py:11
↓ 23 callers
Method
reset
src/robot/src/utils.cpp:120
↓ 21 callers
Method
advance_ms
src/robot/src/utils.cpp:176
↓ 21 callers
Method
dt_s
src/robot/src/utils.cpp:138
↓ 20 callers
Method
now
src/robot/src/utils.cpp:145
↓ 20 callers
Method
send_msg_and_wait_for_ack
Sends msg and ensures that the correct ack is returned Logs a warning if ack is not recieved or incorrect ack is recieved
src/master/RobotClient.py:135
↓ 17 callers
Function
get_mock_clock_and_reset
src/robot/test/test-utils.h:37
↓ 16 callers
Function
sgn
src/robot/src/utils.h:18
↓ 15 callers
Method
advance_sec
src/robot/src/utils.cpp:181
↓ 15 callers
Method
compute
src/robot/src/utils.cpp:245
↓ 15 callers
Function
wrap_angle
src/robot/src/utils.cpp:15
↓ 14 callers
Method
time
experimental_testing/RobotArduinoTesting/kalman_test/KalmanFilter.h:56
↓ 13 callers
Method
insert
src/robot/src/utils.h:258
↓ 12 callers
Method
advance_us
src/robot/src/utils.cpp:171
↓ 12 callers
Method
getStatus
src/robot/src/robot.h:39
↓ 12 callers
Method
get_clock
src/robot/src/utils.cpp:204
↓ 12 callers
Method
mock_send
src/robot/src/serial/MockSerialComms.cpp:74
↓ 12 callers
Method
ready
src/robot/src/utils.cpp:46
↓ 11 callers
Method
get
src/robot/src/utils.h:231
↓ 11 callers
Method
mark_point
src/robot/src/utils.cpp:95
↓ 10 callers
Method
dt_ms
src/robot/src/utils.cpp:132
↓ 10 callers
Method
generatePointToPointTrajectory
src/robot/src/SmoothTrajectoryGenerator.cpp:73
↓ 10 callers
Method
get_ms
src/robot/src/utils.cpp:68
↓ 10 callers
Function
testSimpleCommand
src/robot/test/RobotServer_Test.cpp:9
↓ 9 callers
Function
computeKinematicsBasedOnRegion
src/robot/src/SmoothTrajectoryGenerator.cpp:413
↓ 9 callers
Function
generateSCurve
src/robot/src/SmoothTrajectoryGenerator.cpp:234
↓ 9 callers
Method
getMoveData
src/robot/src/RobotServer.cpp:197
↓ 9 callers
Function
lookup_1D
src/robot/src/SmoothTrajectoryGenerator.cpp:40
↓ 8 callers
Method
__init__
(self, cfg, coordinate, values, order, vision_offset)
src/master/FieldPlanner.py:308
↓ 8 callers
Function
angle_diff
src/robot/src/utils.cpp:31
↓ 8 callers
Method
dt_us
src/robot/src/utils.cpp:126
↓ 8 callers
Method
isActionRunning
src/robot/src/TrayController.h:21
↓ 7 callers
Function
build_and_get_mock_serial
src/robot/test/test-utils.h:21
↓ 7 callers
Method
isConnected
src/robot/src/serial/SerialCommsBase.h:25
↓ 7 callers
Method
setErrorStatus
src/robot/src/StatusUpdater.h:27
↓ 7 callers
Method
set_plan_status
(self, status)
src/master/Runtime.py:348
↓ 7 callers
Method
state
Get current state estimate
src/robot/src/KalmanFilter.h:37
↓ 6 callers
Method
_modify_cycle_state
(self, target, add_cycle_id=None, add_action_id=None, absolute=False)
src/master/Runtime.py:572
↓ 6 callers
Method
check
(self)
src/master/Utils.py:36
↓ 6 callers
Method
purge_data
src/robot/src/serial/MockSerialComms.cpp:127
↓ 6 callers
Function
reset_last_motion_logger
src/robot/src/utils.cpp:316
↓ 6 callers
Method
send
src/robot/src/sockets/Socket.cpp:110
↓ 6 callers
Method
startMove
src/robot/src/robot_controller_modes/RobotControllerModeBase.cpp:10
↓ 5 callers
Method
_udpate_cycle_button_status
(self, disabled)
src/master/MasterMain.py:222
↓ 5 callers
Function
buildMotionPlanningProblem
src/robot/src/SmoothTrajectoryGenerator.cpp:122
↓ 5 callers
Function
coarsePositionTest
A simple position test that checks if the target position is reached within a set amount of time
src/robot/test/RobotController_Test.cpp:36
↓ 5 callers
Function
gen_const_acc_until_pos
Generate constant acceleration trajectory
experimental_testing/TrajGen.py:56
↓ 5 callers
Method
getData
src/robot/src/camera_tracker/CameraPipeline.cpp:347
↓ 5 callers
Method
getPlacementPositionInMeters
(self)
src/master/FieldPlanner.py:315
↓ 5 callers
Function
getPos
src/robot/src/TrayController.cpp:13
↓ 5 callers
Method
get_cycle
(self, cycle_num)
src/master/FieldPlanner.py:842
↓ 5 callers
Method
get_sec
src/robot/src/utils.cpp:89
↓ 5 callers
Method
isTrajectoryRunning
Indicates if a trajectory is currently active
src/robot/src/RobotController.h:53
↓ 5 callers
Function
parseCommaDelimitedString
From: https://www.tutorialspoint.com/parsing-a-comma-delimited-std-string-in-cplusplus
src/robot/src/utils.cpp:288
↓ 5 callers
Function
parseCommaDelimitedStringToFloat
src/robot/src/utils.cpp:301
↓ 5 callers
Method
set_mode
src/robot/src/utils.cpp:199
↓ 4 callers
Method
__init__
(self, ip, port, timeout)
src/master/RobotClient.py:18
↓ 4 callers
Method
_load_plan_from_file
(self, plan_file)
src/master/Runtime.py:396
↓ 4 callers
Method
_run_action
(self, target, action)
src/master/Runtime.py:437
↓ 4 callers
Method
draw_cycle
(self, ax)
src/master/FieldPlanner.py:813
↓ 4 callers
Method
getPoseFromCamera
src/robot/src/camera_tracker/CameraTracker.cpp:85
↓ 4 callers
Method
get_contents
src/robot/src/utils.h:284
↓ 4 callers
Method
isFull
src/robot/src/utils.h:299
↓ 4 callers
Method
mock_rcv_base
src/robot/src/serial/MockSerialComms.cpp:94
↓ 4 callers
Method
moveToPosition
src/robot/src/RobotController.cpp:36
↓ 4 callers
Method
net_status
Check if the network connection is ok
src/master/RobotClient.py:167
↓ 4 callers
Function
populateSwitchTimeParameters
src/robot/src/SmoothTrajectoryGenerator.cpp:307
↓ 4 callers
Method
set
src/robot/src/utils.cpp:166
↓ 4 callers
Method
updateInProgress
src/robot/src/StatusUpdater.cpp:29
↓ 3 callers
Method
_check_initialization_status
(self)
src/master/Runtime.py:450
↓ 3 callers
Method
_load_plan_from_object
(self, plan, plan_path="")
src/master/Runtime.py:388
↓ 3 callers
Function
check_response
(s)
src/tools/motor_test_script.py:79
↓ 3 callers
Method
computeRobotPoseFromImagePoints
src/robot/src/camera_tracker/CameraTracker.cpp:116
↓ 3 callers
Method
draw
(self, array)
src/master/FieldPlanner.py:323
↓ 3 callers
Method
estop
Tell client to estop
src/master/RobotClient.py:189
↓ 3 callers
Function
fakeMotionHelper
src/robot/test/RobotController_Test.cpp:114
↓ 3 callers
Function
generateTrajectory
src/robot/src/SmoothTrajectoryGenerator.cpp:175
↓ 3 callers
Method
getAngleDegrees
(self)
src/master/FieldPlanner.py:431
↓ 3 callers
Method
getInProgress
src/robot/src/StatusUpdater.h:25
↓ 3 callers
Method
getPosition
src/robot/src/Localization.h:17
↓ 3 callers
Method
getPositionData
src/robot/src/RobotServer.cpp:202
↓ 3 callers
Function
get_array
(line)
src/tools/plot_logs.py:28
↓ 3 callers
Method
get_camera_tracker
src/robot/src/camera_tracker/CameraTrackerFactory.cpp:24
↓ 3 callers
Function
get_mock_clock
src/robot/test/test-utils.h:30
↓ 3 callers
Method
get_plan_status
(self)
src/master/Runtime.py:379
↓ 3 callers
Method
get_serial_comms
src/robot/src/serial/SerialCommsFactory.cpp:24
↓ 3 callers
Method
initialize
src/robot/src/TrayController.cpp:46
↓ 3 callers
Method
load
src/robot/src/TrayController.cpp:67
↓ 3 callers
Method
load
Tell robot to load pallet
src/master/RobotClient.py:243
↓ 3 callers
Method
nearZero
src/robot/src/utils.h:193
↓ 3 callers
Method
oneLoop
src/robot/src/RobotServer.cpp:218
↓ 3 callers
Method
place
src/robot/src/TrayController.cpp:53
↓ 3 callers
Method
request_status
Request status from server
src/master/RobotClient.py:179
↓ 3 callers
Method
run_action
(self, action)
src/master/Runtime.py:108
↓ 3 callers
Method
send
(self, msg)
src/tools/motor_test_script.py:21
next →
1–100 of 583, ranked by callers