Néstor Subirón
|
0aaf50d802
|
Merge branch 'master' into bernatx/Recorder
|
2019-04-12 18:01:03 +02:00 |
Néstor Subirón
|
ab00828435
|
Update content link (#1515)
|
2019-04-12 17:59:47 +02:00 |
bernatx
|
53dab06035
|
Updated the documentation
|
2019-04-12 11:49:58 +02:00 |
bernatx
|
af6796b16e
|
Fixing script with pyLint
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
78ef040485
|
Removed script to change playback time factor (no needed)
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
739142954d
|
Renaming playback speed by playback time factor
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
2d2f1654dc
|
Use batch commands to create and remove actors from recorder
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
c2b7e27ac5
|
Updated CHANGE.LOG and telling playback speed when replaying
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
6d7b3d00ef
|
Fixing PyLint warnings
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
c6ff4cb362
|
Added an optional parameter to show more details about a recorder file
Related to the show_recorder_file_info.py API
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
708f0c6623
|
Fix return of void function
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
d9975dfde9
|
Fixed a bug where using a reference of a local variable
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
bac4060eb1
|
We can save in any folder now, or by default at 'Saved' folder.
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
702474f764
|
Replayer now will load the required map automatically. Also a bug fix.
|
2019-04-12 10:25:13 +02:00 |
bernatx
|
be37d22335
|
Added replayer speed (time factor for slow/fast motion)
|
2019-04-12 10:25:13 +02:00 |
germanros1987
|
4ec09d262e
|
Merge pull request #1528 from carla-simulator/fix/rotuer_float_imprecision
Fixed out of domain input problem
|
2019-04-11 10:36:52 -07:00 |
Praveen Kumar
|
730a9a8325
|
Fixed out of domain input problem
|
2019-04-11 16:05:03 +05:30 |
germanros1987
|
6f4db2a952
|
Merge pull request #1523 from carla-simulator/feature/fix_lidar_range_doc
Fix Lidar range documentation
|
2019-04-10 13:46:21 -07:00 |
Pasch, Frederik
|
458072c19d
|
Fix Lidar range documentation
|
2019-04-10 14:44:00 +02:00 |
germanros1987
|
95a8dc8c6f
|
Merge pull request #1512 from carla-simulator/fix/global_routing
Added check for dangling edge with infinitesimal path
|
2019-04-08 13:21:04 -07:00 |
Praveen Kumar
|
573722732a
|
Added check for dangling edge with zero length path
|
2019-04-09 00:38:32 +05:30 |
germanros1987
|
37922ab530
|
Merge pull request #1511 from carla-simulator/fix/global_router
Fixed dangling segment issue
|
2019-04-08 10:26:22 -07:00 |
Praveen Kumar
|
5bfc7d1446
|
Fixed dangling segment issue:
* Localization now also using section id
* Added _find_loose_end method to resolve issue
|
2019-04-08 21:53:46 +05:30 |
nsubiron
|
9c8e987ac2
|
Documentation on no-rendering mode
|
2019-04-08 10:14:26 +02:00 |
nsubiron
|
b0f6ee804c
|
Documentation on synchronous mode
|
2019-04-08 09:13:53 +02:00 |
nsubiron
|
4d1230e976
|
Update Python API reference
|
2019-04-05 12:11:56 +02:00 |
nsubiron
|
1b8fe4c583
|
Update content link
|
2019-04-04 19:15:45 +02:00 |
nsubiron
|
bd0711e87a
|
Increase version
|
2019-04-04 19:15:45 +02:00 |
nsubiron
|
0871f10667
|
Reword CHANGELOG
|
2019-04-04 18:59:38 +02:00 |
nsubiron
|
bcda2a9e87
|
Remove Manifest_UFSFiles_Linux.txt from package
|
2019-04-04 16:57:17 +02:00 |
nsubiron
|
24edc1de30
|
Add optional argument "actor_ids" to world.get_actors to request only the actors with the ids provided
|
2019-04-04 16:37:21 +02:00 |
nsubiron
|
2ffb3196fa
|
Update CHANGELOG and Python API reference
|
2019-04-04 14:42:28 +02:00 |
nsubiron
|
2a50786c62
|
Update spawn_npc.py to use batch commands
|
2019-04-04 14:42:28 +02:00 |
nsubiron
|
ec477c5514
|
Add method client.apply_batch_sync that waits for server response
|
2019-04-04 14:42:28 +02:00 |
nsubiron
|
476d587a7d
|
Add carla.command to spawn actors in batch
|
2019-04-04 14:42:28 +02:00 |
nsubiron
|
b29d04ea33
|
Add extra constructors to carla.command objects to use actors directly
|
2019-04-04 14:42:28 +02:00 |
German Ros
|
ac20c931f9
|
Updated: changelog.md
|
2019-04-03 15:12:50 -07:00 |
German Ros
|
5f13bd817e
|
Fix: Problem divided by small numbers in PythonAPI/navigation/misc.py
Added eps
|
2019-04-03 15:09:02 -07:00 |
Fabian Oboril
|
7451cf1008
|
Fix division by zero in is_within_distance_ahead()
|
2019-04-02 20:32:47 +02:00 |
nsubiron
|
6d71c65137
|
Fix vehicles missing the route if autopilot enabled too late
|
2019-04-02 19:48:13 +02:00 |
Marc Garcia Puig
|
b793f0f3d3
|
Deleted obsolete constructor
|
2019-04-02 16:41:46 +02:00 |
Marc Garcia Puig
|
5f1c830d6d
|
Updated changelog
|
2019-04-02 16:03:09 +02:00 |
Marc Garcia Puig
|
819edd97ec
|
Updated lane cross detector
|
2019-04-02 15:46:30 +02:00 |
Manish
|
2aef64fc6b
|
changed color of speed limit
|
2019-04-01 18:10:28 +02:00 |
Manish
|
0c6b41ef07
|
spawned hero actor is deleted when closing no rendering mode
|
2019-04-01 18:10:28 +02:00 |
nsubiron
|
ce94741e21
|
Update CHANGELOG
|
2019-04-01 18:10:28 +02:00 |
nsubiron
|
a8d08e1261
|
Add option to no_rendering_mode.py to show spawn points
|
2019-04-01 18:10:28 +02:00 |
Manish
|
efd06cd71c
|
Trigger boxes' color is different for each actor
|
2019-04-01 18:10:28 +02:00 |
Manish
|
d0f8efdb13
|
show triggers of speed limits
|
2019-04-01 18:10:28 +02:00 |
nsubiron
|
b94ed197a8
|
Add option to no_rendering_mode.py to show waypoint connections
|
2019-04-01 18:10:28 +02:00 |