text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: src/position_reference.h
/* Copyright 2018-2022 TomTom N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law o... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/position_reference.h", "license": "apache-2.0", "size": 738} |
### File: src/position_reference_property.cpp
/* Copyright 2014 Gareth Cross, 2018-2019 TomTom N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unles... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/position_reference_property.cpp", "license": "apache-2.0", "size": 1866} |
### File: src/position_reference_property.h
/* Copyright 2018-2022 TomTom N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applica... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/position_reference_property.h", "license": "apache-2.0", "size": 1398} |
### File: src/tile_cache.h
/* Copyright 2018-2019 TomTom N.V., 2014 Gareth Cross
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appli... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/tile_cache.h", "license": "apache-2.0", "size": 4479} |
### File: src/tile_cache_delay.h
/* Copyright 2018-2019 TomTom N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/tile_cache_delay.h", "license": "apache-2.0", "size": 4755} |
### File: src/tile_id.cpp
/* Copyright 2018-2019 TomTom N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/tile_id.cpp", "license": "apache-2.0", "size": 1820} |
### File: src/tile_id.h
/* Copyright 2018-2019 TomTom N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz_satellite", "path": "src/tile_id.h", "license": "apache-2.0", "size": 1396} |
### File: common_sensor_launch/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(common_sensor_launch)
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()
ament_auto_package... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sample_sensor_kit_launch", "path": "common_sensor_launch/CMakeLists.txt", "license": "apache-2.0", "size": 303} |
### File: common_sensor_launch/launch/velodyne_node_container.launch.py
# Copyright 2020 Tier IV, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/sample_sensor_kit_launch", "path": "common_sensor_launch/launch/velodyne_node_container.launch.py", "license": "apache-2.0", "size":... |
### File: sample_sensor_kit_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(sample_sensor_kit_description)
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
ament_auto_package(INSTALL_TO_SHARE
urdf
config
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sample_sensor_kit_launch", "path": "sample_sensor_kit_description/CMakeLists.txt", "license": "apache-2.0", "size": 213} |
### File: sample_sensor_kit_launch/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(sample_sensor_kit_launch)
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()
ament_auto... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sample_sensor_kit_launch", "path": "sample_sensor_kit_launch/CMakeLists.txt", "license": "apache-2.0", "size": 323} |
### File: sample_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py
# Copyright 2020 Tier IV, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/sample_sensor_kit_launch", "path": "sample_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py", "license": "apache-2.0", "si... |
### File: aip_s1_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(aip_s1_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
config
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "aip_s1_description/CMakeLists.txt", "license": "apache-2.0", "size": 209} |
### File: aip_x1_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(aip_x1_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
config
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "aip_x1_description/CMakeLists.txt", "license": "apache-2.0", "size": 209} |
### File: aip_x2_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(aip_x2_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
config
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "aip_x2_description/CMakeLists.txt", "license": "apache-2.0", "size": 209} |
### File: aip_xx1_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(aip_xx1_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
config
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "aip_xx1_description/CMakeLists.txt", "license": "apache-2.0", "size": 210} |
### File: aip_xx2_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(aip_xx2_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
config
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "aip_xx2_description/CMakeLists.txt", "license": "apache-2.0", "size": 210} |
### File: camera_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(camera_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "camera_description/CMakeLists.txt", "license": "apache-2.0", "size": 198} |
### File: imu_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(imu_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "imu_description/CMakeLists.txt", "license": "apache-2.0", "size": 195} |
### File: livox_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(livox_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "livox_description/CMakeLists.txt", "license": "apache-2.0", "size": 197} |
### File: pandar_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(pandar_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "pandar_description/CMakeLists.txt", "license": "apache-2.0", "size": 198} |
### File: vls_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.0.2)
project(vls_description)
find_package(catkin REQUIRED)
catkin_package()
install(
DIRECTORY
meshes
urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sensor_component_description", "path": "vls_description/CMakeLists.txt", "license": "apache-2.0", "size": 206} |
### File: sample_vehicle_description/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(sample_vehicle_description)
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sample_vehicle_launch", "path": "sample_vehicle_description/CMakeLists.txt", "license": "apache-2.0", "size": 482} |
### File: sample_vehicle_launch/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(sample_vehicle_launch)
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/sample_vehicle_launch", "path": "sample_vehicle_launch/CMakeLists.txt", "license": "apache-2.0", "size": 463} |
### File: rviz2/CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(rviz2)
# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedan... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rviz", "path": "rviz2/CMakeLists.txt", "license": "bsd", "size": 3077} |
### File: rviz2/doc/conf.py
# Copyright 2024 Open Source Robotics Foundation, Inc.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rviz", "path": "rviz2/doc/conf.py", "license": "bsd", "size": 9484} |
### File: rviz2/doc/youtube.py
# Copyright (c) 2012, Willow Garage, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rviz", "path": "rviz2/doc/youtube.py", "license": "bsd", "size": 3250} |
### File: rviz2/scripts/rviz1_to_rviz2.py
#!/usr/bin/env python3
# Copyright 2024 Open Source Robotics Foundation, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rviz", "path": "rviz2/scripts/rviz1_to_rviz2.py", "license": "bsd", "size": 18457} |
### File: rviz2/src/main.cpp
// Copyright (c) 2011, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz2/src/main.cpp", "license": "bsd", "size": 4064} |
### File: rviz2/test/CMakeLists.txt
add_subdirectory(tools) | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rviz", "path": "rviz2/test/CMakeLists.txt", "license": "bsd", "size": 23} |
### File: rviz2/test/tools/CMakeLists.txt
find_package(geometry_msgs REQUIRED)
find_package(rclcpp REQUIRED)
find_package(sensor_msgs REQUIRED)
add_executable(send_lots_of_points_node send_lots_of_points_node.cpp)
target_link_libraries(send_lots_of_points_node PRIVATE
${geometry_msgs_TARGETS}
rclcpp::rclcpp
${se... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rviz", "path": "rviz2/test/tools/CMakeLists.txt", "license": "bsd", "size": 633} |
### File: rviz2/test/tools/rviz1_to_2_check.py
#!/usr/bin/env python3
# Copyright 2024 Open Source Robotics Foundation, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistribution... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rviz", "path": "rviz2/test/tools/rviz1_to_2_check.py", "license": "bsd", "size": 4249} |
### File: rviz2/test/tools/send_lots_of_points_node.cpp
// Copyright (c) 2011, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following cond... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz2/test/tools/send_lots_of_points_node.cpp", "license": "bsd", "size": 3429} |
### File: rviz_common/CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(rviz_common)
# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()
# Tests currently only run on OS X @ OSRF jenkins
# Enable on Linux by providing a display, enable on... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rviz", "path": "rviz_common/CMakeLists.txt", "license": "bsd", "size": 15869} |
### File: rviz_common/help/help.html
<!--
Please note: This HTML file is displayed by a QTextBrowser widget
in rviz. QTextBrowser supports only a SUBSET of HTML.
See http://developer.qt.nokia.com/doc/qt-4.8/richtext-html-subset.html
for the details.
-->
<html>
<head>
<style type="text/css">
.odd { backgro... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "minhanghuang/rviz", "path": "rviz_common/help/help.html", "license": "bsd", "size": 6216} |
### File: rviz_common/include/rviz_common/adapter_filter_display.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the follow... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/adapter_filter_display.hpp", "license": "bsd", "size": 8527} |
### File: rviz_common/include/rviz_common/bit_allocator.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/bit_allocator.hpp", "license": "bsd", "size": 2306} |
### File: rviz_common/include/rviz_common/config.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/config.hpp", "license": "bsd", "size": 12855} |
### File: rviz_common/include/rviz_common/depth_cloud_mld.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2023, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the followin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/depth_cloud_mld.hpp", "license": "bsd", "size": 5179} |
### File: rviz_common/include/rviz_common/display.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following condit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/display.hpp", "license": "bsd", "size": 12505} |
### File: rviz_common/include/rviz_common/display_context.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the followin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/display_context.hpp", "license": "bsd", "size": 6805} |
### File: rviz_common/include/rviz_common/display_group.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/display_group.hpp", "license": "bsd", "size": 6392} |
### File: rviz_common/include/rviz_common/factory/class_id_recording_factory.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provide... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/factory/class_id_recording_factory.hpp", "license": "bsd", "size": 3275} |
### File: rviz_common/include/rviz_common/factory/factory.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/factory/factory.hpp", "license": "bsd", "size": 2925} |
### File: rviz_common/include/rviz_common/factory/pluginlib_factory.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that th... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/factory/pluginlib_factory.hpp", "license": "bsd", "size": 7214} |
### File: rviz_common/include/rviz_common/frame_manager_iface.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the foll... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/frame_manager_iface.hpp", "license": "bsd", "size": 9068} |
### File: rviz_common/include/rviz_common/frame_position_tracking_view_controller.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted pr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/frame_position_tracking_view_controller.hpp", "license": "bsd", "size": 4315} |
### File: rviz_common/include/rviz_common/interaction/forwards.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fol... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/forwards.hpp", "license": "bsd", "size": 3223} |
### File: rviz_common/include/rviz_common/interaction/handler_manager.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/handler_manager.hpp", "license": "bsd", "size": 3356} |
### File: rviz_common/include/rviz_common/interaction/handler_manager_iface.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/handler_manager_iface.hpp", "license": "bsd", "size": 5980} |
### File: rviz_common/include/rviz_common/interaction/handler_manager_listener.hpp
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
//... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/handler_manager_listener.hpp", "license": "bsd", "size": 2185} |
### File: rviz_common/include/rviz_common/interaction/selection_handler.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided tha... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/selection_handler.hpp", "license": "bsd", "size": 8938} |
### File: rviz_common/include/rviz_common/interaction/selection_manager.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, wit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/selection_manager.hpp", "license": "bsd", "size": 7097} |
### File: rviz_common/include/rviz_common/interaction/selection_manager_iface.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provid... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/selection_manager_iface.hpp", "license": "bsd", "size": 3657} |
### File: rviz_common/include/rviz_common/interaction/selection_renderer.hpp
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitte... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/selection_renderer.hpp", "license": "bsd", "size": 5634} |
### File: rviz_common/include/rviz_common/interaction/view_picker.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/view_picker.hpp", "license": "bsd", "size": 5953} |
### File: rviz_common/include/rviz_common/interaction/view_picker_iface.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided tha... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interaction/view_picker_iface.hpp", "license": "bsd", "size": 2927} |
### File: rviz_common/include/rviz_common/interactive_object.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the follo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/interactive_object.hpp", "license": "bsd", "size": 2893} |
### File: rviz_common/include/rviz_common/load_resource.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/load_resource.hpp", "license": "bsd", "size": 3170} |
### File: rviz_common/include/rviz_common/logging.hpp
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/logging.hpp", "license": "bsd", "size": 5095} |
### File: rviz_common/include/rviz_common/message_filter_display.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the follow... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/message_filter_display.hpp", "license": "bsd", "size": 8326} |
### File: rviz_common/include/rviz_common/msg_conversions.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following con... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/msg_conversions.hpp", "license": "bsd", "size": 3028} |
### File: rviz_common/include/rviz_common/panel.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modifica... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/panel.hpp", "license": "bsd", "size": 3956} |
### File: rviz_common/include/rviz_common/panel_dock_widget.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the follow... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/panel_dock_widget.hpp", "license": "bsd", "size": 3514} |
### File: rviz_common/include/rviz_common/properties/bool_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/bool_property.hpp", "license": "bsd", "size": 2958} |
### File: rviz_common/include/rviz_common/properties/color_editor.hpp
// Copyright (c) 2011, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of s... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/color_editor.hpp", "license": "bsd", "size": 2731} |
### File: rviz_common/include/rviz_common/properties/color_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that th... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/color_property.hpp", "license": "bsd", "size": 2839} |
### File: rviz_common/include/rviz_common/properties/combo_box.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of sour... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/combo_box.hpp", "license": "bsd", "size": 2124} |
### File: rviz_common/include/rviz_common/properties/covariance_property.hpp
// Copyright (c) 2017, Ellon Paiva Mendes @ LAAS-CNRS
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/covariance_property.hpp", "license": "bsd", "size": 3600} |
### File: rviz_common/include/rviz_common/properties/display_group_visibility_property.hpp
// Copyright (c) 2009, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// *... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/display_group_visibility_property.hpp", "license": "bsd", "size": 3597} |
### File: rviz_common/include/rviz_common/properties/display_visibility_property.hpp
// Copyright (c) 2009, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redis... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/display_visibility_property.hpp", "license": "bsd", "size": 3074} |
### File: rviz_common/include/rviz_common/properties/editable_combo_box.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided tha... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/editable_combo_box.hpp", "license": "bsd", "size": 2303} |
### File: rviz_common/include/rviz_common/properties/editable_enum_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/editable_enum_property.hpp", "license": "bsd", "size": 3989} |
### File: rviz_common/include/rviz_common/properties/enum_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/enum_property.hpp", "license": "bsd", "size": 4533} |
### File: rviz_common/include/rviz_common/properties/file_picker_property.hpp
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// *... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/file_picker_property.hpp", "license": "bsd", "size": 2463} |
### File: rviz_common/include/rviz_common/properties/float_edit.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/float_edit.hpp", "license": "bsd", "size": 2453} |
### File: rviz_common/include/rviz_common/properties/float_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that th... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/float_property.hpp", "license": "bsd", "size": 3406} |
### File: rviz_common/include/rviz_common/properties/grouped_checkbox_property.hpp
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
//... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/grouped_checkbox_property.hpp", "license": "bsd", "size": 3490} |
### File: rviz_common/include/rviz_common/properties/grouped_checkbox_property_group.hpp
// Copyright (c) 2018, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/grouped_checkbox_property_group.hpp", "license": "bsd", "size": 2356} |
### File: rviz_common/include/rviz_common/properties/int_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/int_property.hpp", "license": "bsd", "size": 4736} |
### File: rviz_common/include/rviz_common/properties/line_edit_with_button.hpp
// Copyright (c) 2011, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistribut... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/line_edit_with_button.hpp", "license": "bsd", "size": 2560} |
### File: rviz_common/include/rviz_common/properties/parse_color.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of so... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/parse_color.hpp", "license": "bsd", "size": 2253} |
### File: rviz_common/include/rviz_common/properties/property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the foll... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/property.hpp", "license": "bsd", "size": 20266} |
### File: rviz_common/include/rviz_common/properties/property_tree_delegate.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/property_tree_delegate.hpp", "license": "bsd", "size": 2458} |
### File: rviz_common/include/rviz_common/properties/property_tree_model.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided th... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/property_tree_model.hpp", "license": "bsd", "size": 6911} |
### File: rviz_common/include/rviz_common/properties/property_tree_widget.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/property_tree_widget.hpp", "license": "bsd", "size": 4688} |
### File: rviz_common/include/rviz_common/properties/property_tree_with_help.hpp
// Copyright (c) 2011, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistrib... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/property_tree_with_help.hpp", "license": "bsd", "size": 2645} |
### File: rviz_common/include/rviz_common/properties/qos_profile_property.hpp
// Copyright (c) 2019, Martin Idel
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of s... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/qos_profile_property.hpp", "license": "bsd", "size": 3146} |
### File: rviz_common/include/rviz_common/properties/quaternion_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided th... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/quaternion_property.hpp", "license": "bsd", "size": 3192} |
### File: rviz_common/include/rviz_common/properties/regex_filter_property.hpp
// Copyright (c) 2023, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/regex_filter_property.hpp", "license": "bsd", "size": 3146} |
### File: rviz_common/include/rviz_common/properties/ros_topic_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistribution... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/ros_topic_property.hpp", "license": "bsd", "size": 3907} |
### File: rviz_common/include/rviz_common/properties/splitter_handle.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/splitter_handle.hpp", "license": "bsd", "size": 3458} |
### File: rviz_common/include/rviz_common/properties/status_list.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/status_list.hpp", "license": "bsd", "size": 2999} |
### File: rviz_common/include/rviz_common/properties/status_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/status_property.hpp", "license": "bsd", "size": 3362} |
### File: rviz_common/include/rviz_common/properties/string_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/string_property.hpp", "license": "bsd", "size": 2803} |
### File: rviz_common/include/rviz_common/properties/tf_frame_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/tf_frame_property.hpp", "license": "bsd", "size": 3512} |
### File: rviz_common/include/rviz_common/properties/vector_property.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/properties/vector_property.hpp", "license": "bsd", "size": 3074} |
### File: rviz_common/include/rviz_common/render_panel.hpp
// Copyright (c) 2008, Willow Garage, Inc.
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/render_panel.hpp", "license": "bsd", "size": 6229} |
### File: rviz_common/include/rviz_common/ros_adapter_display.hpp
// Copyright (c) 2012, Willow Garage, Inc.
// Copyright (c) 2017, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/ros_adapter_display.hpp", "license": "bsd", "size": 7281} |
### File: rviz_common/include/rviz_common/ros_integration/ros_client_abstraction.hpp
// Copyright (c) 2017, Open Source Robotics Foundation, Inc.
// Copyright (c) 2017, Bosch Software Innovations GmbH.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rviz", "path": "rviz_common/include/rviz_common/ros_integration/ros_client_abstraction.hpp", "license": "bsd", "size": 4087} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.