You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`set_ascii`| Sets the 4 digit LEDs. Accepts 1 to 4 bytes, each representing an ASCII character to be displayed from left to right | [std_msgs/UInt8MultiArray][uint8multiarray]
197
197
`dock`| Activates the demo docking behaviour. Robot enters _Passive_ mode meaning the user loses control (See [OI Spec][oi_spec]) | [std_msgs/Empty][empty]
198
198
`undock`| Switches robot to _Full_ mode giving control back to the user | [std_msgs/Empty][empty]
199
+
`define_song`| Define a song with up to 16 notes. Each note is described by a MIDI note number and a float32 duration in seconds. The longest duration is 255/64 seconds. You can define up to 4 songs (See [OI Spec][oi_spec]) | [ca_msgs/DefineSong][definesong_msg]
200
+
`play_song`| Play a predefined song | [ca_msgs/PlaySong][playsong_msg]
199
201
200
202
## Commanding your Create
201
203
@@ -229,6 +231,8 @@ Contributing to the development and maintenance of _create\_autonomy_ is encoura
229
231
230
232
* [Michael Browne](http://brownem.engineer/)
231
233
- Confirms driver works with Roomba 700 and 800 series.
0 commit comments