forked from CMU-Robotics-Club/RoboBuggy2
-
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.
mock rolled ros2bnyahaj reading/writing
Co-authored-by: TiaSinghania <[email protected]> Co-authored-by: Gyanepsaa Singh <[email protected]> Co-authored-by: Tucker Shea <[email protected]> Co-authored-by: Alden-G878 <[email protected]> Co-authored-by: garrison2 <[email protected]> Co-authored-by: delaynie <[email protected]>
- Loading branch information
1 parent
cd50861
commit 16542ba
Showing
8 changed files
with
387 additions
and
318 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<launch> | ||
<node pkg="foxglove_bridge" exec="foxglove_bridge" name="foxglove" namespace="SC"/> | ||
<node name="debug_steer" pkg="buggy" exec="debug_steer.py" output="screen"/> | ||
<node name="bnyahaj_writer" pkg="buggy" exec="ros_to_bnyahaj_writer.py" output="screen" respawn="true" args="--self_name SC --other_name NAND --teensy_name ttyUSB0" namespace="SC"/> | ||
<node name="bnyahaj_reader" pkg="buggy" exec="ros_to_bnyahaj_reader.py" output="screen" respawn="true" args="--self_name SC --other_name NAND --teensy_name ttyUSB0" namespace="SC"/> | ||
</launch> |
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,10 @@ | ||
float64 encoder_angle | ||
float64 rc_steering_angle | ||
float64 software_steering_angle | ||
float64 true_steering_angle | ||
bool operator_ready | ||
bool brake_status | ||
bool use_auton_steer | ||
bool tx12_state | ||
uint8 stepper_alarm | ||
uint8 rc_uplink_qual |
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
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.