Skip to content

0.0.8: Add Microsoft Windows support (#37)

Compare
Choose a tag to compare
@thomas-moulard thomas-moulard released this 03 Dec 03:08
· 526 commits to master since this release
9a0f4ea
On Windows, we do not run `rosdep update' because it will not run
properly (os.geteuid() is missing, and sudo is not available).
We also stop relying on '*' in NPM scripts defined in package.json as
they are not expended in a similar way on Windows.

Signed-off-by: Thomas Moulard <[email protected]>