Added cone simulation and bbox capturing
This commit is contained in:
		
							
								
								
									
										326
									
								
								worlds/assets/blue_cone.dae
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										326
									
								
								worlds/assets/blue_cone.dae
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -138,11 +138,18 @@
 | 
			
		||||
      </plugin>
 | 
			
		||||
 | 
			
		||||
      <!-- Image Display Plugins for visualization -->
 | 
			
		||||
      <plugin filename="ImageDisplay" name="Image Display">
 | 
			
		||||
      <plugin filename="ImageDisplay" name="Segmentation Image Display">
 | 
			
		||||
        <ignition-gui>
 | 
			
		||||
        </ignition-gui>
 | 
			
		||||
        <topic>semantic/colored_map</topic>
 | 
			
		||||
      </plugin>
 | 
			
		||||
 | 
			
		||||
      <!-- Image Display Plugins for visualization -->
 | 
			
		||||
      <plugin filename="ImageDisplay" name="Boundingbox Image Display">
 | 
			
		||||
        <ignition-gui>
 | 
			
		||||
        </ignition-gui>
 | 
			
		||||
        <topic>box_image</topic>
 | 
			
		||||
      </plugin>
 | 
			
		||||
    </gui>
 | 
			
		||||
 | 
			
		||||
    <light type="directional" name="sun">
 | 
			
		||||
@ -184,5 +191,30 @@
 | 
			
		||||
        </visual>
 | 
			
		||||
      </link>
 | 
			
		||||
    </model>
 | 
			
		||||
 | 
			
		||||
    <model name="blue_cone">
 | 
			
		||||
      <static>true</static>
 | 
			
		||||
      <link name="link">
 | 
			
		||||
        <pose>0 0 0 0 0 0</pose>
 | 
			
		||||
        <collision name="collision">
 | 
			
		||||
          <geometry>
 | 
			
		||||
            <box>
 | 
			
		||||
              <size>0.112 0.112 0.3</size>
 | 
			
		||||
            </box>
 | 
			
		||||
          </geometry>
 | 
			
		||||
        </collision>
 | 
			
		||||
        <visual name="visual">
 | 
			
		||||
          <geometry>
 | 
			
		||||
            <mesh><uri>model://assets/blue_cone.dae</uri></mesh>
 | 
			
		||||
          </geometry>
 | 
			
		||||
          <laser_retro>
 | 
			
		||||
            100
 | 
			
		||||
          </laser_retro>
 | 
			
		||||
          <plugin filename="ignition-gazebo-label-system" name="ignition::gazebo::systems::Label">
 | 
			
		||||
            <label>5</label>
 | 
			
		||||
          </plugin>
 | 
			
		||||
        </visual>
 | 
			
		||||
      </link>
 | 
			
		||||
    </model>
 | 
			
		||||
  </world>
 | 
			
		||||
</sdf>
 | 
			
		||||
		Reference in New Issue
	
	Block a user