MCPcopy Create free account

hub / github.com/Ekumen-OS/andino / functions

Functions127 in github.com/Ekumen-OS/andino

↓ 32 callersMethodprint
andino_firmware/src/serial_stream_arduino.cpp:44
↓ 32 callersMethodread
andino_firmware/src/encoder.cpp:108
↓ 15 callersMethodcompute
andino_firmware/src/pid.cpp:93
↓ 13 callersMethodreset
andino_firmware/src/pid.cpp:74
↓ 13 callersMethodset_speed
andino_firmware/src/motor.cpp:80
↓ 12 callersMethodenable
@brief Enable PID
andino_firmware/src/pid.cpp:85
↓ 12 callersMethodregister_command
andino_firmware/src/shell.cpp:40
↓ 10 callersMethodprintln
andino_firmware/src/serial_stream_arduino.cpp:66
↓ 10 callersMethodset_setpoint
andino_firmware/src/pid.cpp:126
↓ 9 callersMethodprocess_input
andino_firmware/src/shell.cpp:51
↓ 8 callersMethodbegin
andino_firmware/src/motor.cpp:72
↓ 6 callersMethoddisable
@brief Disable PID
andino_firmware/src/pid.cpp:91
↓ 5 callersMethodwrite
andino_firmware/src/pwm_out_arduino.cpp:38
↓ 4 callersMethodSetup
andino_base/src/wheel.cpp:36
↓ 3 callersMethodcallback
andino_firmware/src/encoder.cpp:112
↓ 3 callersMethodis_connected
andino_base/src/motor_driver.cpp:61
↓ 3 callersMethodset_tunings
andino_firmware/src/pid.cpp:128
↓ 2 callersMethodAngle
andino_base/src/wheel.cpp:41
↓ 2 callersMethodattach
andino_firmware/src/interrupt_in_arduino.cpp:67
↓ 2 callersMethodenabled
@brief Is the PID controller enabled?
andino_firmware/src/pid.cpp:88
↓ 2 callersFunctionget_robot_description
Obtain the urdf from the xacro file. This replace package tag by file tag to works with gazebo # See https://github.com/ros-simulation/
andino_gz_classic/launch/spawn_robot.launch.py:43
↓ 2 callersMethodset_default_callback
andino_firmware/src/shell.cpp:38
↓ 2 callersMethodset_serial_stream
andino_firmware/src/shell.cpp:36
↓ 1 callersFunctionGetUsageMessage
Returns a string with the usage message.
andino_base/applications/motor_driver_demo.cpp:49
↓ 1 callersFunctionMain
andino_base/applications/motor_driver_demo.cpp:57
↓ 1 callersMethodReadEncoderValues
andino_base/src/motor_driver.cpp:65
↓ 1 callersMethodSendMsg
andino_base/src/motor_driver.cpp:87
↓ 1 callersMethodSetMotorValues
andino_base/src/motor_driver.cpp:75
↓ 1 callersMethodavailable
andino_firmware/src/serial_stream_arduino.cpp:40
MethodApp
This class only contains static members.
andino_firmware/src/app.h:49
MethodDiffDriveAndino
@brief Default constructor for the DiffDriveAndino class.
andino_base/include/andino_base/diffdrive_andino.h:54
MethodDigitalIn
@brief Constructs a DigitalIn using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/digital_in.h:40
MethodDigitalOut
@brief Constructs a DigitalOut using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/digital_out.h:40
MethodDigitalOutArduino
@brief Constructs a DigitalOutArduino using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/digital_out_arduino.h:42
MethodEncoder
@brief Constructs a new Encoder object. @param channel_a_interrupt_in Digital interrupt input connected to encoder channel A pin. @param channel_b_in
andino_firmware/src/encoder.h:82
FunctionISR
Pin change interrupt request 0 interrupt service routine.
andino_firmware/src/interrupt_in_arduino.cpp:38
MethodInterruptIn
@brief Constructs a InterruptIn using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/interrupt_in.h:45
MethodInterruptInArduino
@brief Constructs a InterruptInArduino using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/interrupt_in_arduino.h:42
MethodMockDigitalOut
andino_firmware/test/desktop/test_motor/motor_test.cpp:44
MethodMockInterruptIn
andino_firmware/test/desktop/test_encoder/encoder_test.cpp:46
MethodMockPwmOut
andino_firmware/test/desktop/test_motor/motor_test.cpp:51
MethodMockSerialStream
andino_firmware/test/desktop/test_shell/shell_test.cpp:48
MethodMotor
@brief Constructs a new Motor object. @param enable_digital_out Digital output connected to motor enable pin. @param forward_pwm_out PWM output conne
andino_firmware/src/motor.h:82
MethodMotorDriver
@brief Default constructor.
andino_base/include/andino_base/motor_driver.h:51
MethodPid
@brief Constructs a new PID object. @param kp Tuning proportional gain. @param kd Tuning derivative gain. @param ki Tuning integral gain. @param ko T
andino_firmware/src/pid.h:45
MethodPwmOut
@brief Constructs a PwmOut using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/pwm_out.h:40
MethodPwmOutArduino
@brief Constructs a PwmOutArduino using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/pwm_out_arduino.h:42
MethodSendEmptyMsg
andino_base/src/motor_driver.cpp:63
MethodSerialStream
@brief Constructs a SerialStream.
andino_firmware/src/serial_stream.h:48
MethodSerialStreamArduino
@brief Constructs a SerialStreamArduino.
andino_firmware/src/serial_stream_arduino.h:42
MethodSetPidValues
andino_base/src/motor_driver.cpp:81
MethodSetUp
andino_firmware/test/desktop/test_shell/shell_test.cpp:72
MethodSetup
andino_base/src/motor_driver.cpp:38
FunctionTEST
andino_firmware/test/desktop/test_pid/pid_test.cpp:38
FunctionTEST_F
andino_firmware/test/desktop/test_motor/motor_test.cpp:63
FunctionTEST_F
andino_firmware/test/desktop/test_encoder/encoder_test.cpp:62
FunctionTEST_F
andino_firmware/test/desktop/test_shell/shell_test.cpp:121
MethodWheel
@brief Default constructor for the Wheel class
andino_base/include/andino_base/wheel.h:44
Methodadjust_motors_speed
andino_firmware/src/app.cpp:185
Methodbegin
andino_firmware/src/serial_stream_arduino.cpp:38
Methodbegin
andino_firmware/src/encoder.cpp:92
Methodbegin
andino_firmware/src/interrupt_in_arduino.cpp:63
Methodbegin
andino_firmware/src/pwm_out_arduino.cpp:36
Methodbegin
andino_firmware/src/digital_out_arduino.cpp:36
Methodcallback_0
andino_firmware/src/encoder.cpp:77
Methodcallback_1
andino_firmware/src/encoder.cpp:83
Methodcmd_1_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:85
Methodcmd_2_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:90
Methodcmd_3_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:95
Methodcmd_get_is_imu_connected_cb
andino_firmware/src/app.cpp:318
Methodcmd_read_analog_gpio_cb
andino_firmware/src/app.cpp:207
Methodcmd_read_digital_gpio_cb
andino_firmware/src/app.cpp:216
Methodcmd_read_encoders_and_imu_cb
andino_firmware/src/app.cpp:320
Methodcmd_read_encoders_cb
andino_firmware/src/app.cpp:225
Methodcmd_reset_encoders_cb
andino_firmware/src/app.cpp:231
Methodcmd_set_motors_pwm_cb
andino_firmware/src/app.cpp:268
Methodcmd_set_motors_speed_cb
andino_firmware/src/app.cpp:239
Methodcmd_set_pid_tuning_gains_cb
andino_firmware/src/app.cpp:286
Methodcmd_unknown_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:80
Methodcmd_unknown_cb
andino_firmware/src/app.cpp:205
Methodenable
andino_firmware/src/motor.cpp:78
Methodexecute_callback
andino_firmware/src/shell.cpp:91
Methodexport_command_interfaces
andino_base/src/diffdrive_andino.cpp:113
Methodexport_state_interfaces
andino_base/src/diffdrive_andino.cpp:95
Functiongenerate_launch_description
()
andino_gz_classic/launch/spawn_robot.launch.py:76
Functiongenerate_launch_description
()
andino_gz_classic/launch/andino_one_robot.launch.py:45
Functiongenerate_launch_description
()
andino_bringup/launch/camera.launch.py:40
Functiongenerate_launch_description
()
andino_bringup/launch/andino_robot.launch.py:46
Functiongenerate_launch_description
()
andino_bringup/launch/teleop_joystick.launch.py:40
Functiongenerate_launch_description
()
andino_bringup/launch/rplidar.launch.py:40
Functiongenerate_launch_description
()
andino_bringup/launch/teleop_keyboard.launch.py:34
Functiongenerate_launch_description
()
andino_bringup/launch/rviz.launch.py:38
Functiongenerate_launch_description
()
andino_bringup/launch/rosbag_record.launch.py:49
Functiongenerate_launch_description
()
andino_navigation/launch/bringup.launch.py:46
Functiongenerate_launch_description
()
andino_control/launch/andino_control.launch.py:44
Functiongenerate_launch_description
()
andino_apps/launch/andino_simulation_navigation.launch.py:42
Functiongenerate_launch_description
()
andino_slam/launch/rviz.launch.py:37
Functiongenerate_launch_description
()
andino_slam/launch/slam_toolbox_online_async.launch.py:40
Functiongenerate_launch_description
()
andino_description/launch/andino_description.launch.py:42
Functiongenerate_launch_description
()
andino_description/launch/view_andino.launch.py:42
next →1–100 of 127, ranked by callers