Skip to content
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

Environment Setup #11

Open
anhtuduong opened this issue Apr 9, 2023 · 1 comment
Open

Environment Setup #11

anhtuduong opened this issue Apr 9, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@anhtuduong
Copy link
Owner

anhtuduong commented Apr 9, 2023

Install environment

Follow instructions in locosim (recommend using Docker) for Window

Start developing

Clone the UR5BlokVision repo:

cd ros_ws/src/
```bash
git clone [email protected]:anhtuduong/UR5BlokVision.git

Compile/Install the code

Whenever you modify some of the ROS packages (e.g. the ones that contain the xacro fles inside the robot_description folder), you need to install them to be sure they are been updated in the ROS install folder.

cd ~/ros_ws/
catkin_make install

Start the robot simulation

Option 1: Run in terminal

python3 -i /ros_ws/src/UR5BlokVision/main.py

Option 2: Run in Pycharm
(https://github.com/anhtuduong/locosim#running-the-software-from-python-ide-pycharm)
Option 3: Run in VSCode

@anhtuduong anhtuduong converted this from a draft issue Apr 9, 2023
@anhtuduong anhtuduong added enhancement New feature or request documentation Improvements or additions to documentation labels Apr 9, 2023
@anhtuduong
Copy link
Owner Author

anhtuduong commented May 8, 2023

@vietxoan Project setup is here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Development

No branches or pull requests

2 participants