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

rtabmap control buttons disabled. why? #16

Closed
matlabbe opened this issue May 26, 2015 · 7 comments
Closed

rtabmap control buttons disabled. why? #16

matlabbe opened this issue May 26, 2015 · 7 comments

Comments

@matlabbe
Copy link
Member

From @GoogleCodeExporter on May 26, 2015 18:56

What steps will reproduce the problem?

1.roslaunch visual_slam standalone_openni.launch


What is the expected output? What do you see instead?
RTAB-MAP control buttons may work. But all those buttons disabled.

What version of the product are you using? On what operating system?
ROS Groovy on Ubuntu 12.04 LTS & rtabmap latest on svn

Please provide any additional information below.

Original issue reported on code.google.com by thamalke.lyrics on 9 Nov 2013 at 4:56

Attachments:

Copied from original issue: matlabbe/rtabmap#4

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

This is the error when I open preferences in rtabmap

Original comment by thamalke.lyrics on 9 Nov 2013 at 5:41

Attachments:

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

[deleted comment]

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

The "pause"/"stop"/"start" actions of rtabmapviz node are disabled because they 
are not linked yet to visual_slam services to pause/start the mapping. you can 
pause/start the visual_slam node with the corresponding services: 
$ rosservice call visual_slam/pause
$ rosservice call visual_slam/start

other services:
$ rosservice call visual_slam/reset (to reinitialize the mapping)
$ rosservice call visual_slam/saveMap (to save the map in ~/.ros/vslam_map)
$ rosservice call visual_slam/downloadMap (usually used by rtabmapviz [which is 
running on a remote computer] to download the map from the visual_slam node 
[which is running on the robot]])

A new version of RTAB-Map will be released soon, I will link the RTAB-Map GUI 
actions to these services/topics.

Original comment by matla...@gmail.com on 9 Nov 2013 at 8:50

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

The second error when opening the Preferences dialog is normal on visual_slam. 
The parameters can only be modified when using RTAB-Map loop closure detection 
node only, not the visual slam node. (see for example 
rtabmap/launch/demo.launch). On visual_slam node, the parameters can only be 
changed through the launch file (see VisualSLAM.cpp constructor for all 
parameters that can be modified).

Note that visual_slam package is a demo, a wrapper around rtabmap to create 
RGBD-SLAM, so the parameters are not exposed like for rtabmap node. The next 
version of RTAB-Map will merge together the rtabmap node and the visual_slam 
node, on which the parameters will be accessible.

Original comment by matla...@gmail.com on 9 Nov 2013 at 9:01

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

Thank you for the answer. Now it's working & waiting for new releases.

Original comment by thamalke.lyrics on 10 Nov 2013 at 11:20

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

When I ru this command,
$ roslaunch visual_slam standalone_openni.launch

I tried this. 
$ rosservice call visual_slam/saveMap

It gives this error.
ERROR: service [/visual_slam/saveMap] responded with an error: 

Can you tell me what is the problem?

Original comment by thamalke.lyrics on 18 Nov 2013 at 4:00

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

The trunk is now on 0.6.1. ROS Hydro is required. The buttons/options not 
available with the ROS node are hidden. Refer to new page 
https://code.google.com/p/rtabmap/wiki/ROS for installation and new usage.

Original comment by matla...@gmail.com on 11 Dec 2013 at 2:18

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant