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

Support initial pose on ROS-wrapper side #29

Merged
merged 5 commits into from
Jun 25, 2021

Conversation

AlexeyMerzlyakov
Copy link
Contributor

Initialpose topic support for OpenVSLAM ROS-wrapper

@ymd-stella
Copy link
Contributor

Have you checked the behavior?

src/openvslam_ros.cc Outdated Show resolved Hide resolved
@AlexeyMerzlyakov
Copy link
Contributor Author

Have you checked the behavior?

I've used Gazebo verification on AWS small warehouse world with TurtleBot3 ingegrated with it and Realsense r200 RGB-D camera simulation. This worked, but due to lack of feature points, it gave me in the best scenario only one-keyframed map. That was not enough for full robot movement, so I've added some debug prints how the coordinate are being converted, and that relocalization by pose (on this one keyframe) worked well or not worked in case of far position.

src/openvslam_ros.cc Outdated Show resolved Hide resolved
@ymd-stella ymd-stella merged commit 71820fe into stella-cv:ros2 Jun 25, 2021
ymd-stella added a commit that referenced this pull request Jul 14, 2021
* Support initial pose

* Apply clang-format

* Fix comments

* Meet review suggestions

* Simplify conversion statements
ymd-stella added a commit that referenced this pull request Jul 14, 2021
* Add .github/workflows/main.yml

* [Backport] Adding map->camera_link tf (#9)

* adding map->odom tf

* adding ft map->camera_link

* updating files to fix frame transfomation

* initializing the parameters

* adding mutex; setting camera_link_ once

* checking tracking status

* updating with ros2 branch

* updating w ros2 branch

* adding the TF after branch update

* applying clang-format-6.0

* [Backport] Update .github/workflows/main.yml

* [Backport] Update CI workflow (Add tf publisher)

* [Backport] Refactoring openvslam_ros

- Simplify redundant processes.
- Use message stamps

* [Backport] Fix missing dependencies

* [Backport] Publishing tf timestamp in the future (#23)

* publishing pose's timestamp in the future

* changing tf timestamp

* removing unnecessary changes

* [Backport] Update Dockerfile

b95ee0f

* [Backport] Add Dockerfile.socket

* [Backport] Fix docker src path

* [Backport] Fix map frame transformation (#27)

* Fix map frame transformation

* Rename from cv_to_ros to rot_ros_to_cv_map_frame

* [Backport] Add topics/parameters list

* [Backport] Filter nan in depth image

* [Backport] Filter nan only for CV_32FC1

* [Backport] Support initial pose on ROS-wrapper side (#29)

* Support initial pose

* Apply clang-format

* Fix comments

* Meet review suggestions

* Simplify conversion statements

* [Backport] Use fbow

* [Backport] Move CI workflows to github actions (#34)

* Update .github/workflows

* Remove wercker.yml

* Remove DBoW from docker image for CI
@ymd-stella ymd-stella linked an issue Oct 31, 2021 that may be closed by this pull request
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.

Support initial_pose in openvslam node
2 participants