Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro jazzy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro lyrical showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro foxy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

fss_bringup package from fastswarmsim repo

fss_bringup fss_px4_sim fss_sensing fss_time fss_time_interfaces

ROS Distro
humble

Package Summary

Version 0.1.1
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/shupx/FastSwarmSim.git
VCS Type git
VCS Version main
Last Updated 2026-08-25
Dev Status MAINTAINED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Integrated launch files for FastSwarmSim.

Maintainers

  • Peixuan Shu

Authors

No additional authors.

fss_bringup

This package provides integrated FastSwarmSim launch files. Each launch combines the PX4 or perfect-drone simulator, optional local LiDAR point-cloud sensing, the fss_time coordinator, vehicle visualization, and RViz.

# One PX4 vehicle with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_single.launch.py

# A three-vehicle PX4 swarm with LiDAR sensing and RViz.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py num_drones:=3

# Use MAVROS-compatible perfect drones instead of PX4 simulation.
ros2 launch fss_bringup sim_px4_drone_lidar_multi.launch.py \
  num_drones:=5 use_perfect_drone:=true

Both launches use the FastSwarmSim coordinated clock by default. Set use_fss_sim_time:=false to disable lock-step time coordination, sensing_enable:=false to omit local LiDAR in the multi-drone launch, or enable_sensing:=false in the single-drone launch. Use rviz_enable:=false for multi-drone runs or enable_rviz:=false for single-drone runs to launch without RViz.

The multi-drone launch assigns the namespaces uav1, uav2, and so on. It accepts drones_per_row, startup_batch_size, and startup_batch_delay_ms to control formation layout and staged startup.

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged fss_bringup at Robotics Stack Exchange