Bojan Andonovski

Results 28 issues of Bojan Andonovski

Hi Im able to build the code without error but when try to run the publisher with r`osrun ORB_SLAM2 Monopub Vocabulary/ORBvoc.txt Examples/Monocular/mono.yaml 0 ` I got the following error `error...

Hi Im trying to detect multiple small and large objects (workers on the construction field can have small size if image was taken from far distance or large if it...

Hi I successfully installed the lsd_slam on my Buntu16.04 and ROS kinetic. Im able to see the window from the viewer showing the 3D map , But when `rosrun lsd_slam_core...

Hi Im able to build and run the ORB_SLAM with the ExampleGroovyOrNewer.launch. But I can not see the map in RVIZ. First I uses the Example.bag file. so What I...

Hi I have two pairs of Grassshopper3 GS3-U3-51S5C USB3 cameras make it work in Master-Slave mode as a stereo camera. So would like to calibrate them by a baseline of...

H I have to estimate the 6D Pose of regular shape objects(like construction blocks ) in the construction field. So it is for the grasping in pick and place task....

question

Hi I created monocular inertial node . I used ROS2 humble and can build the node. But when run it can not see the image. Here the node. Any help?...

Hi I checked the post for the mono-inertial node of ros1 with [https://github.com/pinkfloydfan/ORB_SLAM3/blob/83d41a1e924c6b9e45ce0e2aca7398107c3bb111/Examples/ROS/ORB_SLAM3/src/ros_mono_inertial.cc#L206] . Now try to adapt for ros2 humble and also to publish the pose. Here is my...

Hi Im using ORB_SLAM3 in Monocular Inertial mode. When using only Camera ( Monocular ) it works fine, But when use with IMU I got Segmentation fault error. This is...

Hi I created monocular inertial node . I used ROS2 humble and can build the node. But when run it can not see the image. Here the node ``` ......