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
ROS Melodic -> Noetic
authored
Apr 08, 2021
by
Robert Haschke
Show whitespace changes
Inline
Side-by-side
Frames-in-rviz.md
View page @
aa15f573
### 1. Install the ROS package [agni-tf-tools](http://wiki.ros.org/agni_tf_tools)
`sudo apt install ros-
melod
ic-agni-tf-tools`
`sudo apt install ros-
noet
ic-agni-tf-tools`
### 2. Source your ROS environment, and start `roscore` as well as [`rviz`](http://wiki.ros.org/rviz)
```
bash
source
/opt/ros/
melod
ic/setup.bash
source
/opt/ros/
noet
ic/setup.bash
roscore &
rosrun rviz rviz
```
...
...
...
...