micro-ROS / micro_ros_platformio

micro-ROS library for Platform.IO
Apache License 2.0
194 stars 68 forks source link

[Feature request] custom task kill micro-ros-agent and upload to board #140

Open dudu8009 opened 1 week ago

dudu8009 commented 1 week ago

Issue template

i think it would be great if there was a default way to kill micro ros agent and only then begin the upload when the upload is serial sometimes i forget to close the agent and then it occupies the serial port for upload

hippo5329 commented 1 week ago

It should not be done this way. It is very common in ROS/ROS2 that you need to kill unused tasks/launches. You can run the serial agent in the same terminal as the upload so that it wont confuse. The wifi/udp4 agent wont interfere the upload.