Skip to content

zijian-x/mecarover

Repository files navigation

Prerequisites

  • docker
  • ros2 in jazzy

ROS2 package dependencies

  • micro-ros-agent in jazzy
  • control_msgs

Either install the dependencies locally via the system's package manager, or build from source

Pull/Update submodules

git submodule update --init --recursive

Build micro_ros_stm32cubemx_utils static library

docker pull microros/micro_ros_static_library_builder:jazzy
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=micro_ros_stm32cubemx_utils/microros_static_library microros/micro_ros_static_library_builder:jazzy

Or just the use the convenient script micro_ros_static_lib_gen.sh

stm32cubemx configuration

  • assign a local IP address and a gateway address in stm32cubemx, which should be from the same subnet as micro-ROS agent, and regenerate the configuration files and compile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages