Official RTAB-Map Forum
Login
Register
Search
everywhere
only in this topic
Advanced Search
Incorrect launch file syntax in tutorial of remote visualization
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
nevill
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jul 15, 2016; 9:30am
Incorrect launch file syntax in tutorial of remote visualization
1 post
Hi matlabbe,
I am recently trying to setup rtabmap remote visualization and found that something wrong in the launch file in rviz part.
In the tutorial:
<node pkg="nodelet" type="nodelet" name="points_xyzrgb" args="load rtabmap/point_cloud_xyzrgb standalone_nodelet">
...
<remap from="cloud" to="voxel_cloud" />
However, if you use this in remote PC, the topic /voxel_cloud will not show anything.
Fortunately, I found the correct part in this post:
<node pkg="nodelet" type="nodelet" name="points_xyzrgb" args="standalone rtabmap_ros/point_cloud_xyzrgb">
And with this I can see the /voxel_cloud been published in remote PC.
The tutorial may have to correct to the right format for others who want to setup remote visualization.
matlabbe
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jul 15, 2016; 11:54am
Re: Incorrect launch file syntax in tutorial of remote visualization
Administrator
4438 posts
Hi,
Thx to point out, I updated the
documentation
.
cheers
Free forum by Nabble
Edit this page