-
Notifications
You must be signed in to change notification settings - Fork 109
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 not navigating #41
Comments
I am also not able to get the boat to navigate. Don't know how to fix that. Was anybody able to do it? |
same is happening to me, did you all find a solution? |
Sorry guys, never got a solution to this and have moved on to other things |
for anyone looking for a solution in the future, try using different boat types and different scenarios. You should also start the ROS master node in a different terminal! This worked for me: Terminal 1: Terminal 2: Produce the spawner launch file (this command will end in red text, don't worry about it. The purpose of this command is to produce a new launch file within the usv_sim/launch/scenarios_launchs/ directory) Start the simulation Terminal 3: You can also unpause gazebo using python. Take a look within the navigation scripts:
You can explore the different scenarios and boat types by following the same process for other scripts within this directory: Hope this helps someone in the future! |
I have successfully run the simulation using the command sequence:
From this point, I had to open another terminal and run the command:
At this point, waves begin moving and the boat reacts to the waves/current, but the boat does not navigate between the buoys. From the documentation, it seemed to me that the navigation was built into this launch file. Am I mistaken?
Is there another command I need to run to make the boat navigate?
Any help would be appreciated!!
The text was updated successfully, but these errors were encountered: