Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 1.39 KB

firmwareDeveloperEnvironment.md

File metadata and controls

34 lines (18 loc) · 1.39 KB

Firmware Development Environment

Prerequisites

Optional Components

Suggested Screen layout

  • Arrange terminals running the required containers, arrange them as a stacked array on the left hand side of the screen. A terminal program that supports splitting the window horizontally, makes window management easier

  • Open the Thonny and arrange it on the top right of the screen

  • Move the rqt bottom bottom right hand of the screen.

Screen shot before running

  • Visual Code Studio can be loaded on another Desktop allowing you to switch from the compiler for the firmware, to the configuration to perform Python development.

  • Sample Python code is located in the example directory

  • The sample code can be loaded on the device by dragging it from the top (Local Directory) down to the device directory.

  • To start the ROS System and register to receive /cmd_vel messages with the data type of geometry_twist

Screen shot before running