Display topic as mark on rviz and mobile robot model too
Hello, I'm working on ROS kinetic on ubuntu 16.04.
I currently have a topic made of geometry_msgs/PoseWithCovariance and geometry_msgs/TwistWithCovariance and so on. And I want to display this topic on rviz.
So, is it necessary to set its own tf setting newly for display? I don't need any process wrt the topic but just to subscribe and display (as a point mark, eg).
And also I have to display my mobile robot simultaneously. When I launch turtlebot's minimal.launch a rviz showed mobile robot topic. So I investigated minimal.launch files, but I couldn't find the codes wrt the robot model topic. I know I also can resolve this issue by simply launching amcl_demo.launch. But if I can, I'd like to display it on my customized rviz field, not on the amcl's field
Thanks in advance :)