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

Simulation Demo #31

Open
4 of 21 tasks
tylerferrara opened this issue Feb 24, 2022 · 0 comments
Open
4 of 21 tasks

Simulation Demo #31

tylerferrara opened this issue Feb 24, 2022 · 0 comments
Assignees

Comments

@tylerferrara
Copy link
Contributor

tylerferrara commented Feb 24, 2022

Target Date: Mar 4, 2022

Physics Simulator: Gazebo
Launch File: turtlebot3_simulations/turtlebot3_gazebo/launch/sim-demo.launch
World File: turtlebot3_simulations/turtlebot3_gazebo/worlds/dans_basic_maze.world
Argos File: TODO

ROS Robot Name IP Address Network Device (NIC)
robot_0 192.168.0.1 tun0
robot_1 192.168.0.2 tun1
robot_2 192.168.0.3 tun2
robot_3 192.168.0.4 tun3

Metrics:

X% map is explored in 1 sim minutes
X% map is explored in 10 sim minutes
X% map is explored in 100 sim minutes

Compare to X% map coverage by random exploration with n robots

Anatomy of a Sim:

A Robot includes the following ROS Nodes]

  • Map Merge
  • State Machine
  • coms
  • g_mapping
  • AMCL pose
  • move-base
  • frontier searching
  • explore
  • Gazebo Line-of-site

Missing Parts:

Reinforcement Learning Based Frontier Selection

Integrating merged map into navigation system

  • Map Merge node publishing map to topic: \robot_X\merged_map Map Merge Developments #27
  • Topic Subscribers: amcl and move-base
  • Explore uses this map to calculate frontiers

Coms Line-of-site in Gazebo

@tylerferrara tylerferrara changed the title ARGoS Simulation Demo Simulation Demo Feb 24, 2022
This was referenced Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants