Felipe Codevilla
4b910347a5
adding carla docker
2018-09-17 10:08:04 -07:00
felipecode
479c619bcb
fixing nestor comment
2018-09-17 08:58:25 -07:00
felipecode
7288b00a5d
docker tutorial updated
2018-09-17 08:57:53 -07:00
felipecode
447bdcd76d
adding a docker tutorial
2018-09-17 08:56:59 -07:00
felipecode
4fd4d5d4af
docker tutorial updated
2018-09-17 08:51:26 -07:00
felipecode
dae847b1d6
adding a docker tutorial
2018-09-17 08:51:26 -07:00
nsubiron
18caa51976
Fix sublime project
2018-09-10 12:00:50 +02:00
nsubiron
64b1b27315
Remove unnecessary includes
2018-09-10 11:54:31 +02:00
nsubiron
2beedaf4f1
Fix again #761 , add more flexibility to the info that goes into a stream token
2018-09-07 17:28:33 +02:00
nsubiron
1f1f24dad6
Fix #761 streaming client fails to connect in Windows
2018-09-06 17:09:41 +02:00
nsubiron
a1684ad0ae
Minor fixes to non-rendering mode
2018-09-06 17:00:26 +02:00
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