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

radxa select the mode of use #93

Merged
merged 6 commits into from
Nov 27, 2024
Merged

Conversation

708yamaguchi
Copy link
Collaborator

@708yamaguchi 708yamaguchi commented Nov 26, 2024

Usage

  • Define all modes in AtomS3.
  • Set which mode to use in rosparam, and radxa will tell AtomS3 which mode to use.

Sample

<launch>
  <node name="set_mode"
        pkg="riberry_startup" type="set_mode.py" 
        output="screen"
        respawn="true">
    <rosparam>
      mode_names:
      - DisplayInformationMode
      - DisplayQRcodeMode
      - DisplayBatteryGraphMode
    </rosparam>
  </node>
</launch>

@708yamaguchi 708yamaguchi force-pushed the selected-modes branch 2 times, most recently from 7a77280 to 3c99847 Compare November 26, 2024 08:16
@708yamaguchi
Copy link
Collaborator Author

708yamaguchi commented Nov 26, 2024

By default, DisplayInformationMode and DisplayQRcodeMode are enabled.
They are necessary when radxa is not connected to wifi.

I tested wifi-connect works well.

@nakane11
Copy link
Contributor

I tested set_mode with my robot and confirmed that the specified modes are correctly selected.

@708yamaguchi 708yamaguchi merged commit 060fc40 into iory:master Nov 27, 2024
3 checks passed
@708yamaguchi 708yamaguchi deleted the selected-modes branch November 27, 2024 09:19
@iory iory mentioned this pull request Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants