377-monitor-and-control-from-inside-office#394
Merged
Conversation
rosalievanark
approved these changes
Feb 25, 2026
geurto
approved these changes
Feb 26, 2026
Signed-off-by: Jelmer de Wolde <[email protected]>
c968819 to
3fe4d70
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We want to be sure that we can see what the robot sees.
Fixes: #377
First tried to use Foxglove, but this did not work properly, probably due to the lack of compression. For more information, see #395 .
This PR integrates Rosboard. A fork was made with a tiny adaption to support new versions of Numpy. Rosboard does not support input, so no joystick, no waypoints and no E-stop control. These control inputs should still be done using Vizanti, our rcdt_gui or a ROS service call via SHH.
To start Rosboard, set
self.viz_conf.rosboard = Truefor a desired configuration inpredefined_configurations.py.Issue:
DoD
Nice to have
Testing
Drove around the building with the Panther, with sim card connection for internet.
Rosboard was running on a laptop inside the office, over a Tailscale connection.
Rosboard was able to visualize GPS location (/gps/fix).
Camera was not testable on the Panther yet, because of #383.
Realsense was tested with two laptops on different networks via Tailscale, without problems.
Pointcloud was tested on Panther (inside) with Tailscale, but this was too much and crashed the Rosboard connection. Scan was also tested on Panther (inside) with Tailscale, this seemed to work.
Documentation
Additional Notes
Any relevant screenshots, logs, or context.