Skip to content

Repository with VSCode devcontainer configuration for the course AI6001 based on the OMX Moveit package.

Notifications You must be signed in to change notification settings

vncprado/AI6001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI6001-OMX-Moveit-devcontainer

This repository contains the Openmanipulator-X and Moveit! packages. The robot also includes an overhead camera.

Devcontainer instructions:

Install VSCode, devcontainer extension and Docker. Clone the repository and open the folder in VSCode:

$ git clone git@github.com:vncprado/AI6001-OMX-Moveit-devcontainer.git

Select the option "Reopen in container".
After the finishing loading the folder in Docker. Open a terminal.
To launch the tutorial:

$ catkin_make
$ source devel/setup.bash
$ roslaunch omx_tutorials omx_camera_scene.launch 

Alawys run source devel/setup.bash when oppening a new terminal.
After this you should be able to open the browser on localhost:6080 and see the GUI (RViz and Gazebo).
The novnc web page requires the password: vscode.
To run the rest of the tutorial:

$ rosrun omx_tutorials object_detection.py
$ rosrun omx_tutorials omx_pick_obj.py

You can also run for debbuging:

$ rosrun omx_tutorials print_frames.py 

To launch the original system just use:

$ catkin_make
$ source devel/setup.bash
$ roslaunch open_manipulator_controllers joint_trajectory_controller.launch sim:=true 

About

Repository with VSCode devcontainer configuration for the course AI6001 based on the OMX Moveit package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors