Commit Graph

1346 Commits

Author SHA1 Message Date
Juan Belón 662fc32c8b Added includes to be able to compile full builds. 2018-09-06 17:00:26 +02:00
Juan Belón 341bf178e5 Added compatibility for non-redering mode in python clients lib. Small change in the command disable-rendering bool val 2018-09-06 17:00:26 +02:00
juaxix c39cc46646 Disable Rendering Feature 2018-09-06 17:00:26 +02:00
iFuSiiOnzZ 145f956fff Remove intall path folder check
For "CarlaLIB" and "PythonAPI" don't check if the a build already exists, as the build check is done by the compiler and intallation check is done by cmake.
2018-09-06 16:32:27 +02:00
Xavi b0d15a17d7 Update how_to_model_vehicles.md 2018-09-06 14:52:32 +02:00
nsubiron 8e87f45132 Fix format and rewording of how to model vehicles 2018-09-06 14:51:34 +02:00
nsubiron 42cd4d4ab9 Add 'Art guidelines' section to docs 2018-09-06 14:51:34 +02:00
Xavi 6529bbb3f5 Create how_to_model_vehicles.md 2018-09-06 14:51:34 +02:00
nsubiron 179ab3eb9b Fix bug in print list function 2018-09-05 16:00:20 +02:00
nsubiron 09f4ed7fd7 Allow iterating attributes of an actor blueprint 2018-09-03 11:44:37 +02:00
Néstor Subirón b8fd764d8a
Merge pull request #689 from carla-simulator/0.9-win32
0.9 win32
2018-09-03 11:43:30 +02:00
Marc Garcia Puig e8e40a3380 Cleaned up a bit the cmd output. 2018-08-30 14:18:53 +02:00
iFuSiiOnzZ 527f641eaa Remove build log empty lines 2018-08-30 12:18:07 +02:00
iFuSiiOnzZ b3910d060c Merge branch '0.9-win32' of https://github.com/carla-simulator/carla into 0.9-win32 2018-08-29 14:22:46 +02:00
iFuSiiOnzZ d88e338132 Updated documentation and small fixies in BuildCarlaUE4 2018-08-29 14:13:54 +02:00
iFuSiiOnzZ fcf71d3d61 Print batch params (debug purpose) 2018-08-29 12:24:30 +02:00
iFuSiiOnzZ 6b55ca0f49 Update "How to build on Windows" documentation 2018-08-29 11:51:28 +02:00
Andrei Jianu e7291e2ce4
Merge branch 'master' into 0.9-win32 2018-08-27 17:40:29 +02:00
iFuSiiOnzZ 42048c06df Remove boost include path as is LibCarla tests are not compiled in Windows 2018-08-27 17:40:01 +02:00
iFuSiiOnzZ 4eb9dd6886 Copy python examples to the root of the folder 2018-08-24 17:25:59 +02:00
iFuSiiOnzZ 95c35f4cbd Update Windows documentation 2018-08-24 16:53:21 +02:00
iFuSiiOnzZ 2616765530 Generate Visual Studio solution if not available 2018-08-24 14:58:46 +02:00
iFuSiiOnzZ 0eb9f88556 improve message user errors 2018-08-24 14:57:29 +02:00
nsubiron 8805d0d79a Fix typos 2018-08-24 14:40:19 +02:00
iFuSiiOnzZ 45f1dae560 Build and launch Carla editor 2018-08-24 10:43:22 +02:00
iFuSiiOnzZ f405e97efe Remove useless batch files from root folder 2018-08-23 18:50:31 +02:00
iFuSiiOnzZ fd203a7a54 Wrap text that is longer than 100 characters and remove useless code 2018-08-23 18:47:24 +02:00
iFuSiiOnzZ 4de394eb9b Wrong var name, it sould be BOOST_LIB_PATH instead of BOOST_LIBRARY_PATH 2018-08-23 18:44:21 +02:00
iFuSiiOnzZ b81c1ccb9e Change CMakeLists.txt.in messages for client/server libraries 2018-08-23 18:39:41 +02:00
iFuSiiOnzZ 9319a1605c Update path to Carla content directory 2018-08-23 18:35:23 +02:00
iFuSiiOnzZ 31f0b9206a Remove extra double quote from the end of the line 2018-08-23 18:31:28 +02:00
iFuSiiOnzZ 4f3986500d Fix user message for lib carla server build 2018-08-23 18:27:35 +02:00
iFuSiiOnzZ 9673c79260 Remove hard-clean for windows and build and start Carla for 'make launch' 2018-08-23 18:26:20 +02:00
iFuSiiOnzZ 053ead0ed1 Disable some compilation warning warnings (C4668 and C4191)
C4668 symbol is not defined as a preprocessor macro, replacing with '0' for 'directives'
C4191 unsafe conversion from 'type of expression' to 'type required'
2018-08-23 17:36:30 +02:00
iFuSiiOnzZ d675233d8d Merge branch 'master' into 0.9-win32 2018-08-21 15:15:12 +02:00
iFuSiiOnzZ 8afb3cc59a Suppress some compiler warning
C4668 C4191 caused by undefined macros and type cast
Hiden member class variables names
2018-08-21 14:59:35 +02:00
Marc Garcia Puig 684529cd5d Added link to the documentation of the stable branch on downloads page 2018-08-21 13:02:24 +02:00
Marc Garcia Puig f65aa6cc05 Added stable branch to documentation 2018-08-21 12:51:02 +02:00
Néstor Subirón c4381df3ad
Merge pull request #552 from cwecht/one_channel_lidar
Make single channel lidar possible
2018-08-20 17:01:32 +02:00
Néstor Subirón 8fee70fb28
Merge branch 'master' into one_channel_lidar 2018-08-20 16:49:38 +02:00
nsubiron 7c3db64dde Fix comments 2018-08-20 15:32:52 +02:00
Néstor Subirón 5fb2dcdba1
Merge pull request #613 from ShepelIlya/ros_bridge_odometry_msg
Ros bridge odometry msg
2018-08-20 15:32:07 +02:00
Néstor Subirón 121db94a02
Merge branch 'master' into ros_bridge_odometry_msg 2018-08-20 15:00:13 +02:00
nsubiron 2bf6d12207 Add cmake version to documentation, close #667 2018-08-20 14:51:24 +02:00
Néstor Subirón ad72406c99
Merge pull request #670 from wendingp/patch-1
Fix typos
2018-08-20 14:42:09 +02:00
Néstor Subirón fae6123f61
Merge branch 'master' into patch-1 2018-08-20 14:28:59 +02:00
iFuSiiOnzZ 402f3430ed Check if we get any error while building the egg file 2018-08-20 11:26:09 +02:00
Néstor Subirón 7e6ee3795c
Merge pull request #537 from danil-tolkachev/ros-bridge-map
Add OccupancyGrid to ros-bridge
2018-08-20 11:17:46 +02:00
Wending Peng 423c3fa605
Fix typos 2018-08-12 23:55:04 +08:00
iFuSiiOnzZ 7b413e17e3 Use powershell (Compress-Archive) to compress to zip 2018-08-03 11:52:24 +02:00