colcon / colcon-cargo

An extension for colcon-core to support Rust projects built with Cargo
http://colcon.readthedocs.io
Apache License 2.0
30 stars 20 forks source link

Need to delete target directory on project rebuild #18

Open jhdcs opened 2 years ago

jhdcs commented 2 years ago

I have noticed that at times changes to the source code within the Rust projects won't "propagate" to the wider ROS 2 system unless I delete the target directories within each of the crates I'm working on.

Is this something that colcon-cargo can do automatically? Or is this a bug within colcon-cargo?

Guelakais commented 4 months ago

There are .gitignore files for this kind of thing. Simply add the folders you don't want to upload and you're done.