Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regional Assessment of Risk Using Point Clouds #372

Closed
Closed
Changes from 3 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
7bab36e
Risk Analysis structure finished with accompanying rviz publishers
RobynCastro Nov 8, 2018
6cbbb64
Added some unit tests for Risk Analysis
RobynCastro Nov 17, 2018
cbc6530
Added rviz polygon markers
RobynCastro Nov 17, 2018
7848320
Fixed a function javadoc commentfor createPolygonMarker
RobynCastro Nov 17, 2018
9021bc4
Resolved type mismatch in RvizUtils
RobynCastro Nov 17, 2018
7ea488f
Ran fix formatting script
RobynCastro Dec 1, 2018
a6e82c5
Added point equality testing inside multiplePointMarkersTest
RobynCastro Dec 1, 2018
6083b46
Ran fix formatting script
RobynCastro Dec 1, 2018
ae0d4c0
Revert "Revert "Pegged librealsense Version as a Temporary Fix (#359)…
RobynCastro Dec 1, 2018
6ff67fd
Changed setup_realsense realsense version to a working version
RobynCastro Dec 1, 2018
039c048
Updated realsense version
RobynCastro Dec 13, 2018
974a6d5
Merge branch 'master' into robyn/rviz-polygon-markers
RobynCastro Jan 5, 2019
aa8e892
Merge remote-tracking branch 'upstream/master'
RobynCastro Jan 5, 2019
0171bd3
Merge branch 'master' into robyn/rviz-polygon-markers
RobynCastro Jan 5, 2019
9e13c99
Fixed install_tools script
RobynCastro Jan 5, 2019
a5b33b4
Merge branch 'master' into robyn/risk-analysis
RobynCastro Jan 5, 2019
c0ec8f3
Added templating for RvizUtils polygon markers
RobynCastro Jan 5, 2019
c07370d
Fixed RvizUtils templated function
RobynCastro Jan 12, 2019
877d72e
Merge branch 'master' into robyn/rviz-polygon-markers
RobynCastro Jan 19, 2019
800e0cd
added comment to detail why this is a rostest
RobynCastro Jan 19, 2019
b60684b
Added reasoning why rviz_utils uses a rostest
RobynCastro Jan 19, 2019
94fdda0
Fixed merge conflict
RobynCastro Jan 19, 2019
50ec1f8
Templating the polygon risk function
RobynCastro Feb 14, 2019
f148048
Merge remote-tracking branch 'upstream/master' into robyn/rviz-polygo…
RobynCastro Feb 15, 2019
33e3977
Fixed type for createMarkerScale
RobynCastro Feb 15, 2019
5dea15f
Fixed typo in rostest
RobynCastro Feb 15, 2019
2062d32
Fixed determineColumn, determineRow, and added tests, and risk multip…
RobynCastro Feb 15, 2019
322334e
Refactored zed_transform to pcl_transform and added a new param
RobynCastro Feb 15, 2019
6825470
Merge branch 'master' into robyn/pcl-transform
RobynCastro Feb 15, 2019
4ff2c93
Fixed rviz polygon tests to account for cycles
RobynCastro Feb 16, 2019
b2760b0
Fixed merge conflicts
RobynCastro Feb 16, 2019
21353bb
Fixed merge conflicts
RobynCastro Feb 16, 2019
7fbeeb3
Change realsense tranform from base_link to camera_link
RobynCastro Feb 16, 2019
ee7df3b
Fixed output frame_id for pcl_transform
RobynCastro Feb 16, 2019
54d7cab
Merge branch 'robyn/pcl-transform' of https://github.com/RobynCastro/…
RobynCastro Feb 16, 2019
c3f1d99
Merge remote-tracking branch 'upstream/master'
RobynCastro Feb 16, 2019
3e21c8f
Removed the node for rviz_utils_rostest
RobynCastro Feb 16, 2019
06f1553
Fixed file naming inside rviz_utils_rostest
RobynCastro Feb 21, 2019
5c50281
Merge branch 'robyn/rviz-polygon-markers' into robyn/risk-analysis
RobynCastro Feb 21, 2019
ebfd501
Merge branch 'robyn/pcl-transform' into robyn/risk-analysis
RobynCastro Feb 21, 2019
2c52862
Documentation comments
RobynCastro Feb 21, 2019
c6d0fa1
No longer templating and now forcing marker_id specification
RobynCastro Feb 23, 2019
929edc0
Fixed ros_tests to work with sb_geom_msgs::Polygon2D
RobynCastro Feb 23, 2019
5a0bf47
Added more function comments
RobynCastro Feb 23, 2019
dd7916d
Fixed tests, and added more function comments
RobynCastro Feb 23, 2019
7419842
Merge remote-tracking branch 'upstream/master'
RobynCastro Feb 23, 2019
15ef631
Merge branch 'master' into robyn/rviz-polygon-markers
RobynCastro Feb 23, 2019
a15b382
Ran fix formatting
RobynCastro Feb 23, 2019
fc24b5c
Added better tests for region initialisation
RobynCastro Feb 23, 2019
c33c7ec
Merge branch 'master' into robyn/risk-analysis
RobynCastro Feb 23, 2019
5f11cf1
Updated sb_utils to build messages first
RobynCastro Feb 23, 2019
d46bb59
Merge branch 'robyn/rviz-polygon-markers' into robyn/risk-analysis
RobynCastro Mar 2, 2019
010a909
Added transform_period
RobynCastro Mar 2, 2019
2a64755
Added constructor comments
RobynCastro Mar 2, 2019
eac6470
Fixed some documentation inside RiskAnalysis.h
RobynCastro Mar 2, 2019
15c396f
Added more comments for the realsense_transform file
RobynCastro Mar 2, 2019
9ec0dfe
Moved end of file down
RobynCastro Mar 2, 2019
d1a90dd
Merge remote-tracking branch 'upstream/master'
RobynCastro Mar 2, 2019
741e587
Fxied conflicts
RobynCastro Mar 2, 2019
32567f9
Fixed formatting
RobynCastro Mar 9, 2019
21115d6
Merge remote-tracking branch 'upstream/master' into robyn/risk-analysis
RobynCastro Mar 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.