Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple ROS-based simulator (using RVIZ for visualization) #504

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2021

  1. Add simple ROS-based simulator (using RVIZ for visualization)

    Usage:
    Terminal 1: roslaunch crazyswarm sim.launch
    Terminal 2: python3 example_distributed.py
    whoenig committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5b90579 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Add simple ROS-based simulator (using RVIZ for visualization)

    Usage:
    Terminal 1: roslaunch crazyswarm sim.launch
    Terminal 2: python3 example_distributed.py
    whoenig committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    dc3910c View commit details
    Browse the repository at this point in the history
  2. Update ROS-based Simulator to now work with any script

    * Improved example_distributed
    * The new ROS simulator can be used with
    
    $ roslaunch crazyswarm hover_swarm.launch sim:=True
    $ (python-script-without --sim-argument)
    
    * Implements some missing features
    whoenig committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9052a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2914a6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdaac29 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. ROS Sim: Use composition rather than inheritance for clarity

    This also addresses some other minor points raised by jpreiss in
    #504
    whoenig committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    c464bea View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    5bdf7b7 View commit details
    Browse the repository at this point in the history
  2. ROS Sim: add documentation

    whoenig committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    074ecd3 View commit details
    Browse the repository at this point in the history