# ROS resource and visualization

**URL:** https://forum.hello-robot.com/t/ros-resource-and-visualization/46
**Category:** Discuss
**Created:** [July 24, 2020, 8:09am UTC](https://forum.hello-robot.com/t/ros-resource-and-visualization/46 "2020-07-24T08:09:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sitaneja](https://avatars.discourse-cdn.com/v4/letter/s/90ced4/32.png) [@sitaneja](https://forum.hello-robot.com/u/sitaneja)
#### Post date: [July 24, 2020, 8:09am UTC](https://forum.hello-robot.com/t/ros-resource-and-visualization/46/1 "2020-07-24T08:09:17Z")

</div>

I have a query, in the [Quick Start Guide](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.hello-robot.com%2Fquick_start_guide%2F&data=02%7C01%7CSidharth.Taneja%40microsoft.com%7Ce8989bb342d64293195808d82f7b1c82%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637311553113991456&sdata=9xN8LZzzwHK5e9E2XlpwCNZHTEXt2NBxbIlQ5vNxnPk%3D&reserved=0) , it is mentioned how to start with python. But there is nothing mentioned about how to start with ROS, like how to call ROS commands from command line and see the action performed.

Also, to test new .launch file, is there any visualization tool to test and run the new code or we directly need to push it into robot?

---

<div class="post-metadata">

### Author: ![bshah](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.hello-robot.com/bshah/32/55_2.png) [@bshah](https://forum.hello-robot.com/u/bshah)
#### Post date: [July 24, 2020, 5:47pm UTC](https://forum.hello-robot.com/t/ros-resource-and-visualization/46/2 "2020-07-24T17:47:53Z")

</div>

Hi @sitaneja, the official ROS [tutorials](http://wiki.ros.org/ROS/Tutorials) do a great job of explaining how to call ROS commands from the command line.

Rviz is the de facto visualization tool in the ROS community. When you run one of the ROS launch files from [stretch\_ros](https://github.com/hello-robot/stretch_ros/), you can use Rviz to see how Stretch perceives it’s environment. Usually the launch files will start Rviz for you, but you can also start Rviz using the following command: `rosrun rviz rviz`.
