Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Preparations / Building

  • use terminal commands from the repository's base directory catkin_ws
  • build catkin workspace if needed

Execution

  1. open Terminal CTRL + ALT + T

  2. (recommended) open a new Tab for each step using CTRL + SHIFT + T or the "right-click-context-menu"

  3. (recommended) execute $ roscore. This ensures we don't accidentally kill it when it's attached to a launch.

  4. launch modules:

    • (not recommended) launch everything together: $ roslaunch control_dual_robot all_at_once.launch
    • (recommended) launch each module separately (again in new tab each):
      • $ roslaunch control_dual_robot robot_0.launch
      • $ roslaunch control_dual_robot robot_1.launch
      • $ conda activate masterprojekt && roslaunch twophase_solver_ros solver.launch
      • $ conda activate masterprojekt && roslaunch control_dual_robot control.launch
  5. select action from the dropdown and click on send goal

About

contains project example. catkin_make first

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages