-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from b-it-bots/devel
End-of-2020 version
- Loading branch information
Showing
192 changed files
with
13,943 additions
and
445 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
skips: | ||
- 'B403' # `import_pickle` (Consider possible security implications associated with these modules.) | ||
- 'B301' # `pickle` (Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.) | ||
- 'B311' # `random` (Standard pseudo-random generators are not suitable for security/cryptographic purposes.) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
disable= | ||
no-self-use, | ||
bare-except |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
- git: | ||
local-name: mas_common_robotics | ||
uri: https://github.com/b-it-bots/mas_common_robotics.git | ||
version: kinetic | ||
|
||
- git: | ||
local-name: mas_domestic_robotics | ||
uri: https://github.com/b-it-bots/mas_domestic_robotics.git | ||
version: devel | ||
|
||
- git: | ||
local-name: mas_navigation_tools | ||
uri: https://github.com/b-it-bots/mas_navigation_tools.git | ||
version: devel | ||
|
||
- git: | ||
local-name: mas_perception_libs | ||
uri: https://github.com/b-it-bots/mas_perception_libs.git | ||
version: devel | ||
|
||
- git: | ||
local-name: mas_perception_msgs | ||
uri: https://github.com/b-it-bots/mas_perception_msgs.git | ||
version: devel | ||
|
||
- git: | ||
local-name: mas_execution_manager | ||
uri: https://github.com/b-it-bots/mas_execution_manager.git | ||
version: devel | ||
|
||
- git: | ||
local-name: mas_knowledge_base | ||
uri: https://github.com/b-it-bots/mas_knowledge_base.git | ||
version: devel | ||
|
||
- git: | ||
local-name: action-execution | ||
uri: https://github.com/b-it-bots/action-execution.git | ||
version: devel | ||
|
||
- git: | ||
local-name: ftsm | ||
uri: https://github.com/b-it-bots/ftsm.git | ||
version: master | ||
- git: | ||
local-name: topological_map | ||
uri: https://github.com/b-it-bots/topological_map.git | ||
version: master | ||
|
||
- git: | ||
local-name: zbar_ros | ||
uri: https://github.com/b-it-bots/zbar_ros.git | ||
version: kinetic | ||
|
||
- git: | ||
local-name: dmp | ||
uri: https://github.com/b-it-bots/dmp.git | ||
version: master | ||
|
||
- git: | ||
local-name: ROSPlan | ||
uri: https://github.com/b-it-bots/ROSPlan.git | ||
version: master | ||
|
||
- git: | ||
local-name: mongodb_store | ||
uri: https://github.com/b-it-bots/mongodb_store.git | ||
version: kinetic-devel | ||
|
||
- git: | ||
local-name: occupancy_grid_utils | ||
uri: https://github.com/b-it-bots/occupancy_grid_utils.git | ||
version: indigo-devel | ||
|
||
- git: | ||
local-name: orocos_kinematics_dynamics | ||
uri: https://github.com/b-it-bots/orocos_kinematics_dynamics.git | ||
version: master | ||
|
||
- git: | ||
local-name: kdl_parser | ||
uri: https://github.com/ros/kdl_parser.git | ||
version: kinetic-devel | ||
|
||
- git: | ||
local-name: demonstrated_trajectory_recorder | ||
uri: https://github.com/b-it-bots/demonstrated_trajectory_recorder.git | ||
version: master | ||
|
||
- git: | ||
local-name: ros_dmp | ||
uri: https://github.com/b-it-bots/ros_dmp.git | ||
version: master | ||
|
||
- git: | ||
local-name: mas_tools | ||
uri: https://github.com/b-it-bots/mas_tools.git | ||
version: devel |
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright (c) 2019 TOYOTA MOTOR CORPORATION | ||
# 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 notice, | ||
# this list of conditions and the following disclaimer. | ||
# * Redistributions in binary form must reproduce the above copyright | ||
# notice, this list of conditions and the following disclaimer in the | ||
# documentation and/or other materials provided with the distribution. | ||
# * Neither the name of Toyota Motor Corporation nor the names of its | ||
# contributors may be used to endorse or promote products derived from | ||
# this software without specific prior written permission. | ||
|
||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
# POSSIBILITY OF SUCH DAMAGE. | ||
image: map.pgm | ||
resolution: 0.050000 | ||
origin: [-5.000000, -5.000000, 0.000000] | ||
negate: 0 | ||
occupied_thresh: 0.65 | ||
free_thresh: 0.196 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# pose_name: [x,y,theta] | ||
|
||
table_inspection_area1: [0.816, 0.685, 2.235] | ||
table_inspection_area2: [0.816, 0.685, 1.637] | ||
table_inspection_area3: [0.816, 0.685, 0.942] | ||
|
||
long_table_b: [1.240, 0.978, 1.693] | ||
tall_table: [0.012, 0.981, 1.554] | ||
long_table_a_boxes: [1.009, 0.063, -1.544] | ||
long_table_a_trays: [1.721, 0.187, -1.544] | ||
bin_a: [2.400, 0.047, -1.544] | ||
bin_b: [2.748, 0.047, -1.544] | ||
|
||
second_room_corridor: [2.535, 1.585, 1.571] | ||
second_room_cupboard: [2.199, 3.839, 1.501] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
string ADD=add | ||
string REMOVE=remove | ||
|
||
mas_perception_msgs/ObjectList objects | ||
string operation | ||
|
||
--- | ||
bool success |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(mdr_cloud_object_detection) | ||
|
||
## Compile as C++11, supported in ROS Kinetic and newer | ||
add_compile_options(-std=c++11) | ||
|
||
find_package(catkin REQUIRED COMPONENTS | ||
actionlib_msgs | ||
actionlib | ||
dynamic_reconfigure | ||
tf2_geometry_msgs | ||
pcl_ros | ||
roscpp | ||
mas_navigation_tools | ||
mas_perception_msgs | ||
mas_perception_libs | ||
) | ||
|
||
find_package(PCL 1.7 REQUIRED) | ||
find_package(Boost REQUIRED COMPONENTS python) | ||
|
||
generate_dynamic_reconfigure_options( | ||
ros/config/ObjectDetection.cfg | ||
) | ||
|
||
catkin_package( | ||
INCLUDE_DIRS | ||
ros/include | ||
LIBRARIES | ||
${PROJECT_NAME} | ||
CATKIN_DEPENDS | ||
dynamic_reconfigure | ||
mas_navigation_tools | ||
) | ||
|
||
########### | ||
## Build ## | ||
########### | ||
include_directories( | ||
ros/include | ||
${catkin_INCLUDE_DIRS} | ||
${PCL_INCLUDE_DIRS} | ||
) | ||
|
||
################################### | ||
# Node for object detection | ||
add_executable(cloud_object_detection | ||
ros/src/CropBoxVoxelFilter.cpp | ||
ros/src/CloudObjectDetection.cpp | ||
ros/src/main.cpp | ||
) | ||
|
||
add_dependencies(cloud_object_detection ${${PROJECT_NAME}_EXPORTED_TARGETS}) | ||
|
||
target_link_libraries(cloud_object_detection | ||
${catkin_LIBRARIES} | ||
) | ||
|
||
############# | ||
## Install ## | ||
############# | ||
|
||
install(TARGETS cloud_object_detection | ||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} | ||
) |
Oops, something went wrong.