yoneken / rosserial_stm32

This is a part of [rosserial](https://github.com/ros-drivers/rosserial) repository to communicate with ROS system through a USART for STM32 embedded system.
BSD 2-Clause "Simplified" License
218 stars 72 forks source link

Windows vagrant setup is missing c++ compiler #27

Open evenlund opened 3 years ago

evenlund commented 3 years ago

I get an error that the c++ cant be found when running "docker-compose up prepare" for the windows setup. I have made this work by adding the "build-essential" apt package in the Dockerfile.

There still seems to be an issue that rosdep cannot be found at the end of the running (bash: rosdep: command not found rosserial_stm32_prepare_1 exited with code 127).