How to change the background color in the turtlesim tutorial?
I am following the beginner tutorial in ROS. I have completed all the tutorials until the understanding service params. But when I enter the command in 3.2 section of the understanding service params it doesn't change the background color of the turtlesim.
The commands I entered- $ rosservice call /clear $ rosparam set /turtlesim/background_r 150 $ rosservice call /clear But the background color in the image stays the same after executing the command. I am using ROS Noetic and Ubuntu 20.04.
Any help is appreciated.
I am new to ROS, Linux and this ROS community.
I think I got the answer but not the solution. This worked- ($ rosparam set /my_turtle/background_r 150) but not this -($ rosparam set /turtlesim/background_r 150). Are these two different packages ?