Skip to content

docs: fix docker path and add markdown styles #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Request [Complimentary MATLAB license for RoboCup Participants here](https://www

# Instructions for Installing and Opening Virtual Environments
1. Follow [instructions here (Appendix A) to install VM image or setup Docker container](https://drive.google.com/file/d/1w9tBy3DKmZBKEfOqOFUXcT8hcQig6sNS/view), using the archive from the step above
2. Open a command line terminal and navigate to ~src/arm_gazebo/docker
3. execute the the run script (./run.bash)
2. Open a command line terminal and navigate to `~/src/arm_gazebo/docker`
3. execute the the run script (`./run.bash`)

NOTE for MAC and Linux users: You might have to change the network bridging options in the Virtual Machine. Refer to this post: https://www.mathworks.com/matlabcentral/answers/392422-cannot-connect-to-ros-master-running-on-virtual-machine
> [!NOTE]
> For MAC and Linux users: You might have to change the network bridging options in the Virtual Machine. Refer to this post: [Cannot connect to ROS master running on virtual machine](https://www.mathworks.com/matlabcentral/answers/392422-cannot-connect-to-ros-master-running-on-virtual-machine)

# MATLAB Support for Cobots and Examples

Expand Down