-
v4l2 (v4l-utils)
-
ROS melodic
-
ROS packages:
-
python 2.7
- cv2
- numpy
- use terminal commands from the repository's base directory
catkin_ws - build catkin workspace if needed
-
open Terminal CTRL + ALT + T
-
(recommended) open a new Tab for each step using CTRL + SHIFT + T or the "right-click-context-menu"
-
(recommended) execute
$ roscore. This ensures we don't accidentally kill it when it's attached to a launch. -
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
- (not recommended) launch everything together:
-
select action from the dropdown and click on send goal