Skip to content

Editing pcl_recorder CMakeLists.txt for successful catkin build. - #635

Open
chngdickson wants to merge 711 commits into
0.9.6from
master
Open

Editing pcl_recorder CMakeLists.txt for successful catkin build.#635
chngdickson wants to merge 711 commits into
0.9.6from
master

Conversation

@chngdickson

@chngdickson chngdickson commented Aug 28, 2022

Copy link
Copy Markdown

There was a slight issue while compiling this package shown in the picture below.
image

Upon adding this line to the CMakeLists, i was able to build/compile it successfully.
add_definitions(-DBOOST_ERROR_CODE_HEADER_ONLY
CMakeLists.txt
image


This change is Reviewable

Pasch, Frederik and others added 30 commits December 7, 2020 13:11
…e accordingly, corrected list of sensors in config file, correct some bugs in carla_spawn_actors
* using relative tfs for sensors in sync mode

* merged leaderboard branch

* using relative spawn pose only in sensors

* uncomment tf publication
* added configure_world parameter

* Merge branch 'leaderboard' into joel-mb/ticking

* added passive parameter

* added warning passive mode and sync mode
* using services to spawn spectator camera
* removed waiting for world info topic
This reverts commit 427ad4f.
Pasch, Frederik and others added 30 commits April 23, 2021 08:56
* avoid different ways to import carla_ad_agent submodules

* ad agent refactoring

* fix initial type objects variable

* Merge branch 'master' into joel-mb/route_service

* traffic light sensor using latched topics again

* ad agent docs updated
Co-authored-by: joel-mb <joel.moriana@gmail.com>
…enario

Carla_ad_agent: Use target_speed from scenario
This PR refactors the ros_compatibility backend. The new backend tries to copy as much as possible the ROS2 API. All the other packages have been updated consequently.
Gets bounding boxes for some static objects from Carla, and converts them into Markers to be displayed in rviz.

Co-authored-by: fpasch <46815108+fpasch@users.noreply.github.com>
Co-authored-by: Pasch, Frederik <frederik.pasch@intel.com>
Co-authored-by: Joel Moriana <joel.moriana@gmail.com>
When generating the header field for some sensors, the timestamp now is used. This is leading to race conditions and synchronization issues between some sensors. This PR fixes the timestamp by using the timestamp provided by the sensor data.
…552)

Fixes a bug when spawning a vehicle with rolename other than ego_vehicle.
Adds a new parameter (register_all_sensors) to avoid publishing data of all the sensors present in the simulation. When enabled, only sensors spawned by the bridge are registered. Otherwise, all the sensors present in the simulation are registered (current behavior).
Co-authored-by: joel-mb <joel.moriana@gmail.com>
Co-authored-by: joel-mb <joel.moriana@gmail.com>
* Change trigger text for running scenario
* Added 0.9.11 section to changelog

Co-authored-by: Pasch, Frederik <frederik.pasch@intel.com>
Co-authored-by: Joel Moriana <joel.moriana@gmail.com>
)

Co-authored-by: Stefan Roos <stefan.roos4@porsche.de>
carla_ackermann_control:
- fill header of output messages
- use simulated time to check for last received ackerman msg, otherwhise
no contol command is published anymore if frames in sync mode last for
too long

Co-authored-by: joel-mb <joel.moriana@gmail.com>
…569)

Co-authored-by: Baltashov Ilia <baltashov.is@starline.ru>
Co-authored-by: joel-mb <joel.moriana@gmail.com>
Fixed lidar topic path

Co-authored-by: joel-mb <joel.moriana@gmail.com>
* Fix cmake check format

* Increased client timeout to 10s
* Fix CI rosversion cmd missing

* Add missing rospy dependency

* rospy dependency actually not missing

fixing workflow ordering

* Add rospy package again

* disabling melodic temporarily

Co-authored-by: Joel Moriana <joel.moriana@gmail.com>
* Added missing dependencies

* Fixed cmake format
* Fix scenario runner node for foxy

* CHANGELOG updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.