Launching gui_based_control vs. launch_ctrk_interface? Or are these not mutually exclusive? #78
Replies: 1 comment 1 reply
-
Hello, Thanks for the detailed question. Let me clarify.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - Following the instructions here to try to launch GUI control of the PSM arms / ECM, but not understanding how exactly to do this.
(1) It is written:
"Simply run the
launch_crtk_interface.py
script. This script will consequently use thepsm_arm.py
,ecm_arm.py
andscene.py
scripts and create ROS topics to publish and receive commands."-- My belief is that I should run
$ python3 launch_crtk_interface.py
in a 3rd terminal with my other two terminals running$ roscore
and$ ./ambf_simulator --launch_file <surgical_robotics_challenge>/launch.yaml -l 0,1,3,4,14,15 -p 120 -t 1 --override_max_comm_freq 120
.(2) Then I should run
$ gui_based_control.py
in a 4th terminal to access the GUIs that will interface with the ROS topics launched by thelaunch_crtk_interface.py
script?OR
(3) Are these two separate concepts? The
launch_crtk_interface.py
should be used with ROS messages while thegui_based_control.py
already includes the interface with the simulated PSMs/ECM? In which casegui_based_control.py
should be run with the other two processes beingroscore
and./ambf_simulator
?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions