This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature: sound interface (#436) * Added sound_play sounds to safety * Removed sound scheduler * Add sound_play_node to launch file * Several small fixes * Fix clang format * Remove sound scheduler exec depend * Clang tidy fixes * Feature/pm246 stairs in sim (#439) * Fix undefined value in xacro when launching on exo. * Add stairs to simulation Co-authored-by: Olav de Haas <[email protected]> * Feature/pm 249 add rockerswitch input (#438) * Added rocker switch variable to the gait instruction msg generated by the (mock) input device. The message can send a 1 which means that the rocker switch has been incremented and a -1 which means that the rocker switch has been decremented. * Added two more variables to the gait instruction message to distinguish increment or decrement of the rocker switch. * Removed the rocker switch argument and created the increment and decrement possibilities as instruction types. Co-authored-by: Roelemans <[email protected]> Co-authored-by: JorisWeeda <[email protected]>
- Loading branch information
1 parent
e8f9a9f
commit 9e0a785
Showing
26 changed files
with
35 additions
and
262 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
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
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
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
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
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
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ Setpoint[] setpoints | |
|
||
trajectory_msgs/JointTrajectory trajectory | ||
duration duration | ||
Sound[] sounds | ||
string[] sounds |
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
march_sound_scheduler/include/march_sound_scheduler/scheduled_sound.h
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
march_sound_scheduler/include/march_sound_scheduler/scheduler.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.