Difference between revisions of "Advantech Robotic Suite/ros1 bridge"
From ESS-WIKI
(Created page with " == Introduction == RViz is a 3D visualization tool for ROS. == How To == Startup <syntaxhighlight lang="bash">$ ros2 run rviz2 rviz2 </syntaxhighlight> <span styl...") |
|||
Line 14: | Line 14: | ||
<span style="font-size:large;"><span style="color:#FF0000;">( Note: If using RViz on EPC-R3720, it needs to use SSH -X method, please follow [[ROS2_Suite_Q&A#How_to_use_RViz_on_EPC-R3720|Q&A]]. )</span></span> | <span style="font-size:large;"><span style="color:#FF0000;">( Note: If using RViz on EPC-R3720, it needs to use SSH -X method, please follow [[ROS2_Suite_Q&A#How_to_use_RViz_on_EPC-R3720|Q&A]]. )</span></span> | ||
− | |||
[[Category:Editor]] | [[Category:Editor]] |
Revision as of 04:21, 25 April 2023
Introduction
RViz is a 3D visualization tool for ROS.
How To
Startup
$ ros2 run rviz2 rviz2
( Note: If using RViz on EPC-R3720, it needs to use SSH -X method, please follow Q&A. )