Skip to content

Log robot names and configurations in run.yml #571

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Aug 24, 2020

Tested using:

ign launch cloudsim_sim.ign worldName:=simple_cave_01 circuit:=cave robotName1:=MY_X1 robotConfig1:=X1_SENSOR_CONFIG_1 robotName2:=TEST_X2 robotConfig2:=X2_SENSOR_CONFIG_3 robotName3:=X3_CHILD robotConfig3:=X3_SENSOR_CONFIG_1 marsupial1:=MY_X1:X3_CHILD

which produces the following in run.yml:

robots:
  MY_X1:
    platform: X1
    config: X1 CONFIG 1
  TEST_X2:
    platform: X2
    config: X2 CONFIG 3
  X3_CHILD:
    platform: X3
    config: X3 UAV CONFIG 1
marsupials:
  MY_X1: X3_CHILD

Signed-off-by: Nate Koenig nate@openrobotics.org

Signed-off-by: Nate Koenig <nate@openrobotics.org>
@nkoenig nkoenig merged commit 37d6835 into master Aug 24, 2020
@nkoenig nkoenig deleted the log_robot_names_and_configurations branch December 10, 2020 22:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants