Skip to content

Commit

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

/*
This example receives vx, vy, and vw commands from Jetson and commands
the chassis.
This example receives vx, vy, and vw commands from the Jetson and commands
the chassis.
The corresponding example on Jetson is chassis_test.py in robot_driver.
On the Jetson side, the following scripts in robot_driver work with this
example: chassis_test.py, cmd_vel_adjuster.py, and keyboard_teleop.py.
(Note that if you are using cmd_vel_adjuster.py and keyboard_teleop.py, you
will need to run robot.py as well. See each script for more information.)
*/

#define RX_SIGNAL (1 << 0)
Expand Down

0 comments on commit 2389b9f

Please sign in to comment.