Editing pcl_recorder CMakeLists.txt for successful catkin build. - #635
Open
chngdickson wants to merge 711 commits into
Open
Editing pcl_recorder CMakeLists.txt for successful catkin build.#635chngdickson wants to merge 711 commits into
chngdickson wants to merge 711 commits into
Conversation
…e accordingly, corrected list of sensors in config file, correct some bugs in carla_spawn_actors
…actors in ros_bridge tests and dockerfile
This reverts commit 3b5881d.
This reverts commit c999e31.
Spawn actors leaderboard
* 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.
Integrate leaderboard changes
Fix actor_factory and ego_vehicle
* 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>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There was a slight issue while compiling this package shown in the picture below.

Upon adding this line to the CMakeLists, i was able to build/compile it successfully.

add_definitions(-DBOOST_ERROR_CODE_HEADER_ONLYCMakeLists.txt
This change is