Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ekumen-OS/andino
/ functions
Functions
127 in github.com/Ekumen-OS/andino
⨍
Functions
127
◇
Types & classes
30
↓ 32 callers
Method
print
andino_firmware/src/serial_stream_arduino.cpp:44
↓ 32 callers
Method
read
andino_firmware/src/encoder.cpp:108
↓ 15 callers
Method
compute
andino_firmware/src/pid.cpp:93
↓ 13 callers
Method
reset
andino_firmware/src/pid.cpp:74
↓ 13 callers
Method
set_speed
andino_firmware/src/motor.cpp:80
↓ 12 callers
Method
enable
@brief Enable PID
andino_firmware/src/pid.cpp:85
↓ 12 callers
Method
register_command
andino_firmware/src/shell.cpp:40
↓ 10 callers
Method
println
andino_firmware/src/serial_stream_arduino.cpp:66
↓ 10 callers
Method
set_setpoint
andino_firmware/src/pid.cpp:126
↓ 9 callers
Method
process_input
andino_firmware/src/shell.cpp:51
↓ 8 callers
Method
begin
andino_firmware/src/motor.cpp:72
↓ 6 callers
Method
disable
@brief Disable PID
andino_firmware/src/pid.cpp:91
↓ 5 callers
Method
write
andino_firmware/src/pwm_out_arduino.cpp:38
↓ 4 callers
Method
Setup
andino_base/src/wheel.cpp:36
↓ 3 callers
Method
callback
andino_firmware/src/encoder.cpp:112
↓ 3 callers
Method
is_connected
andino_base/src/motor_driver.cpp:61
↓ 3 callers
Method
set_tunings
andino_firmware/src/pid.cpp:128
↓ 2 callers
Method
Angle
andino_base/src/wheel.cpp:41
↓ 2 callers
Method
attach
andino_firmware/src/interrupt_in_arduino.cpp:67
↓ 2 callers
Method
enabled
@brief Is the PID controller enabled?
andino_firmware/src/pid.cpp:88
↓ 2 callers
Function
get_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 callers
Method
set_default_callback
andino_firmware/src/shell.cpp:38
↓ 2 callers
Method
set_serial_stream
andino_firmware/src/shell.cpp:36
↓ 1 callers
Function
GetUsageMessage
Returns a string with the usage message.
andino_base/applications/motor_driver_demo.cpp:49
↓ 1 callers
Function
Main
andino_base/applications/motor_driver_demo.cpp:57
↓ 1 callers
Method
ReadEncoderValues
andino_base/src/motor_driver.cpp:65
↓ 1 callers
Method
SendMsg
andino_base/src/motor_driver.cpp:87
↓ 1 callers
Method
SetMotorValues
andino_base/src/motor_driver.cpp:75
↓ 1 callers
Method
available
andino_firmware/src/serial_stream_arduino.cpp:40
Method
App
This class only contains static members.
andino_firmware/src/app.h:49
Method
DiffDriveAndino
@brief Default constructor for the DiffDriveAndino class.
andino_base/include/andino_base/diffdrive_andino.h:54
Method
DigitalIn
@brief Constructs a DigitalIn using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/digital_in.h:40
Method
DigitalOut
@brief Constructs a DigitalOut using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/digital_out.h:40
Method
DigitalOutArduino
@brief Constructs a DigitalOutArduino using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/digital_out_arduino.h:42
Method
Encoder
@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
Function
ISR
Pin change interrupt request 0 interrupt service routine.
andino_firmware/src/interrupt_in_arduino.cpp:38
Method
InterruptIn
@brief Constructs a InterruptIn using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/interrupt_in.h:45
Method
InterruptInArduino
@brief Constructs a InterruptInArduino using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/interrupt_in_arduino.h:42
Method
MockDigitalOut
andino_firmware/test/desktop/test_motor/motor_test.cpp:44
Method
MockInterruptIn
andino_firmware/test/desktop/test_encoder/encoder_test.cpp:46
Method
MockPwmOut
andino_firmware/test/desktop/test_motor/motor_test.cpp:51
Method
MockSerialStream
andino_firmware/test/desktop/test_shell/shell_test.cpp:48
Method
Motor
@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
Method
MotorDriver
@brief Default constructor.
andino_base/include/andino_base/motor_driver.h:51
Method
Pid
@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
Method
PwmOut
@brief Constructs a PwmOut using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/pwm_out.h:40
Method
PwmOutArduino
@brief Constructs a PwmOutArduino using the specified GPIO pin. @param gpio_pin GPIO pin.
andino_firmware/src/pwm_out_arduino.h:42
Method
SendEmptyMsg
andino_base/src/motor_driver.cpp:63
Method
SerialStream
@brief Constructs a SerialStream.
andino_firmware/src/serial_stream.h:48
Method
SerialStreamArduino
@brief Constructs a SerialStreamArduino.
andino_firmware/src/serial_stream_arduino.h:42
Method
SetPidValues
andino_base/src/motor_driver.cpp:81
Method
SetUp
andino_firmware/test/desktop/test_shell/shell_test.cpp:72
Method
Setup
andino_base/src/motor_driver.cpp:38
Function
TEST
andino_firmware/test/desktop/test_pid/pid_test.cpp:38
Function
TEST_F
andino_firmware/test/desktop/test_motor/motor_test.cpp:63
Function
TEST_F
andino_firmware/test/desktop/test_encoder/encoder_test.cpp:62
Function
TEST_F
andino_firmware/test/desktop/test_shell/shell_test.cpp:121
Method
Wheel
@brief Default constructor for the Wheel class
andino_base/include/andino_base/wheel.h:44
Method
adjust_motors_speed
andino_firmware/src/app.cpp:185
Method
begin
andino_firmware/src/serial_stream_arduino.cpp:38
Method
begin
andino_firmware/src/encoder.cpp:92
Method
begin
andino_firmware/src/interrupt_in_arduino.cpp:63
Method
begin
andino_firmware/src/pwm_out_arduino.cpp:36
Method
begin
andino_firmware/src/digital_out_arduino.cpp:36
Method
callback_0
andino_firmware/src/encoder.cpp:77
Method
callback_1
andino_firmware/src/encoder.cpp:83
Method
cmd_1_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:85
Method
cmd_2_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:90
Method
cmd_3_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:95
Method
cmd_get_is_imu_connected_cb
andino_firmware/src/app.cpp:318
Method
cmd_read_analog_gpio_cb
andino_firmware/src/app.cpp:207
Method
cmd_read_digital_gpio_cb
andino_firmware/src/app.cpp:216
Method
cmd_read_encoders_and_imu_cb
andino_firmware/src/app.cpp:320
Method
cmd_read_encoders_cb
andino_firmware/src/app.cpp:225
Method
cmd_reset_encoders_cb
andino_firmware/src/app.cpp:231
Method
cmd_set_motors_pwm_cb
andino_firmware/src/app.cpp:268
Method
cmd_set_motors_speed_cb
andino_firmware/src/app.cpp:239
Method
cmd_set_pid_tuning_gains_cb
andino_firmware/src/app.cpp:286
Method
cmd_unknown_cb
andino_firmware/test/desktop/test_shell/shell_test.cpp:80
Method
cmd_unknown_cb
andino_firmware/src/app.cpp:205
Method
enable
andino_firmware/src/motor.cpp:78
Method
execute_callback
andino_firmware/src/shell.cpp:91
Method
export_command_interfaces
andino_base/src/diffdrive_andino.cpp:113
Method
export_state_interfaces
andino_base/src/diffdrive_andino.cpp:95
Function
generate_launch_description
()
andino_gz_classic/launch/spawn_robot.launch.py:76
Function
generate_launch_description
()
andino_gz_classic/launch/andino_one_robot.launch.py:45
Function
generate_launch_description
()
andino_bringup/launch/camera.launch.py:40
Function
generate_launch_description
()
andino_bringup/launch/andino_robot.launch.py:46
Function
generate_launch_description
()
andino_bringup/launch/teleop_joystick.launch.py:40
Function
generate_launch_description
()
andino_bringup/launch/rplidar.launch.py:40
Function
generate_launch_description
()
andino_bringup/launch/teleop_keyboard.launch.py:34
Function
generate_launch_description
()
andino_bringup/launch/rviz.launch.py:38
Function
generate_launch_description
()
andino_bringup/launch/rosbag_record.launch.py:49
Function
generate_launch_description
()
andino_navigation/launch/bringup.launch.py:46
Function
generate_launch_description
()
andino_control/launch/andino_control.launch.py:44
Function
generate_launch_description
()
andino_apps/launch/andino_simulation_navigation.launch.py:42
Function
generate_launch_description
()
andino_slam/launch/rviz.launch.py:37
Function
generate_launch_description
()
andino_slam/launch/slam_toolbox_online_async.launch.py:40
Function
generate_launch_description
()
andino_description/launch/andino_description.launch.py:42
Function
generate_launch_description
()
andino_description/launch/view_andino.launch.py:42
next →
1–100 of 127, ranked by callers