check_same_directories.py

scripts for managing the Robot OS build system

Install

All systems
curl cmd.cat/check_same_directories.py.sh
Debian Debian
apt-get install rosbuild
Ubuntu
apt-get install rosbuild
image/svg+xml Kali Linux
apt-get install rosbuild
Windows (WSL2)
sudo apt-get update sudo apt-get install rosbuild
Raspbian
apt-get install rosbuild

rosbuild

scripts for managing the Robot OS build system

This package is part of Robot OS (ROS). Rosbuild solves the core problem of gathering appropriate build flags from, and tracking dependencies in, the ROS package tree. The macros provided by rosbuild automatically inherit the union of build flags exported by packages on which your package depends.