Skip to content

Commit 0d524c8

Browse files
committed
Remove old code from holo car
1 parent 73f03fc commit 0d524c8

1 file changed

Lines changed: 7 additions & 46 deletions

File tree

CustomRobots/f1/models/f1_renault/model.sdf

Lines changed: 7 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version='1.0'?>
22
<sdf version="1.9">
3-
<model name="f1_renault">
4-
<pose>0 0 0 0 0 0</pose>
5-
<static>false</static>
3+
<model name="f1_renault">
4+
<pose>0 0 0 0 0 0</pose>
5+
<static>false</static>
66

77
<link name="f1">
8-
<pose>0 0 0 0 0 0</pose>
9-
<inertial>
8+
<pose>0 0 0 0 0 0</pose>
9+
<inertial>
1010
<mass>10</mass>
1111
<inertia>
1212
<ixx>1</ixx>
@@ -45,37 +45,6 @@
4545
</geometry>
4646
</visual>
4747

48-
<!-- <sensor name='cam_f1_left' type='camera'>
49-
<pose>0.45000 0.040000 0.1000000 0.000000 -0.000000 0.0000000</pose>
50-
<update_rate>20.000000</update_rate>
51-
<camera name='cleft'>
52-
<horizontal_fov>1.570000</horizontal_fov>
53-
<image>
54-
<width>640</width>
55-
<height>480</height>
56-
<format>R8G8B8</format>
57-
</image>
58-
<clip>
59-
<near>0.100000</near>
60-
<far>15.000000</far>
61-
</clip>
62-
</camera>
63-
<plugin name="camera_controller_left" filename="libgazebo_ros_camera.so">
64-
<alwaysOn>true</alwaysOn>
65-
<updateRate>0.0</updateRate>
66-
<cameraName>F1ROS/cameraL</cameraName>
67-
<imageTopicName>image_raw</imageTopicName>
68-
<cameraInfoTopicName>camera_info</cameraInfoTopicName>
69-
<frameName>camera_top_body_left</frameName>
70-
<hackBaseline>0.07</hackBaseline>
71-
<distortionK1>0.0</distortionK1>
72-
<distortionK2>0.0</distortionK2>
73-
<distortionK3>0.0</distortionK3>
74-
<distortionT1>0.0</distortionT1>
75-
<distortionT2>0.0</distortionT2>
76-
</plugin>
77-
</sensor> -->
78-
7948
<sensor name="cam_f1_left" type="camera">
8049
<pose>0.45000 0.040000 0.1000000 0.000000 -0.000000 0.0000000</pose>
8150
<always_on>true</always_on>
@@ -103,19 +72,11 @@
10372
<mean>0.0</mean>
10473
<stddev>0.007</stddev>
10574
</noise>
106-
</camera>
75+
</camera>
10776
</sensor>
10877

10978
</link>
11079

111-
<!-- <plugin name="object_controller" filename="libgazebo_ros_planar_move.so">
112-
<commandTopic>F1ROS/cmd_vel</commandTopic>
113-
<odometryTopic>F1ROS/odom</odometryTopic>
114-
<odometryFrame>odom</odometryFrame>
115-
<odometryRate>20.0</odometryRate>
116-
<robotBaseFrame>xf1</robotBaseFrame>
117-
</plugin> -->
118-
11980
<plugin filename="gz-sim-velocity-control-system" name="gz::sim::systems::VelocityControl">
12081
<topic>/F1ROS/cmd_vel</topic>
12182
</plugin>
@@ -128,5 +89,5 @@
12889
<dimensions>3</dimensions>
12990
</plugin>
13091

131-
</model>
92+
</model>
13293
</sdf>

0 commit comments

Comments
 (0)