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

ROS2 #448

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

ROS2 #448

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
827ae7a
gitignore file has been edited
serkanMzlm Mar 20, 2024
17ee411
repo has been reset
serkanMzlm Mar 20, 2024
2520cdd
ignore file has been adjusted
serkanMzlm Mar 20, 2024
49b51bc
ar_demo created
serkanMzlm Mar 20, 2024
db2eacb
camodocal library has been added
serkanMzlm Mar 21, 2024
3afccf1
ar demo file was made Dec ros2
serkanMzlm Mar 21, 2024
ad71d24
README file has been added
serkanMzlm Mar 21, 2024
6abb83a
added the config file
serkanMzlm Mar 21, 2024
62ae662
feature_tracker
serkanMzlm Mar 21, 2024
54fd578
poz_graf pact added
serkanMzlm Mar 22, 2024
de27267
added support file
serkanMzlm Mar 22, 2024
f28467c
the vins_estimator package has been added
serkanMzlm Mar 22, 2024
4846ac8
the vins estimator part has been edited
serkanMzlm Mar 25, 2024
ed4106d
ros
serkanMzlm Mar 25, 2024
b92a825
.gitignore file has been edited
serkanMzlm Mar 25, 2024
b13b555
missing functions have been completed
serkanMzlm Mar 25, 2024
8060cab
subscription has been added
serkanMzlm Mar 25, 2024
c7b0e2a
ros2 package templates have been written
serkanMzlm Mar 25, 2024
cf5bc5c
vins estimator has been edited
serkanMzlm Mar 26, 2024
b5a6505
Added debug with RCLCPP
serkanMzlm Mar 26, 2024
cb91923
added launch files
serkanMzlm Mar 26, 2024
25972a4
the wrong parts have been edited
serkanMzlm Mar 27, 2024
4e14edf
The thread was closed and a callback was written instead.
serkanMzlm Mar 27, 2024
c613f7b
thread added
serkanMzlm Mar 28, 2024
2e353a9
base_estimator_node removed
serkanMzlm Mar 28, 2024
eca1009
1 node left in each package
serkanMzlm Mar 28, 2024
8dc52bf
trial package ros2 translated
serkanMzlm Mar 29, 2024
bf28988
topic names edited
serkanMzlm Mar 29, 2024
c8e44be
ignore file edited
serkanMzlm Mar 29, 2024
3701fe5
bug parts have been closed
serkanMzlm Mar 29, 2024
c4356ba
imu callback edited
serkanMzlm Apr 1, 2024
139349c
tosec function fixed
serkanMzlm Apr 1, 2024
e91964c
VINS mono
serkanMzlm Apr 1, 2024
cec7959
pointcloud2 data added
serkanMzlm Apr 2, 2024
1c12e1b
Segmentation fault error found in estimator was edited
serkanMzlm Apr 2, 2024
7760f0a
edited timestamp in feature package
serkanMzlm Apr 3, 2024
bbf498d
toSec function added
serkanMzlm Apr 3, 2024
e4af981
Topic naming has been done
serkanMzlm Apr 3, 2024
b464076
Error parts edited
serkanMzlm Apr 5, 2024
7e230e8
queue reduced
serkanMzlm Apr 5, 2024
23aff8c
Unnecessary parts have been deleted
serkanMzlm Apr 24, 2024
cd6c626
pubTF function moved into estimator_node package
serkanMzlm Apr 24, 2024
8da6377
reduced queue in published data
serkanMzlm Apr 25, 2024
dc437a1
information added
serkanMzlm Apr 25, 2024
b1bd92f
ros packages removed
serkanMzlm Apr 26, 2024
3421663
path arrangement
serkanMzlm Apr 26, 2024
05a4b94
Time schedule was arranged.
serkanMzlm Apr 26, 2024
3c011d8
Timestep in rclcpp::Time section has been edited
serkanMzlm Apr 29, 2024
f613a14
timestep errors fixed
serkanMzlm Apr 29, 2024
ccde4b1
Publisher and subscriber queue increased
serkanMzlm Apr 29, 2024
23bf82e
tic toc calculation was done with steady_clock
serkanMzlm May 29, 2024
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
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ A3_rs/
A3_rs.launch
test/
test.launch
.vscode/
**/.vscode/
**/log/**
**/build/**
**/install/**
**/V1_01_easy/
output/
search.txt
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# VINS-Mono

## A Robust and Versatile Monocular Visual-Inertial State Estimator

**11 Jan 2019**: An extension of **VINS**, which supports stereo cameras / stereo cameras + IMU / mono camera + IMU, is published at [VINS-Fusion](https://github.com/HKUST-Aerial-Robotics/VINS-Fusion)
Expand Down
43 changes: 0 additions & 43 deletions ar_demo/CMakeLists.txt

This file was deleted.

172 changes: 0 additions & 172 deletions ar_demo/cmake/FindEigen.cmake

This file was deleted.

11 changes: 0 additions & 11 deletions ar_demo/launch/3dm_bag.launch

This file was deleted.

3 changes: 0 additions & 3 deletions ar_demo/launch/ar_rviz.launch

This file was deleted.

11 changes: 0 additions & 11 deletions ar_demo/launch/realsense_ar.launch

This file was deleted.

58 changes: 0 additions & 58 deletions ar_demo/package.xml

This file was deleted.

Loading