ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
6

How to plot in 3D using rxplot [closed]

asked 2011-04-27 23:20:08 -0500

Stephan gravatar image

updated 2014-01-28 17:09:36 -0500

ngrennan gravatar image

I try to plot in 3D using "rxplot -M 3d". Here are the steps I do:

roscore
rosrun turtlesim turtlesim_node
rosrun turtlesim turtle_teleop_key
rxplot -M 3d /turtle1/pose/x /turtle1/pose/y

rxplot gives the following error:

rxplot: error: You may only specific 2 or 3 topics with '3d' or 'scatter'. When 2 topics are provided, time is used as the third axis.

These commands lead to the same error:

rxplot -M 3d /turtle1/pose/x:y
rxplot -M 3d /turtle1/pose/x,/turtle1/pose/y

Using three topics doesn't work either.

Using rxplot with option "-M 2d" works fine.

Can anyone give me a working example of how to plot in 3D?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Stephan
close date 2012-05-21 02:19:17

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-04-28 08:02:33 -0500

kwc gravatar image

There's an open bug on this that I need to resolve first:

https://code.ros.org/trac/ros/ticket/3376

edit flag offensive delete link more

Comments

For the record: This bug has been fixed long time ago and my turtlesim example from the question works now.

Stephan gravatar image Stephan  ( 2012-05-21 02:18:55 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2011-04-27 23:20:08 -0500

Seen: 846 times

Last updated: Apr 28 '11