mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
make ping everyone be 10k for next time!
This commit is contained in:
@@ -65,3 +65,6 @@ To install roverd on your pi:
|
|||||||
6. Roverd, along with the audio and video publishers should now be running. Roverd should have created it's default config file at `/etc/roverd.yaml`
|
6. Roverd, along with the audio and video publishers should now be running. Roverd should have created it's default config file at `/etc/roverd.yaml`
|
||||||
|
|
||||||
Edit the `/etc/roverd.yaml` config file to change settings like your rover's name, color, and set the server IP.
|
Edit the `/etc/roverd.yaml` config file to change settings like your rover's name, color, and set the server IP.
|
||||||
|
|
||||||
|
|
||||||
|
## Setting up the server
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
1. Overseer personality swapping.
|
|
||||||
2. make mobile joystick more betterer
|
|
||||||
3. make rs commands work from site chat, not just discord
|
|
||||||
4. make google tts the default everywhere but roverd
|
|
||||||
5. fix rover request spam queue cheat
|
|
||||||
|
|
||||||
|
|
||||||
# relative pipe dreams:
|
|
||||||
1. VPS video forwarding
|
|
||||||
1. get forwarding working with the VPS for in-queue users and spectators
|
|
||||||
2. bandwidth testing
|
|
||||||
3. maybe switch room cams back to real video, with audio?
|
|
||||||
2. overseer LED tesseract
|
|
||||||
3. RF based positional tracking / room map tab
|
|
||||||
4. chromecast monitor youtube search and speakers
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
id: 'discordPingEveryone',
|
id: 'discordPingEveryone',
|
||||||
name: 'PING @EVERYONE',
|
name: 'PING @EVERYONE',
|
||||||
goal: 7567,
|
goal: 10000,
|
||||||
async run(ctx) {
|
async run(ctx) {
|
||||||
ctx.publishEvent({
|
ctx.publishEvent({
|
||||||
source: 'buttonBoxReward',
|
source: 'buttonBoxReward',
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
1. # FIX ALL OF THE PERFORMANCE PROFILED ISSUES!!
|
||||||
|
2. fix up ALL discord admin commands
|
||||||
|
1. make sure all permissions are correct
|
||||||
|
2. fuzzy search
|
||||||
|
3. dont break on multi word nicknames
|
||||||
|
4. make all rs commands work form both the site chat and discord
|
||||||
|
1. make sure all the permissions are correct
|
||||||
|
3. Overseer personality swapping.
|
||||||
|
4. maybe make a better joystick for mobile
|
||||||
|
5. make google tts the default everywhere but roverd
|
||||||
|
6. fix rover request spam queue cheat
|
||||||
|
|
||||||
|
|
||||||
|
# relative pipe dreams:
|
||||||
|
1. VPS video forwarding
|
||||||
|
1. get forwarding working with the VPS for in-queue users and spectators
|
||||||
|
2. bandwidth testing
|
||||||
|
3. maybe switch room cams back to real video, with audio?
|
||||||
|
2. overseer LED tesseract
|
||||||
|
3. RF based positional tracking / room map tab
|
||||||
|
4. chromecast monitor youtube search and speakers
|
||||||
Reference in New Issue
Block a user