Moved CAN mesages to autoware_can_msgs
Moved configuration messages to autoware_config_msgs
[fix] PascalCase messages (#1408) * Switch message files to pascal case * Switch message names to pascal case in Runtime Manager * Switch message names to pascal case in *.yaml * Rename brake_cmd and steer_cmd to BrakeCmd and SteerCmd in main.yaml
Feature/compare map filter (#1559) * add compare map filter * add README * add copyright * change default parameter * fix typo * clang-format * Revert "clang-format" This reverts commit 95869328f35f6ed1e918c26901ad36ab9737e466. * retry clang-format
Contributors: Esteve Fernandez, YamatoAndo
Support old behavior of insert static object for obstacle avoidance testing Only one simulated car available in the runtime manager update for copywrite note insert autoware_build_flags to new nodes
Feature/std perception msg (#1418) * New standard message definition for the perception nodes * New Detected Object message applied to: * SSD * Integrated RVIZ viewer * External Viewer * modified yolo2 and yolo3, compiles but cuda issues, trying different PC * Boiler plate for range vision fusion node * Added GenColors for Kinetic Typo fixes for yolo2 * testing colors in Yolo3 * Completed transformation, projection of 3D boxes * Fixed error on negative assignation * code clean up * removed yolo2 and yolo3, replaced by single darknet node. GUI launches yolo3 for now, to change. Pushing to test code on other PC. * Readme updated, added gitignore for data folder. * *Added Runtime manager UI for yolo2, yolo3. *Support tested for TinyYolo v2 and v3 * Fusion Vision Range Icons for viewer * Range Vision Fusion node * Indigo cv im read * Indigo compiation fix * Topic renaming according to new spec * Try to fix arm64 stuff * * Added launch file * Added Runtime manager entry * * Added Publication of non fused objects * Fixed topic names
add max_scan_range to ConfigNDTMapping/ConfigApproximateNDTMapping
Update OpenPlanner libraries (op_planner, op_utitity, op_ros_helpers) Update ring ground filter with latest implementation Update lidar_kf_contour_track with latest implementation Add op_utilities nodes (op_bag_player, op_data_logger, op_pose2tf) Modify autoware_msgs for OpenPlanner use (CloudCluster, DetectedObject, lane, waypoint) Update UI computing.yaml for the new nodes and modifies parameters Update UI sensing.yaml for updated ring_ground_filter params
Modify points_concat_filter to support up to 8 lidars
Contributors: Abraham Monrroy, Akihito Ohsato, hatem-darweesh, yukikitsukawa