Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywrx committed Jul 21, 2024
1 parent 411b5cd commit 3c63dbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/minipc/ChassisTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
#include "dbus.h"
#include "tim.h"

/*
This example receives vx, vy, and vw commands from Jetson and commands
the chassis.
The corresponding example on Jetson is chassis_test.py in robot_driver.
*/

#define RX_SIGNAL (1 << 0)
#define DATA_READY_SIGNAL (1 << 1)
extern osThreadId_t defaultTaskHandle;
Expand Down

0 comments on commit 3c63dbc

Please sign in to comment.