Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer Tutorial #99

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Developer Tutorial #99

wants to merge 4 commits into from

Commits on Aug 30, 2024

  1. Add tutorial for developing interface features

    This tutorial covers how to plumb data, service calls, etc. from
    the ROS world through WebRTC and up to the web interface, where
    a React component (i.e. a piece of UI that the user can interact
    with) can display data, trigger services, etc. It takes the
    example of homing the robot, which involves showing a button
    that calls the /home_the_robot ROS2 service, showing a loading
    spinner while the robot is doing the homing sequence (as reported
    by the driver on the /mode ROS2 topic), and disappearing once
    the robot is done (as reported on the /is_homed topic).
    hello-binit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    101af35 View commit details
    Browse the repository at this point in the history
  2. Add a wrap-up section

    hello-binit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c4e55df View commit details
    Browse the repository at this point in the history
  3. Run prettier

    hello-binit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d410114 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    876a870 View commit details
    Browse the repository at this point in the history