diff --git a/README.md b/README.md index eaaf49c..434bc9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ +# visualization for simulation This package aims to add another panel in rviz to make some essential parametres shown. +# results show +![final result](./rviz2.png) + +# installation + sudo apt install libcurl4-openssl-dev + sudo apt install nlohmann-json3-dev + +# build and run 1. colcon build 2. source install/setup.bash 3. open rviz2 and add panel(sweet ai robot) diff --git a/rviz2.png b/rviz2.png new file mode 100644 index 0000000..d55448c Binary files /dev/null and b/rviz2.png differ