Commit Graph

128 Commits

Author SHA1 Message Date
Ruben Abad f9003528ce fix: saving all logs when tests fails 2024-02-14 14:53:01 +01:00
Ruben Abad 02289cbea0 fix artifact name 2024-02-13 14:08:54 +01:00
Ruben Abad 2516d4b9f2 fix failure on post 2024-02-12 12:56:19 +01:00
Ruben Abad dfe80d11a1 clean pipeline workspace 2024-02-12 12:51:56 +01:00
Ruben Abad 46aa683d2c Archive all Carla server logs 2024-02-12 12:47:58 +01:00
Ruben Abad 41a2655c24 propagate changes to dev and master cases 2024-02-08 12:29:11 +01:00
Ruben Abad 5f73309793 paralelize uploads 2024-02-08 00:57:50 +01:00
Ruben Abad a68fee0260 syntax error 2024-02-07 17:35:48 +01:00
Ruben Abad 8b588452af syntax error 2024-02-07 17:34:12 +01:00
Ruben Abad 4b0b3be852 test 2024-02-07 17:32:31 +01:00
Ruben Abad ee647027fe fix jenkinsfile syntax error 2024-02-07 17:16:52 +01:00
Ruben Abad 2525e355af parrallel version 2024-02-07 17:07:56 +01:00
Ruben Abad 7d071d06b7 Merge branch 'ruben/jenkins_migration' of github.com:carla-simulator/carla into ruben/jenkins_migration 2024-02-07 16:47:16 +01:00
Ruben Abad 0ba17bf334 pipeline in parallel 2024-02-07 16:45:11 +01:00
Ruben Abad 4fdd8d73f2 minor change 2024-02-07 13:33:57 +01:00
Ruben Abad 61cc60ffe0 fix workspace 2024-02-07 13:29:18 +01:00
Ruben Abad 1d77cec6ef prevent delete dir content 2024-02-07 02:42:50 +01:00
Ruben Abad 5a256cb28b reduce number of stash calls 2024-02-06 17:52:10 +01:00
Ruben Abad 1c8b906b6a incremental repo 2024-02-06 12:01:20 +01:00
Ruben Abad ccf76e0f32 run entire pipeline in gpu machine 2024-02-06 11:32:32 +01:00
Ruben Abad 1e84ba868a check that documentation upload commands are done in the right place 2024-01-31 11:25:27 +01:00
Ruben Abad b9ae2e9ac9 fix 'dir' wrap inside 'steps' section 2024-01-31 00:25:02 +01:00
Ruben Abad 759273aa33 doc repo checkout in a new folder 2024-01-31 00:19:08 +01:00
Ruben Abad 352fd44cc0 prepare complete test 2024-01-30 16:47:15 +01:00
Ruben Abad 09789f6e51 set doc upstream branch 2024-01-30 14:23:25 +01:00
Ruben Abad a22da7136a test only documentation steps 2024-01-30 13:26:53 +01:00
Ruben Abad fe34fb2310 fix localBranch option usage 2024-01-30 12:29:38 +01:00
Ruben Abad 7839ef4e4a fix docu repo checkout pointing to branch head 2024-01-29 23:18:43 +01:00
Ruben Abad ecd2b0255c using credentials to push to documentation repo 2024-01-29 14:45:53 +01:00
Ruben Abad e9700ab493 Test documentation upload to repo 2024-01-29 14:29:13 +01:00
Ruben Abad cf89f8ac72 test backblaze copy 2024-01-25 17:43:46 +01:00
Ruben Abad 8d181b666b move Jenkinsfile_new to Jenkinsfile 2024-01-25 16:56:16 +01:00
bernatx 4d7ab9e9cb removing ROS2 from release 2023-11-09 16:12:00 +01:00
bernatx 67b928bae0 fixing Jenkinsfile for ROS2 package 2023-11-09 09:57:37 +01:00
bernatx d3341d674f make ROS2 in a separate package 2023-11-08 22:29:28 +01:00
LuisPoveda 8ce4ca9ed3
Ros2 (#6862)
* Adding ROS2 manager

* Trying to compile fastDDS in windows, but have problems with dependencies

* Camera sensors connected to ROS2, dependencies disabled temporaly

* Including enum with sensors list

* adding GNSS sensor capture

* adding IMU sensor capture

* adding DVS sensor capture

* adding Lidar sensor capture

* adding SemanticLidar and Radar capture

* adding ObstacleDetector and some fixes

* modify cmakelists, failed to find libatomic

* fixed libatomic

* compile fast-dds with libc++

* fixed compliation fast dds with libcxx

* linked carla with fastdds

* Fixed Fast-DDS lib
Now its compiled to a intermediate lib with a bridge so libstdc++ can be used

* moved all ros2 deps to ros2 folder
renamed types from .cxx to .cpp

* Finally FastDDS compiled and working inside CARLA

* exposed publish function for testing

* fixed code style

* make ros2 optional

* make ros2 optional

* Added defines to compile ROS2 code

* ros image publisher working

* deleted some buffer copies

* Added more topics  and ROS2 types

* Adding sensor Transform as argument, and add function to send buffer or serialize and send buffer

* Removing empty buffer from DVS sensor

* fixed lidar publisher

* fixed lidar publisher

* Fix buffer of RGB in ROS2

* adding timestamp of each frame into ROS2 manager

* sending timestamps with frame to ROS2

* put apart timestamp from frame counter call

* adding BufferView to share buffers

* adding BufferView to share buffers

* adding ros_name attribute to all actors

* mapping ros_name for each actor

* ROS2 is now published in a different thread
Publishers now can be created on demand and be reused
Added subscriber for ego vehicle
Fixed build scripts

* forgot to add this fix

* add ros2 to windows scripts

* fixed default ros topic names

* fix topic name duplication

* Adding functions for enable/disable sensors publishing without listen to it

* Added Camera info and ROI types
RGB Camera now publishes in both topics

* move camera info immutable data to the constructor

* Publish transform for all topics
Create Camera DVS subtopics
Fixed bug with Lidar

* Added flip Y to semantic lidar

* Adding callbacks for subscribers from Unreal

* Adding camera info to ROS2 (resolution and FOV)

* Finished ROS2 naming from python

* Fixed bug with ros names

* Delete topics when deleting the sensors

* setting the rosname same as default no longer rewrites it

* ROS transform fix

* Added all camera topics with the image and camera info
Added vehicle control
Added clock publisher

* Change ros2 topic names for vehicle subscriber and  clock publisher

* Rename vehicle control ros2 topic name

* rename subscriber type to CarlaEgoVehicleControl

* Fix semantic lidar default ros name
Fix sizeof the semantic lidar data buffer

* Changed controller stored as string to pointer

* Back to previous version for default hero ros name
Removed debug prints

* Remvoe callback when ego publisher disconnects

* Serializing DVS data before sending to ROS

* dvs camera image and lidar

* DVS Pointcloud publishing

* Remove unnecessary fields

* Send local transforms to ros

* avoid transform recalculation if not needed

* Optical Flow Camera fixed

* Set fixed branch for Fast-DDS to avoid cmake version change issues

* Finally Working on package

* Fix style from FastDDS auto generated files

* Added ros2 to ubuntu in jenkins

* removed ros2 from jenkins, test

* restore ros2 in jenkins

* fix copy shareds, and removed server dependency from libcarla

* test installing the fastdds dependencies in jenkins

* move installing deps to separate stage

* removed install deps

* Fixing test_benchmark_streaming

* Fixed imu orientation and camera info data

* Fixing test_benchmark_streaming.cpp with BufferView

* Removing DEBUG_ONLY()

* publish collision sensor

* Fixing unit-tests with the new BufferView

* camera info is set once

* Fix echo camera info

* fix transform rotation

* Fixing ros_name attribute creation

* fixed camera info and region of interest publish

* fix IMU compass

* Forgot to add ros2 flag to jenkins package

---------

Co-authored-by: bernatx <bernatx@gmail.com>
2023-11-06 12:34:07 +01:00
bernatx 7c106b9426 adding Town15 as AdditionalMap 2023-10-27 14:39:37 +02:00
bernatx 556c41bb54 Adding Town13 as AdditionalMap 2023-10-24 20:44:26 +02:00
bernatx d3501de03c Removing python 2 from the smoke tests 2023-02-24 10:28:37 +01:00
Axel 4a8c80adb5 Added Town12 to jenkinsfile 2022-11-30 10:36:55 +01:00
bernatx 6ed174b72d Fix documentation git address 2021-10-27 09:16:38 +02:00
bernatx 161b7f198f Refresh documentation with dev branch also 2021-09-20 23:46:16 +02:00
bernatx d1debd9a20 Adding target for python wheels 2021-07-30 11:18:30 +02:00
bernatx 0d3bfe15c2 Avoid additional maps in smoke test by now 2021-07-30 10:01:45 +02:00
bernatx 4d04b4ae29 Cook maps one by one in windows (slower but can package unlimited maps) 2021-07-30 03:07:41 +02:00
bernatx c0f93b4ec7 Disable docker for development branch 2021-07-29 00:01:44 +02:00
bernatx 2d59fd5788 Enable carla:latest docker of development branch 2021-07-28 19:21:08 +02:00
bernat e6379b4aa2 Add Town10HD_Opt as default town 2021-07-26 10:35:39 +02:00
bernat c479625399 Updating Jenkinsfile to include the wheels as artifacts 2021-07-26 10:25:08 +02:00
Joel Moriana d6185fe982 first iteration python wheels support 2021-07-26 10:25:08 +02:00