Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Replace noetic -> <distro>
authored
Nov 28, 2023
by
Robert Haschke
Show whitespace changes
Inline
Side-by-side
Frames-in-rviz.md
View page @
0a847f8a
### 1. Install the ROS package [agni-tf-tools](http://wiki.ros.org/agni_tf_tools)
`sudo apt install ros-
noetic
-agni-tf-tools`
`sudo apt install ros-
<distro>
-agni-tf-tools`
### 2. Source your ROS environment, and start `roscore` as well as [`rviz`](http://wiki.ros.org/rviz)
```
bash
source
/opt/ros/
noetic
/setup.bash
source
/opt/ros/
<distro>
/setup.bash
roscore &
rosrun rviz rviz
```
...
...
...
...