I’ve been working on a ROS 2 teleop app for Android called ROSDeck. The core idea is a tmux-style split layout - you divide the screen into panes and assign one widget per pane: camera feed, joystick (Twist/TwistStamped), occupancy map, diagnostics, battery state, time-series chart. Layouts save as named presets so you can switch between “drive” and “inspect” configs in one tap.
It connects over rosbridge WebSocket or foxglove-bridge. Everything is local - no backend, no account.
Android first, iOS in the works. Closed beta sign-up here:
Would genuinely like feedback on what’s missing from a practical fieldwork perspective.
Cool, but similar projects have been created many times before. One big issue is, that they are rarely maintained. I think ideally we shouldn’t start from scratch everytime and just maintain one version.
Does it make sense to have some version that is maintained by OSRA? @Katherine_Scott
i was testing it on my device with my sim, problem i faced is remapping the app sends cmd to /cmd_vel but my bot accepts on diff topic, can you help me to find any method to remapp so that i can test it,
rest everything is smooth easy control and nice interface