adding color argument#781
Conversation
| 28 Dingo Low Noise /home/ws/src/CustomRobots/dingo/launch/dingo.launch.py do150 noise:=low namespace:=do150 dingo/model/dingo/dingo.urdf.xacro | ||
| 29 Dingo Medium Noise /home/ws/src/CustomRobots/dingo/launch/dingo.launch.py do150 noise:=med namespace:=do150 dingo/model/dingo/dingo.urdf.xacro | ||
| 30 Dingo High Noise /home/ws/src/CustomRobots/dingo/launch/dingo.launch.py do150 noise:=high namespace:=do150 dingo/model/dingo/dingo.urdf.xacro | ||
| 31 Quadrotor Cat /home/ws/src/CustomRobots/quadrotor/launch/quadrotor.launch.py drone sensor:=camera namespace:=drone color:=Orange quadrotor/models/quadrotor/quadrotor.urdf.xacro |
There was a problem hiding this comment.
Remove this one. It is a complete duplicate of Quadrotor
There was a problem hiding this comment.
yeah but i want to give it a color majenta
if i do so all other excersices using that would be affected
There was a problem hiding this comment.
Then change the color from Orange to Magenta
7c19e9b to
b9ad8f3
Compare
|
hi @javizqh can we merge this ? i am pushing small prs so it we can move quickly. |
|
my next pr will be on adding three worlds and one mouse behaviour for each world that is dependent on this. |
|
The original color is Orange |
yeah i will fix this it was not related to db it's because in the drone xacro i made default color blue so if any excersice dont provide any color it receives blue only. i will change this to orange |
javizqh
left a comment
There was a problem hiding this comment.
Please test changes before submitting
There was a problem hiding this comment.
yeah thanks for pointing out.
sorry for not testing it.
There was a problem hiding this comment.
i also noticed that i didn't defined magenta here it was defined in another branch this created a confusion
b98c141 to
471f197
Compare

giving different colors to both cat and drone mouse using poses
not touching quadrotor because it is used by other excersices as well.