Robotics StackExchange | Archived questions

I can not change my turtlesim's color by launch this file

 <launch>
<rosparam file="$(find turtlesim_launch)/launch.yaml" command="load" />
<node name="turtlesim_node" pkg="turtlesim" type="turtlesim_node" respawn="false" output="screen" />
<rosparam file="$(find turtlesim_launch)/launch.yaml" command="load" />
</launch>

and my launch.yaml is

background_r: 0
background_g: 0
background_b: 0

I also use rosservice call /clear but it does not work

Asked by unicornair on 2016-07-20 02:25:31 UTC

Comments

Answers