fixes to ros2 native demo
This commit is contained in:
parent
2b249b501c
commit
359f723d20
|
@ -82,6 +82,9 @@ def main(args):
|
|||
settings.fixed_delta_seconds = 0.05
|
||||
world.apply_settings(settings)
|
||||
|
||||
traffic_manager = client.get_trafficmanager()
|
||||
traffic_manager.set_synchronous_mode(True)
|
||||
|
||||
with open(args.file) as f:
|
||||
config = json.load(f)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "vehicle.lincoln.mkz_2020",
|
||||
"type": "vehicle.lincoln.mkz",
|
||||
"id": "hero",
|
||||
"sensors": [
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
|||
"range": 85,
|
||||
"channels": 64,
|
||||
"points_per_second": 600000,
|
||||
"rotation_frequency": 10,
|
||||
"rotation_frequency": 20,
|
||||
"upper_fov": 10,
|
||||
"lower_fov": -30,
|
||||
"atmosphere_attenuation_rate": 0.004,
|
||||
|
|
Loading…
Reference in New Issue