Skip to content

hoo223/hsa_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsa_project

docker

: docker image and container generation code

: .sh files for host PC setting (Ubuntu 18.04), which include


How to Run

Docker container

Commands

start contianer -> docker start [CONTAINER_NAME]
attach to container -> docker attach [CONTAINER_NAME]
additional terminal -> docker exec -it [CONTAINER_NAME] bash

Shortcut

container name command(start) command(attach) command(exec) command(start & attach)
core cs ca ce core
unity us ua ue unity
ur10 urs ura ure ur10

Teleoperation

  1. Haptic

    • Host PC (Terminal 1)
      # allow authority to the device
      hp 
      # Run haptic device node
      haptic 
      
  2. Gazebo (in update)

    • core container (3 terminals)
      gazebo
      
      gc && mgi
      
      ti
      
  3. Unity

    • unity contatiner (1 terminal)
      # Run unity hub
      unity
      
      run the Unity-Main-Project and play 'ur10' scene
    • core container (2 terminals)
      unity_bringup
      
      unity_teleop
      
  4. Real UR10

    • Host PC (1 terminal)
      # Run gripper node (optional, when need to operate gripper)
      roslaunch robotiq_2f_gripper_control robotiq_action_server_client.launch __ns:=gripper
      or
      gripper
      
    • ur10 contatiner (1 terminal)
      # Run ur10 hardware interface
      ur10_tcp
      
    • Teachpendent
      1. run program
      2. load program -> ExternalControl.urp
      3. play button
    • core container (2 terminal)
      real_bringup
      
      real_teleop
      

Related Pages

ros-control

http://gazebosim.org/tutorials/?tut=ros_control

http://wiki.ros.org/ros_control

http://www.theoj.org/joss-papers/joss.00456/10.21105.joss.00456.pdf

Unity-ROS Project

https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/ros_unity_integration/publisher.md

https://github.com/fsstudio-team/ZeroSimROSUnity#setting-up-a-new-unity-project

https://github.com/Mediemanden/Unity3D-ROS-RL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published