You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Carla Example Ego Vehicle: A reference client for spawning an ego vehicle
6
-
- Carla ROS Manual Control: a ROS-only manual control
7
-
8
-
9
-
## Carla Example Ego Vehicle
10
-
11
3
The reference Carla client `carla_example_ego_vehicle` can be used to spawn an ego vehicle (role-name: "ego_vehicle") with the following sensors attached to it.
12
4
13
5
- GNSS
@@ -16,7 +8,7 @@ The reference Carla client `carla_example_ego_vehicle` can be used to spawn an e
16
8
- Collision Sensor
17
9
- Lane Invasion Sensor
18
10
19
-
Info: To be able to use carla_ros_manual_control a camera with role-name 'view' is required.
11
+
Info: To be able to use `carla_manual_control` a camera with role-name 'view' and resolution of 800x600 is required.
20
12
21
13
If no specific position is set, the ego vehicle is spawned at a random position.
22
14
@@ -47,21 +39,3 @@ The format is a list of dictionaries. One dictionary has the values as follows:
47
39
<ADDITIONAL-SENSOR-ATTRIBUTES>
48
40
}
49
41
50
-
## Carla ROS Manual Control
51
-
52
-
The node `carla_ros_manual_control` is a ROS-only version of the Carla `manual_control.py`. All data is received
53
-
via ROS topics.
54
-
55
-
Note: To be able to use carla_ros_manual_control a camera with role-name 'view' needs to be spawned by `carla_ego_vehicle`.
56
-
57
-
58
-
### Manual steering
59
-
60
-
In order to steer manually, you might need to disable sending vehicle control commands within another ROS node.
61
-
62
-
Therefore the manual control is able to publish to `/vehicle_control_manual_override` ([std_msgs/Bool](http://docs.ros.org/api/std_msgs/html/msg/Bool.html)).
63
-
64
-
Press `B` to toggle the value.
65
-
66
-
Note: As sending the vehicle control commands is highly dependent on your setup, you need to implement the subscriber to that topic yourself.
0 commit comments