-
Notifications
You must be signed in to change notification settings - Fork 819
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
Launch file to show the Map in Rviz from a bag file made from mp4 video? #160
Comments
this are the topics that are published and subscribed
|
Were you able to solve this issue ? RViz warns about some invalid arguments but the message seems incomplete and is not helpful.
|
Have you solved the problem? My Rviz also reported the same error. [ WARN] [1710916738.448925092]: Invalid argument "/ORB_SLAM/World" passed to canTransform argument source_frame in tf2 frame_ids cannot start with a '/' like: |
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 have done
Terminal1: roscore
Terminal2: cd ORB_SLAM
rosrun ORB_SLAM ORB_SLAM /Data/ORBvoc.txt Data/Settings.yaml
Terminal3: rosrun image_view image_view image:=/ORB_SLAM/Frame _autosize:=true
Terminal4: roslaunch ExampleGroovyOrNewer.launch
Terminal5: rosbag play --pause Example.bag
In RVIZ just showing the point clouds. But then how can I see the MAP and the pose in RVIZ? Also what settings do I need to see the map and pose in rviz when using my own bag file created from mp4 video?
Thanks
The text was updated successfully, but these errors were encountered: