Hi! I've got two planes workings using make runSim and ./spawner but the two planes spawn nearly on top of each other (one tail lands on top of the first plane) and I've tried changing these lines in tansa/doc/examples/gazebo_spawn/main.cpp:
vector homes;
homes.push_back({0, 0, 0});
homes.push_back({0, 1, 0});
But changing these values doesn't seem to have any affect on where they spawn relatively. How can I separate them more? Manually going in to gazebo and drag and dropping is too tedious for me sorry.
Thanks for the help! @dennisss @tessmichi
Hi! I've got two planes workings using make runSim and ./spawner but the two planes spawn nearly on top of each other (one tail lands on top of the first plane) and I've tried changing these lines in tansa/doc/examples/gazebo_spawn/main.cpp:
vector homes;
homes.push_back({0, 0, 0});
homes.push_back({0, 1, 0});
But changing these values doesn't seem to have any affect on where they spawn relatively. How can I separate them more? Manually going in to gazebo and drag and dropping is too tedious for me sorry.
Thanks for the help! @dennisss @tessmichi