ROS2 workspace scaffolder + multi-machine diagnostics toolkit
Project description
rosforge
ROS2 workspace scaffolder + multi-machine diagnostics toolkit.
Two tools. One install.
Install
pip install rosforge
Or from source:
git clone https://github.com/yourname/rosforge
cd rosforge && pip install -e .
rosforge scaf
Scaffold a complete ROS2 workspace interactively:
rosforge scaf
Generates:
config/cyclonedds.xmlorfastdds.xml— correct for your network topologyconfig/bashrc_block.sh— exact exports, ready to pastescripts/install_device1.sh,install_device2.sh— full per-device install scriptssrc/<pkg>/<node>.py— publisher / subscriber / service node, colcon-readypackage.xml,setup.pyREADME.mdwith device-specific steps
Supports: Humble / Iron / Jazzy / Rolling, RPi / Jetson / x86 / STM32, CycloneDDS / FastDDS, same LAN / cross-subnet / hotspot / single machine, micro-ROS agent config.
rosforge doctor
Diagnose your ROS2 multi-machine setup:
# Local checks only
rosforge doctor
# Check peer connectivity too
rosforge doctor raspberrypi.local 192.168.1.42
Checks:
- ROS2 installation and distro detection
- RMW / DDS environment variables
- ROS_DOMAIN_ID and ROS_LOCALHOST_ONLY
- Network interface enumeration
- Multicast reachability
- UFW / iptables firewall rules blocking UDP
- DDS port availability (7400–7411)
- NTP clock synchronization
- ROS2 daemon health
- Cross-distro compatibility warnings
- Live topic discovery smoke-test
- Per-peer: ICMP ping + UDP reachability
Every failure comes with a specific fix command.
Workflow
# 1. Scaffold your workspace
rosforge scaf
# 2. Diagnose immediately after
rosforge doctor raspberrypi.local jetson.local
# 3. Apply fixes, re-run until clean
rosforge doctor
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ros2forge-0.4.0.tar.gz.
File metadata
- Download URL: ros2forge-0.4.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a18359408d4ce6335a5308536ebe059c4eccef4276d44906dd69f2f3eeaf251e
|
|
| MD5 |
99b215cd5a3ea276ac89e13255d094ee
|
|
| BLAKE2b-256 |
37bb3ab621a33c1bdba4e77ea424a1e6c3befe25aac16c970e79bd33488df030
|
File details
Details for the file ros2forge-0.4.0-py3-none-any.whl.
File metadata
- Download URL: ros2forge-0.4.0-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
247d62a07fab431843e4d86810bf9b1d0c8eec1064f665de6428ab96556e8b9a
|
|
| MD5 |
0551c552b4bf5660a4d2ef2e494d0baa
|
|
| BLAKE2b-256 |
1a6b9cc05d3863d7a403466a22379aff9e914d7fe6965c4f1afa38372874ae57
|