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

update license to BSD-3 #29

Merged
merged 8 commits into from
Jul 7, 2019

Conversation

k-okada
Copy link
Contributor

@k-okada k-okada commented Jul 7, 2019

As discussed in #20, the licence of original gmapping source has been changed to BSD, and all contributors on this repository agreed changing their code into BSD except @vrabaud , so I first fork original gmapping source tree as melodic-branch (79ef0b0) and changed from rosmake to catkin (this is main contribution of @vrabaud )and add missing patches

c.f. #20 (comment)

k-okada and others added 6 commits March 15, 2019 15:23
find . -iname *.h* -print -exec bash -c 'file={}; dir=; mkdir -p include/gmapping//; git mv  include/gmapping//' \;
for fullfile in $(cd include/; find gmapping/ -type f -print); do headerfile=$(basename $fullfile); echo $fullfile; for targetfile in $(find . -type f -not -path "*/.git/*" -print); do sed -i "s@\([\"<]\)$headerfile\([>\"]\)@\1$fullfile\2@g" $targetfile | grep $headerfile; done; done

for fullfile in $(cd include/; find gmapping/ -type f -print); do headerfile=$(basename $fullfile); for targetfile in $(find . -type f -not -path "*/.git/*" -print); do sed -i "s@\([\"<]\)[a-z0-9_/]*/$headerfile\([>\"]\)@\1$fullfile\2@g" $targetfile | grep $headerfile; done; done
/home/user/gmapping_ws/src/openslam_gmapping/gridfastslam/gfs2rec.cpp: In member function ‘virtual void ResampleRecord::read(std::istream&)’:
/home/user/gmapping_ws/src/openslam_gmapping/gridfastslam/gfs2rec.cpp:148:17: error: redeclaration of ‘unsigned int i’
    unsigned int i;
                 ^
/home/user/gmapping_ws/src/openslam_gmapping/gridfastslam/gfs2rec.cpp:147:21: error: ‘unsigned int i’ previously declared here
   for (unsigned int i=0; i< dim; i++){
                     ^
make[2]: *** [CMakeFiles/gfs2rec.dir/gridfastslam/gfs2rec.cpp.o] Error 1
make[1]: *** [CMakeFiles/gfs2rec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
@k-okada k-okada changed the base branch from master to melodic-devel July 7, 2019 08:41
@k-okada k-okada merged commit 9ed63dc into ros-perception:melodic-devel Jul 7, 2019
Alessandro-Barbieri added a commit to Alessandro-Barbieri/gentoo that referenced this pull request Mar 20, 2021
since 0.2.0 it's BSD licensed
see ros-perception/openslam_gmapping#29

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Mar 30, 2021
since 0.2.0 it's BSD licensed
see ros-perception/openslam_gmapping#29

Closes: #20022
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants