Trouble with bringup #141
Unanswered
timmarkhuff
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Great! So the issue that you are running into is that the default MAVROS connection string is setup for simulation. Are you running the container on a topside computer or from the BlueROV itself (you can do either)? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Okay, we tried running
Any idea what is wrong? Did we miss a step? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@evan-palmer
We have successfully installed the docker container and are trying to run the package now. So far we have been unable to make a connection. We are guessing a little bit on the steps. Maybe you can correct what we are doing:
docker run -it 6fdbd129a321
. This launches successfully.docker exec -it compose-blue-1 /bin/bash
. No problem here.ros2 launch blue_bringup bluerov2.launch.py
(we don't use the heavy configuration). This launches, but never connects. We see the following:docker run -it --net=host 6fdbd129a321
, thinking that might be necessary for the docker container to communicate with the Blue ROV 2, but that doesn't seem to help.Finally, we aren't sure what we should do after bring up. For now, we'd just like to do
ros2 topic echo
to confirm we are getting some data from the robot. Beyond that, what can we do? Any teleop or navigation launch files we should be running?Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions