forked from NXROBO/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the driver as 0.4 base and add the teleop node's launch file
- Loading branch information
xiankai.chen
committed
May 3, 2017
1 parent
8475f51
commit 25ced39
Showing
133 changed files
with
880 additions
and
131 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
spark_v03/spark_driver/base/spark_base/msg/SparkBaseIRBumperCliff.msg
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
spark_v04/spark_driver/base/spark_base/msg/SparkBaseDock.msg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
bool search_dock | ||
bool touch_charge | ||
bool plug_charge | ||
|
||
bool dock_dir_left | ||
bool dock_dir_right | ||
bool dock_dir_front | ||
bool dock_dir_BACK | ||
|
||
|
||
|
||
|
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
spark_v04/spark_driver/base/spark_base/msg/SparkBaseSensor.msg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
bool ir_bumper_left | ||
bool ir_bumper_right | ||
bool ir_bumper_front_left | ||
bool ir_bumper_front_right | ||
bool ir_bumper_front | ||
bool ir_bumper_back_left | ||
bool ir_bumper_back_right | ||
|
||
|
||
bool cliff_left | ||
bool cliff_right | ||
bool cliff_front_left | ||
bool cliff_front_right | ||
bool cliff_back_left | ||
bool cliff_back_right | ||
|
||
bool wheel_drop_left | ||
bool wheel_drop_right | ||
bool wheel_over_current_left | ||
bool wheel_over_current_right |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.